Azzera filtri
Azzera filtri

I only need the output from the last iteration

2 visualizzazioni (ultimi 30 giorni)
This code repeats 0.1 to 0.9 x-values (first column) with its corresponding wij values (second column) 50 times, but I only need the output from the last 0.1-0.9 iteration (as highlighted). These values are correct, I need the other values to not show up.

Risposta accettata

Stephen23
Stephen23 il 29 Gen 2021
Modificato: Stephen23 il 29 Gen 2021
Wrap disp in a suitable if statement, e.g.:
if j==N
disp(..)
end

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by