필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

writing an integer variable with vector of variable size with appending

조회 수: 1 (최근 30일)
naman
naman 2013년 10월 11일
마감: MATLAB Answer Bot 2021년 8월 20일
for i = 1:N
A= [a11 a12 a13 ...] % size is variable
% I want it should write in the file in this format
fprintf("i is A\n")
% e.g 1 is 2 3 5
% 2 is 5 8 9 10 12
% and so on ...
end
please tell me the format for it
  댓글 수: 1
sixwwwwww
sixwwwwww 2013년 10월 12일
Dear Tinkle, Can you please clear the sequence of numbers which you want to be written in file?

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by