Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

writing an integer variable with vector of variable size with appending

1 Ansicht (letzte 30 Tage)
naman
naman am 11 Okt. 2013
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
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 Kommentar
sixwwwwww
sixwwwwww am 12 Okt. 2013
Dear Tinkle, Can you please clear the sequence of numbers which you want to be written in file?

Antworten (0)

Diese Frage ist geschlossen.

Community Treasure Hunt

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

Start Hunting!

Translated by