Batch Least Square is a one of parameter estimation methods which used to estimate the parameter of the transfer function of the system
Reference : Adaptive control by Astrom
Mohamed Atyya (2021). Batch Least Square (https://www.mathworks.com/matlabcentral/fileexchange/58104-batch-least-square), MATLAB Central File Exchange. Retrieved .
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Create scripts with code, output, and formatted text in a single executable document.
how can i pass these data-tuple to the function ??
input: x1= [0 2 3], x2=[2 4 6],,
output: y=[1 5 6].
with membership function: u(x)= exp[ (-1/2)* ( (xi - ci)/ ei )^2 ]
please give me some suggestions.
thanks.