フィルターのクリア

Info

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

How to export data with end user labelling

1 回表示 (過去 30 日間)
yaser arafat kazi
yaser arafat kazi 2015 年 3 月 27 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
chHeader.ch1.Min = -1;
chHeader.ch1.max = 1;
chData.ch1.startTime=[0];
chData.ch1.value=(chHeader.ch1.max-chHeader.ch1.Min).*rand(1,128) + chHeader.ch1.Min;
save
for k=1:10;
continue ;
save
end
if true
% code
end
I tried the above code to generate ten random signal with above code but every time it overwrite the previous result. I need to make ten different outputs at a time , second issue is while saving the output is it possible that it may asked to set name of that output file

回答 (0 件)

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

Community Treasure Hunt

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

Start Hunting!

Translated by