Info

This question is closed. Reopen it to edit or answer.

One matrix for different amount of values

1 view (last 30 days)
Max Behr
Max Behr on 9 May 2019
Commented: Alex Mcaulley on 9 May 2019
Hello,
I would like to have a matrix for the variable time(sec).
Basicallly something like this for ten different testing situations
time =(10,X)
Unfortunately the time for the testings is not fix and therefor I have different testings times:
time =
1 2 3 4 5 6 7
1 2 3 4 5
1 2 3 4 5 6
1 2 3
...
Is it still possible to do it within a matrix?
Or should I sperate them?
Thanks.

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!