photo

Madison


Last seen: etwa 2 Jahre vor Aktiv seit 2023

Followers: 0   Following: 0

Statistik

MATLAB Answers

13 Fragen
0 Antworten

RANG
231.747
of 300.343

REPUTATION
0

BEITRÄGE
13 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
61.54%

ERHALTENE STIMMEN
0

RANG
 of 20.926

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.172

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Save matlab figure as basemap
I'm trying to plot distribution data on top of a map I have already made. How can I save a matlab figure as custom basemap to pl...

etwa 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to Interpolate an entire data set
How to Interpolate an entire data set.I have two datasets and I am trying to determine tidal energy for the lat and lon values o...

etwa 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to convert .tam or .ascii file to .nc
Hi, I have a file in .tam and .ascii, but I have to convert it to a .nc file and im not sure how to do that.

etwa 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Error plotting distribution on top of pcolor
I'm trying to plot distribution data from csv on top of a pcolor plot close all, clear all clc % note I've renamed the files,...

etwa 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Display time as Day, Month Year
I'm trying to read my time data from an nc file in the format of (dd mm yy), but it looks like it's displaying the data as hours...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Using interpol 2 code
I'm quite new to matlab, but I am trying to use the interpol function and extract data for specific lat and long for specific ye...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Error creating matlab pcolor
I am running into an error plotting temperature form my file (it contains data from Jan-March) close all, clear all clc % not...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Error reading uo file
Error in untitled (line 52) u1 = ncread(fullfile(filename,'uo'),[1 1 nz 1],[length(lon) length(lat) 1 ntime]); for yi=1:ny...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Complete expression for matrix operator
When I change a paraenthesis to bracket I recieve an error, but when I use brackets I recieve another error Parathesis: File: ...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Open a file error, even though path is valid and correct
I am new to Matlab and had help writing my code, but even though the path is correct I cant get my file to open. close all, cl...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Creating M_map for Sea Velocity in a specific geographical area
Hello, I am very new to Matlab and am trying to create a map such as teh Shaded Relif example in https://www.eoas.ubc.ca/~rich/...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Error using image Color data must be an m-by-n-by-3 or m-by-n matrix. Error in imagesc (line 52) hh = image(varargin{:}, 'CDataMapping', 'scaled');
I dont understandf the problem here I am trying to plot sea velocity, and my EVO matrix is 4-D double, but it wont work. I tried...

mehr als 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Error using ' TRANSPOSE does not support N-D arrays. Use PAGETRANSPOSE/PAGECTRANSPOSE to transpose pages or PERMUTE to reorder dimensions of N-D arrays.
The data is from Copernicus, but sea surface height (SHW) is a 3D matirx clear clc dir = 'C:\Users\Madison-Riley\Downloads\';...

mehr als 2 Jahre vor | 2 Antworten | 0

2

Antworten