Info
此问题已关闭。 请重新打开它进行编辑或回答。
One matrix for different amount of values
1 次查看(过去 30 天)
显示 更早的评论
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.
2 个评论
Alex Mcaulley
2019-5-9
In a matrix every row has the same number of columns. In your case a good option is to use a cell array
回答(0 个)
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!