Hi Ananta,
I understand that you want to get the data from cftool and use it in the Simulink.
To achieve this you can follow these steps:
- In the cftool, perform the necessary curve fitting and obtain the desired results.
- Click on the “Export” button in the cftool toolbar.
- Choose “Export to Workspace” to export the results.
- In Simulink you can directly access the data present in the workspace.
Alternately, you can generate MATLAB code for the curve fitting process. For more detailed information on generating code and exporting fits to the workspace, please refer to the MATLAB documentation provided below:
Hope this helps!