Kindly share the final code to run?
이전 댓글 표시
Write a MATLAB program to plot the LR MF.
Kindly share the final code to run in MATLAB.
답변 (1개)
Walter Roberson
2021년 3월 28일
1 개 추천
https://www.mathworks.com/matlabcentral/fileexchange/2173-neuro-fuzzy-and-soft-computing has the code in it... somewhere. (I tracked it down there four years ago.)
댓글 수: 2
Prakul Jain
2021년 3월 28일
편집: Walter Roberson
2021년 3월 28일
Walter Roberson
2021년 3월 28일
That looks appropriate. You would call the function, passing in x values and the parameter vector, and you would store the output in a variable, and after that you would plot() the x values and the results of the call.
카테고리
도움말 센터 및 File Exchange에서 Creating and Concatenating Matrices에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!