Question


import data from the web?
Hi friends, I'd like to import the data found here: <http://geoid.colorado.edu/grace/data/data-30i5bio0a9vng04vriclc97976-00...

14 years ago | 2 answers | 0

2

answers

Submitted


Two-phase medium sound speed calculator
Uses A.B. Wood's model to calculate the bulk sound speed of a two-phase fluid medium.

14 years ago | 2 downloads |

0.0 / 5
Thumbnail

Submitted


Sulfur Hexafluoride Property Lookup
Function returns properties of SF6, including density, enthalpy, sound speed, specific heats.

14 years ago | 2 downloads |

0.0 / 5
Thumbnail

Question


Efficient table lookup
I have a simple question, but related answers in this forum are confusing to me and seem overly complex. Thermodynamic properti...

14 years ago | 2 answers | 0

2

answers

Submitted


Minnaert bubble models
Functions to calculate the radius, volume, or acoustic oscillation frequency of a gas bubble.

14 years ago | 1 download |

4.0 / 5
Thumbnail

Submitted


Sea water freezing temperature calculator
Function returns the freezing temperature (°C) of seawater given salinity and pressure.

14 years ago | 2 downloads |

0.0 / 5
Thumbnail

Submitted


Water sound speed calculator
Calculate the sound speed of water for any given temperature, pressure, and salinity.

14 years ago | 2 downloads |

0.0 / 5
Thumbnail

Answered
Help with plot function!
Matlab knows how to plot numbers, not strings! So try time = datenum(D.data(:,1:6)); plot(time,A) set(gca,'XTick',[...

14 years ago | 0

| accepted

Question


Why not use square brackets?
Why does Matlab suggest that I shouldn't use square brackets unless absolutely necessary? For example, if I type x = [1:1...

14 years ago | 6 answers | 4

6

answers

Question


File Exchange search and sort
I'd like to better understand the search and sort features on File Exchange. Sort: If I browse all 15,377 files on File Exc...

14 years ago | 1 answer | 1

1

answer

Submitted


Rayleigh Wave Animation
Animation of the retrograde surface particle motion of a Rayleigh wave.

14 years ago | 2 downloads |

2.0 / 5
Thumbnail

Question


What units do you use?
I was cleaning up old computer files recently and I found about a hundred unit converter functions I wrote years ago for my mast...

14 years ago | 2 answers | 2

2

answers

Answered
Any way to have a function return a variable dynamically
Combined with the above comment from Oleg, if you only need today's date, this will be useful: date Formatted the way ...

14 years ago | 0

| accepted

Question


Reproduce a legend in multiple figures
I have several figures. In figure 1 I specify a legend and format it nicely. It goes something like this: figure(1) p...

14 years ago | 2 answers | 0

2

answers

Answered
Avoid colorbar resizing image
This is sort of a clunky solution, but you can force the entire figure to be the size you want by putting this line after plotti...

14 years ago | 0

Answered
Changing marker color
Both great solutions here, thanks guys! I have never used the scatter plot before, and I think that's the key. I like removing...

14 years ago | 0

Question


Changing marker color
I would like to scale the color of a marker based on temperature values being plotted there. For example, to plot 10 temperatur...

14 years ago | 3 answers | 0

3

answers