Is it possible to plot a curve fitting object in semi log scale
Mostra commenti meno recenti
Hey,
Long story short, I have a curve fitting session that I want to plot in semi log scale (x). I generated the code from the curve fitting session and tried several things, all of them failed:
- Trying to replace "plot" by "semilogx" returns:
Error using semilogx
Conversion to double from cfit is not possible.
- Trying to use "set(get(h,'Parent'),'YScale','log');" returned almost the same error:
Error using set
Conversion to double from cell is not possible.
So other than extracting the function/coefficients and recreating it myself, is there any other way?
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Interpolation in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!