How to create a line from a curve in a log scale x-axis
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello, I'm doing a code that needs to find the intersection of 2 lines. The first line is with y constant (slope 0) and the second is created from the inglection point following the curbe as shown in the figure, with the 'o' points the inflection points already calculated. The problem is that the curbe is ploted in a x-scale and I don't know to create those curves and plot them like in the figure. Does anyone know how it could be made? thanks
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/535741/image.jpeg)
0 Kommentare
Antworten (1)
Simon Allosserie
am 2 Mär. 2021
If your question is how to plot a log scale, please use
set(gca, 'XScale', 'log') %make X axis logarithmic
Siehe auch
Kategorien
Mehr zu Curve Fitting Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!