Azzera filtri
Azzera filtri

Print the value number shown in the workspace ?

2 visualizzazioni (ultimi 30 giorni)
How can I print the value number shown in the workspace of Matlab as shown in the attached picture (more specifically the number in the red box) by using the command fprint ?

Risposta accettata

Stephen23
Stephen23 il 25 Feb 2016
Modificato: Stephen23 il 25 Feb 2016
Just use size:
size(PHI,1)
MATLAB does not have any command fprint, perhaps you meant fprintf:
fprintf('%d\n',size(PHI,1))

Più risposte (0)

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by