フィルターのクリア

Info

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

How to set a dynamic loop

2 ビュー (過去 30 日間)
Hinde essmahi BOUZIANE
Hinde essmahi BOUZIANE 2019 年 7 月 2 日
閉鎖済み: Stephen23 2019 年 7 月 2 日
I have an array of 85 doubles and i want to browse the array 9 by 9 (ie: for i=1:9).I want to plot then the results in a figure (3*3).
figure;
for j=1:9
BinData=ExtractContinuousData([],Info,[7],Start(j),End(j),[]);
[S1,t,f]=mtspecgramc(BinData);
subplot(3,3,j)
plot (S1,t,f);
end
%Start and End are the arrays that contains the 85 doubles each
But the problem is I just can plot the first 9 elements.How can I change each time to see the others elements?

回答 (0 件)

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by