Formatting the fit function
Mostra commenti meno recenti
I am using the fit function and plotting it on a graph with the code below:
fitting = fit(epsilon,load,'poly2');
plot(fitting,epsilon,load);
I am wondering how to edit the linewidth of the fitted line, as there is an error when adding 'linewidth' in the plot function. It also goves an error if I try to use 'markersize.
Any help on how to format/style this would be great.
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Interpolation in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
