답변 있음 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 ...
12년 초과 전 | 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...
12년 초과 전 | 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...
12년 초과 전 | 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...
12년 초과 전 | 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...
12년 초과 전 | 0
| 수락됨
답변 있음 display result
Need a little more info. How did you get the first answer?
fprintf('%9.4f',x);?
12년 초과 전 | 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...