回答済み
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()?

13年弱 前 | 0

| 採用済み

回答済み
Cross Co Relation Xcorr ? urgent Help Please !
Try plot(lags,c) ? Is this what you are looking for? c(lags) is a similarity measure. Otherwise, maybe give a little m...

13年弱 前 | 0

| 採用済み

回答済み
How to generate the figure of subplot with consistent size?
Look for position properties in the figures. You can get & set them with the figure & axis handles.

13年弱 前 | 0

回答済み
arctan
Look at atan2

13年弱 前 | 1

回答済み
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...

13年弱 前 | 0

| 採用済み

質問


publish - figure reuse - java heap - maximum settings - error
Question: Anyone know what sets the maximum heap space in the Matlab desktop GUI interactive slider to set java heap space? Que...

13年以上 前 | 1 件の回答 | 0

1

回答