Info

この質問は閉じられています。 編集または回答するには再度開いてください。

how can i plot one function(e,g sine) for different data in parallel so that i get all results simultaneously? plz help.

1 回表示 (過去 30 日間)
Fiaz Ahmad
Fiaz Ahmad 2016 年 3 月 6 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
suppose i have three data sets as; x1=0:0.01:2*pi; x2=0:0.1:10*pi; x3=0:0.1:5*pi;
I intend to evaluate and plot the results of sine wave using these data sets all in parallel. How can i do that? y1=sin(x1); plot(y1) y2=sin(x2); plot(y2) y3=sin(x3); plot(y3)

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by