Hi!
The following workflow will help in achieving the above-mentioned objective:
- After you are done with the fitting job in the curve fitting app, click on Export --> Generate code, to generate the MATLAB code for your currently selected fit.
- In the generated code, navigate to the part of the code where the plotting code is written, and modify it as per your requirement.
- To change the axis scaling, you can add the following command, after the "plot" command:
set(gca,'XScale','log')