Plot graph with different vectors
1 回表示 (過去 30 日間)
古いコメントを表示
Nurakmal Laili Mohd A'shri
2019 年 5 月 21 日
回答済み: Hiskiel Stephanus
2019 年 5 月 22 日
How to plot a graph with value of array 209959 with the another another array of 120001
0 件のコメント
採用された回答
Hiskiel Stephanus
2019 年 5 月 22 日
Hi
Matlab requires of you to have the arrays having the same dimensions(this applies to both 2D and 3D arrays). What you should do is, allign the correpsonding positions in the two arrays. The other positions without values can then be assigned a zero "0" character. I see these are big arrays, you can use a simple loop to rearrange your data.
0 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!