Reducing the points on x -axis
Ältere Kommentare anzeigen
Hi Here is my program. I want to reduced the points of plotting on x-axis. It should start from -4 to +4.(changes required) Y-axis: 0 to 1 clc; g=0.43; z=-0.001:0.01:2.322; k=0.272; f=g*z+k; plot(log(z),f-0.272)

Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Line Plots finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
