回答済み spectrogram comparisons
Perhaps the default colour scaling is set by the maximum value found. It might be as simple as scaling by that?
I guess that ...
13年弱 前 | 0
| 採用済み
回答済み Work with text file
Your text file does not seem to have obvious lines.
Have you looked at fgetl & fgets?
Newer, more powerful functions like...
13年弱 前 | 1
| 採用済み
回答済み Comparing the spectra of two acoustic signals
Tell us a little more about the signal & what sort of characterisation you want. After all, a single number to represent the spe...
13年弱 前 | 0
回答済み GUI
What created the GUI?
If you created it, then you have the figure number (handle).
Seems even if it is a GUIDE one, it shows u...
13年弱 前 | 0
回答済み How to chose the nearest value
So where are you stuck? Give us a hint of what you're thinking so far. Maybe calculate the distances & take the mimimum?
>> p...
13年弱 前 | 0
| 採用済み
回答済み display result
Need a little more info. How did you get the first answer?
fprintf('%9.4f',x);?
13年弱 前 | 0
回答済み Saving with quotes.
Hint
>> grunk = '''WOW'''
grunk =
'WOW'
Depending on what you want, you could consider repmat()?
回答済み reading a text file
Well, basically you are going to have to program it.
Perhaps parse lines & select the lines you need.
Maybe start with
help ...
13年弱 前 | 0
回答済み MIMO-OFDM
It got past the reviewers & editor, so maybe it is true & possible. Perhaps best to read the paper & if it is not clear maybe co...