matlab 2019b basic fittinng error with bfitcalcfit and 'pp''
조회 수: 4 (최근 30일)
이전 댓글 표시
I am experiencing an error with my matlab v.2019b
I try to do a basic fitting linear regression through the plot graph window, while the error appears:
"Error executing Basic fitting: Output argument "pp" (maybe others) not assigned during call to "bfitcalcfit".
I try to use the solution described on this post:
while it does not work for my PC. and I also try to close the software and reopen and write again the commands.
Could you have any suggestions? how I can resolve this. It was similar to my v.2018, which i hope it would have been resolved after the update. I use a university licenced version.
댓글 수: 0
답변 (1개)
Harshita Gupta
2020년 3월 26일
Hi Kostas,
There is something wrong with your mathlab path.
These steps should help
>> which -all pathdef
>> restoredefaultpath
>> rehash toolboxcache
In case it doesn't work can try to clean reinstall the support package you are using by following these steps or clean reinstallation of matlab by referring to these steps.
As the most probable cause of this could be corrupted path or installation.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Spline Postprocessing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!