photo

Farshid Daryabor


Aktiv seit 2019

Followers: 0   Following: 0

Statistik

MATLAB Answers

5 Fragen
4 Antworten

RANG
29.695
of 301.481

REPUTATION
1

BEITRÄGE
5 Fragen
4 Antworten

ANTWORTZUSTIMMUNG
20.0%

ERHALTENE STIMMEN
1

RANG
 of 21.298

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 174.744

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 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Problem using RESHAPE function
I have problem for reshape 1d matrix (C1d(340029,1)) to 3d matrix (D3d(?,215,395)), Thank you for any help. >> Error using re...

fast 7 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
Problem using RESHAPE function
Actually "A(N=31,M=215,L=395)" is a 3d Matrix, converted to 1d Matrix "A1(N*M*L,1)" I'm trying to find the values between 10-3...

fast 7 Jahre vor | 0

Beantwortet
avoiding overlap contour lines in matlab
please take a look to the contour lines near the coast, those are overlap. "semilog" function is one solution but it doesn't wor...

fast 7 Jahre vor | 0

Frage


avoiding overlap contour lines in matlab
Dear, How can I fix overlap contour lines in matlab figure contourf(x,y,z)

fast 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to regride fine to coarse
How can I regrid fine to coarse resolution considering sea/land mask. Fine resolution (A) 3km, coarse resolution (B) 100km, A=...

fast 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to index a double 2d matrix with a complex 2d matrix
I'm trying to index a double 2d matrix 'A' with a complex 2d matrix 'B' and I encountering with the following error message, An...

etwa 7 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
How replace NaN's in a 3d field with the nearest value in the same column?
I'm trying to index a double 2d matrix 'A' with a complex 2d matrix 'B' and I encountering with the following error message, An...

etwa 7 Jahre vor | 0

Beantwortet
How replace NaN's in a 3d field with the nearest value in the same column?
assume that have a 3d temperature matrix with 10 layers 'T(layer=10,x=30,y=50)', from the sea surface (layer = 1) to the seabed ...

etwa 7 Jahre vor | 0

Frage


How replace NaN's in a 3d field with the nearest value in the same column?
I have a 3d (z,x,y) matrix and trying to fill NaN's in the each grid point in xy directions with the nearest value correspond to...

etwa 7 Jahre vor | 4 Antworten | 1

4

Antworten