Community Profile

photo

Tony Dimichele


Last seen: 2 months ago Active since 2020

Statistics

  • Thankful Level 1
  • First Answer

View badges

Content Feed

View by

Question


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 ...

3 years ago | 1 answer | 0

1

answer

Answered
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...

4 years ago | 0

Question


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...

4 years ago | 0 answers | 1

0

answers