photo

Farshid Daryabor


自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
4 个回答

排名
29,695
of 301,383

声誉
1

贡献数
5 个提问
4 个回答

回答接受率
20.0%

收到投票数
1

排名
 of 21,252

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 174,306

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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

7 years 前 | 2 个回答 | 0

2

个回答

已回答
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...

7 years 前 | 0

已回答
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...

7 years 前 | 0

提问


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

7 years 前 | 1 个回答 | 0

1

个回答

提问


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

7 years 前 | 0 个回答 | 0

0

个回答

提问


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

7 years 前 | 0 个回答 | 0

0

个回答

已回答
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...

7 years 前 | 0

已回答
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 ...

7 years 前 | 0

提问


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

7 years 前 | 4 个回答 | 1

4

个回答