필터 지우기
필터 지우기

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