フィルターのクリア

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