Error using str2sym (line 213)
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Tiasa Ghosh
el 29 de Ag. de 2018
Comentada: madhan ravi
el 30 de Ag. de 2018
Hello!
I receive an error while running the following section:
syms V I R fR L dI Ka I w
str2sym('V == I*(R+fR) + L*dI + Ka*I*w')
I get the error
Error using str2sym (line 213)
Unable to convert string to symbolic expression:
Error: Unexpected MATLAB expression.
After looking inside the error with dbstop if error, I found the variable 'I' is treated as special character. why so?
3 comentarios
Respuesta aceptada
Walter Roberson
el 29 de Ag. de 2018
This is a bug involving use of the variables I or J or 'Pi' or 'PI' or 'pI'. Also, you cannot use if in an expression, and i and j will be translated into 1i .
Those are the only one-character and two-character variable names that are affected.
Más respuestas (0)
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!