Feeds
提问
Question about functions in MATLAB
What is the difference between this code function result = square(n) result = n*n; end and this code n...
8 years 前 | 2 个回答 | 0
2
个回答提问
How do I get all the plots to show over each other?
I tried using 'hold on' and 'hold off' but don't know where to place it. samplingfrequencies = [5, 7, 8, 9, 20]; colors ...
8 years 前 | 1 个回答 | 0
1
个回答提问
I'm certain that this question is quite simple, but I have no idea of how to do it. Could someone help me?
The question is: Generate a vector of data representing a set of time values (in seconds). Create 5 seconds worth of time da...
8 years 前 | 1 个回答 | 0
