how to plot all the results of for loop in one figure on same axis?
2 ビュー (過去 30 日間)
古いコメントを表示
Shabnam Sulthana Mohamed Isaque
2019 年 8 月 27 日
編集済み: Shabnam Sulthana Mohamed Isaque
2019 年 8 月 27 日
Hello all,
i'm d i am trying to plot a beam bending on a time step in a same graph. The results of plot are in for loop. when i am plotting separate windows are opened for each iteration. is it possible to plot them on the same graph to show the variation in bending? can anyone help me how to do it.
for i = 1:n where n = 21
..............
bending = delp(1,:)
figure();hold on;
plot(-bending)
end
0 件のコメント
回答 (1 件)
参考
カテゴリ
Help Center および File Exchange で Line Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!