Kindly share the final code to run?
Show older comments
Write a MATLAB program to plot the LR MF.
Kindly share the final code to run in MATLAB.
Answers (1)
Walter Roberson
on 28 Mar 2021
1 vote
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 Comments
Prakul Jain
on 28 Mar 2021
Edited: Walter Roberson
on 28 Mar 2021
Walter Roberson
on 28 Mar 2021
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.
Categories
Find more on Creating and Concatenating Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!