Clear Filters
Clear Filters

can you tell me what is this problem??

1 view (last 30 days)
MANOJ KUMAR
MANOJ KUMAR on 10 Jan 2021
Answered: Image Analyst on 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))

Answers (1)

Image Analyst
Image Analyst on 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!