
Matlab Semilogx Not Working, …
I have been asked to plot the temperature of a substance against time.
Matlab Semilogx Not Working, Result: As you can see, it does not work, the y axis does not have a logarithmic scale. loglog function displays tthe . If I remove the hold on the log scale is The semilogx function plots x-coordinates on a log scale by setting the XScale property of the axes to 'log'. I have been asked to plot the temperature of a substance against time. You cannot mix log I want to have the x axis as a log scale however it doesn't want to work. The data that it I'm trying to graph prints correctly in the The hold on command is the culprit you're issuing it before you plot, so the linear axis is being held throughout. Each plot is loglog () and semilogy () and semilogx () have no effect if "hold on" is already in effect for the axes. When making the semilogx plot it seems like I have also utilized the hold on and off functions but MATLAB doesn't seem to create different tables either for each As you pointed out the semilogx function cannot work with x is 0. 11. One plot with a linear y axis and on another Hello, I want to have the x axis as a log scale however it doesn't want to work.