Answered
How can I plot values in worldmap
Elizabeth: Here are a couple of suggestions: 1. Initialize your map with ncpolarm. http://www.mathworks.com/matlabcentr...

13 years ago | 0

Question


Contour level at arbitrary (x,y)
With a contour plot I can use the Data Cursor to click on an (x,y) point and get the Level at that point. Can I get these Lev...

13 years ago | 1 answer | 0

1

answer

Submitted


sciencestagram
Make your plots look somewhat like they came from the dustiest section of the engineering library.

13 years ago | 1 download |

5.0 / 5
Thumbnail

Answered
Matlab is not plotting anything
Matlab is plotting something--only the last value in the loop. To get the results with a loop, I suggest this solution: ...

13 years ago | 0

Answered
How to extract values from an array and write at a specific cell of a matrix?
Emerson, Try this, and replace numberoffiles with how many .txt files you have. Also if you have more than 13 columns in yo...

13 years ago | 1

| accepted

Answered
How can I show how much time is left for a script to complete?
Clever use of tic and toc may provide an estimate of how much time the script has been running, and how much time is left. ...

13 years ago | 1

Submitted


Compressibility Factor Calculator
Calculates the compressibility factor of a gas using the Van der Waals equation of state.

13 years ago | 5 downloads |

4.2 / 5
Thumbnail

Submitted


Get Land Surface Temperatures
Acquire land surface temps from Berkeley Earth Surface Temperature study, NOAA, and NASA-Goddard.

13 years ago | 2 downloads |

0.0 / 5
Thumbnail

Answered
How would you improve the File Exchange site?
There's no way to edit files after submission. Recently, I uploaded a new file on a Thursday. A few minutes after I clicked "S...

13 years ago | 0

Answered
How would you improve the File Exchange site?
There is no way to confirm that a submission has been uploaded. When I upload a new file, I receive no confirmation email, and ...

13 years ago | 0

Answered
How would you improve the File Exchange site?
The site tends to be rather slow. It's about as responsive as a 1990s gif-laden forum for antique tractor enthusiasts. This sh...

13 years ago | 0

Answered
How would you improve the File Exchange site?
I'd like to see trusted contributors given the ability to publish files more rapidly. Say we have another big event like a majo...

13 years ago | 0

Question


How would you improve the File Exchange site?
In sharing my codes on the Mathworks File Exchange (FEX) site, I've run into a few usability issues. My activity on the FEX sit...

13 years ago | 5 answers | 1

5

answers

Question


We're sorry, but something went wrong.
I've been encountering this message when using File Exchange (FEX) lately. Is the site currently undergoing maintenance? Does ...

13 years ago | 1 answer | 0

1

answer

Answered
any good tutorial of matlab?
I do often prefer books, so I know this might not be what you're looking for, but youtube helped me get started a few years ago....

13 years ago | 0

Question


FEX not recognizing functions
The Mathworks File Exchange (FEX) site occasionally has difficulty in properly recognizing my uploaded files as functions. FEX ...

13 years ago | 1 answer | 0

1

answer

Submitted


Get El NiƱo Southern Oscillation Index values
Get SOI (or ENSO) values as a time series from the year 1866 to present.

13 years ago | 1 download |

0.0 / 5
Thumbnail

Submitted


Butterworth Filters
Highpass, lowpass, bandpass, and bandstop Butterworth frequency filters.

13 years ago | 8 downloads |

5.0 / 5
Thumbnail

Submitted


Get Climate Teleconnection Indices
Import Arctic, Antarctic, Pacific-North American & North American Oscillation indices from NOAA CPC.

13 years ago | 2 downloads |

5.0 / 5
Thumbnail

Question


fill problem--shading the wrong parts of a curve
I'm having trouble using fill to shade the area between two curves. The code I'm using is fill(x,[y1 y2],'k') I've also...

14 years ago | 1 answer | 2

1

answer

Submitted


Fractional position on plots
Position text or data relative to the frame of a plot, not necessarily relative to the data.

14 years ago | 1 download |

0.0 / 5
Thumbnail

Submitted


Inflation Adjust
Calculate the present value using the Bureau of Labor and Statistics' Consumer Price Index.

14 years ago | 1 download |

0.0 / 5
Thumbnail

Submitted


Cost of Gas
Estimate the total cost of gas over the life of a vehicle.

14 years ago | 2 downloads |

0.0 / 5
Thumbnail

Question


Reducing steps in code
Is there a way to create a vector and take only the nth value of that vector, all in one line? For example if I wanted to retur...

14 years ago | 1 answer | 0

1

answer

Submitted


Seawater Acoustic Absorption Calculator
Returns absorption coefficient a in dB/m, given frequency, temperature, and hydrostatic pressure.

14 years ago | 3 downloads |

0.0 / 5
Thumbnail

Submitted


Prosperetti's Phi calculator
Returns the Phi argument given by Prosperetti's, The thermal behaviour of oscillating gas bubbles.

14 years ago | 1 download |

0.0 / 5
Thumbnail

Submitted


Methane Hydrate Stability Toolbox
Determine equilibrium pressure or equilibrium temperature of methane hydrate.

14 years ago | 2 downloads |

0.0 / 5
Thumbnail

Answered
Find links on a website
I figured it out: urls=urlread('ftp://podaac-ftp.jpl.nasa.gov/allData/grace/L2/CSR/RL05/'); urldata = textscan(urls,'%...

14 years ago | 1

| accepted

Question


Find links on a website
Hi, I'm using Matlab to download each of the files found here: <ftp://podaac-ftp.jpl.nasa.gov/allData/grace/L2/CSR/RL05/>. ...

14 years ago | 1 answer | 0

1

answer

Question


My .txt file imports as a character string
Hi all, I'd like to import a text file as a matrix of data. Here's what I have so far: thefilename = gunzip('ftp://po...

14 years ago | 1 answer | 0

1

answer

Load more