can you tell me what is this problem??

1 vue (au cours des 30 derniers jours)
MANOJ KUMAR
MANOJ KUMAR le 10 Jan 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))

Réponses (1)

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

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by