Error - Subscript indices must either be real positive integers or logicals ??

2 visualizaciones (últimos 30 días)
sym(zeros(4, 1));
is showing an error "Subscript indices must either be real positive integers or logicals". What may be the reason behind this error? How it can be resolved ??

Respuestas (1)

the cyclist
the cyclist el 5 de Jun. de 2017
Is it possible that you have defined a variable named sym, and you are trying to index into that? What does the command
which sym
give?
If that gives a variable name, that's presumably the problem. Remember not to use variable names that are MATLAB keywords.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by