Answered
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 years ago | 0

| accepted

Answered
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 years ago | 1

| accepted

Answered
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 years ago | 0

Answered
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 years ago | 0

Answered
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 years ago | 0

| accepted

Answered
display result
Need a little more info. How did you get the first answer? fprintf('%9.4f',x);?

12 years ago | 0

Answered
Saving with quotes.
Hint >> grunk = '''WOW''' grunk = 'WOW' Depending on what you want, you could consider repmat()?

12 years ago | 0

| accepted

Answered
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...

12 years ago | 0

| accepted

Answered
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.

12 years ago | 0

Answered
arctan
Look at atan2

12 years ago | 1

Answered
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 ...

12 years ago | 0

Answered
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...

12 years ago | 0

| accepted

Question


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 years ago | 1 answer | 0

1

answer