How to get a variable assigned directly to Empty matrix: 0-by-1?

3 visualizzazioni (ultimi 30 giorni)
If I type the variable name say 'a' in cmd window I should get
Empty matrix: 0-by-1
What should i assign to 'a' ??
a=..... ?

Risposta accettata

Sean de Wolski
Sean de Wolski il 12 Set 2012
a = zeros(0,1)

Più risposte (0)

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by