필터 지우기
필터 지우기

can you tell me what is this problem??

조회 수: 1 (최근 30일)
MANOJ KUMAR
MANOJ KUMAR 2021년 1월 10일
답변: Image Analyst 2021년 1월 10일
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))

답변 (1개)

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

카테고리

Help CenterFile Exchange에서 Numbers and Precision에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by