Feeds
提问
Plotting a series for n>=1
I have tried plotting the following function but I got a weird plot (really different than expected). I am trying for now to plo...
5 years 前 | 1 个回答 | 0
1
个回答提问
How to change the resolution of a spectrogram?
I have written a code which used to plot the spectrogram of a signal. This line was to get the spectrogram: [s,f2,t] = spectr...
6 years 前 | 0 个回答 | 0
0
个回答提问
How to change the scale of the x-axis & y-axis?
I have written a code which used to plot the spectrogram of a signal. This line was to get the spectrogram: [s,f2,t] = spect...
6 years 前 | 3 个回答 | 0
3
个回答提问
Simple question regarding feld width in matlab
If saw a question in the internet which asks to write a segment code that prompt the user for a charcter and will print it twice...
6 years 前 | 1 个回答 | 0
1
个回答提问
Function problem in Matlab
Write a function spellWord that will take one input(string) and return another string that seperates each letter of the word wit...
6 years 前 | 0 个回答 | 0
0
个回答提问
I have got some questions regarding Matlab.
(1) Explain how global variables in Matlab be used to share information between workspaces?What is the life-time of a global var...
6 years 前 | 0 个回答 | 0
0
个回答提问
How to resolve this error Error using fprintf Function is not defined for 'cell' inputs.
If I got a function like this: function display(a,b,c) %Where a & b are strings and c is an integer fprintf('1: %s \n...
6 years 前 | 2 个回答 | 0