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

3 Ansichten (letzte 30 Tage)
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=..... ?

Akzeptierte Antwort

Sean de Wolski
Sean de Wolski am 12 Sep. 2012
a = zeros(0,1)
  3 Kommentare

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by