Feeds
提问
Trying to create a script that will plot a unit step fuction with an argument depending on two variables.
This is the function I am trying to create and plot in MATLAB, so far I have this code which is not correct I believe. x ...
5 years 前 | 1 个回答 | 0
1
个回答已回答
How to use fprintf properly?
y = 2.5+1*randn(100,1) histogram(y) will produce a normally distributed histogram looking like. fprintf('Hey') in t...
How to use fprintf properly?
y = 2.5+1*randn(100,1) histogram(y) will produce a normally distributed histogram looking like. fprintf('Hey') in t...
6 years 前 | 0
提问
I was so proud of my crummy workaround for the legend bug not displaying properly on my plot, I had to share it.
text(n(2), 25,'Temp','Color','red','FontSize',9) %place text, choose good spot text(n(2), 20,'Humidity --','Color','blue','Font...
6 years 前 | 0 个回答 | 1