How can I code fprintf this using forloop to construct a table?

11 Ansichten (letzte 30 Tage)
Kim Hao Teong
Kim Hao Teong am 17 Nov. 2017
Bearbeitet: Stephen23 am 17 Nov. 2017
i = 1:length(ReT)
disp('--------------------------------------------------------------------------')
fprintf('%-4.0f | %f | %f | %f | %f | %f | \n ',ReT(i),FCT(1:5))
end
end
This is part of the code I am working on. How can I fix this above code?
For my code, every rows of FCT are repeated. Expect for ReT(i). Im not really sure how can I displaying this but I am following the style like in FCL. I thing I am definately sure is that you need to put for loops for this to display, but wouldn't it affect the Ret?
Please reply as soon as possible. Thanks

Antworten (0)

Kategorien

Mehr zu Loops and Conditional Statements finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by