can you tell me what is this problem??

1 visualización (últimos 30 días)
MANOJ KUMAR
MANOJ KUMAR el 10 de En. de 2021
Respondida: Image Analyst el 10 de En. de 2021
The following error occurred converting from sym to double:
Unable to convert expression into double array.
Error in Toppling_PMA (line 650)
YwL(i)=(YwR(i-1))

Respuestas (1)

Image Analyst
Image Analyst el 10 de En. de 2021
I think you can just not instatiate YwR as sym. Use zeros() instead to instantiate it.
YwR = zeros(1, numberOfElements);

Categorías

Más información sobre Numbers and Precision en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by