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

3 visualizaciones (últimos 30 días)
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=..... ?

Respuesta aceptada

Sean de Wolski
Sean de Wolski el 12 de Sept. de 2012
a = zeros(0,1)
  3 comentarios

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Logical en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by