swetha S - MATLAB Central
photo

swetha S


Last seen: 5 years 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB AnswersFrom 06/19 to 04/25Use left and right arrows to move selectionFrom 06/19Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

10 个提问
0 个回答

排名
198,032
of 298,046

声誉
0

贡献数
10 个提问
0 个回答

回答接受率
60.0%

收到投票数
0

排名
 of 20,526

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,226

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


solving differential equation and assigning value to symfun
I solved my 1st order differntial equation using the below commands syms y(t) ode = diff(y) == t+2y; cond = y(0) == 1; ySo...

5 years 前 | 1 个回答 | 0

1

个回答

提问


merge two columns into one
i have a date column (481*1) and time column (481 *1) separately. How do I merge it into one column in Matlab? Example, date ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


how to covert matlab time to actual time
I used [num txt raw]= xlsread(sprintf( 'SMPS%d.xlsx',n),'Data'); to read the excel files. The raw variable is of dimension (480...

5 years 前 | 1 个回答 | 0

1

个回答

提问


how to read lot of files , execute the same mean function over a particular dimension , and save the values into each files back
I have 8 excel files. I want to load each file and perform average function for each file separately and save them to 8 differe...

5 years 前 | 0 个回答 | 0

0

个回答

提问


How to convert a row vector into 2d matrix
I have a row vector data( 1,290). Here 290 represents 290 grid points. I want to convert this into 2d matrix (lat,lon), assignin...

6 years 前 | 1 个回答 | 0

1

个回答

提问


remove Nan from a row vector using if statement only
I have a row vector. Ch (1,1155). I want to remove columns that have NaN. for k=1:122 p=1; for m=1:1155 if( (ch(1...

6 years 前 | 3 个回答 | 0

3

个回答

提问


how to convert 3d precipitation data to 2d in matlab
I have 3d data, Rf(33,35,122), Lat,Lon,time....How to convert it into 2d data (gridpoint , time) Rf(33*35,122)? Anyway a pair...

6 years 前 | 1 个回答 | 0

1

个回答

提问


extract data according to specified lat,lon bounding box
i have a 3d data, say dat(33*35*122). (lat,lon,time). Lat[6.5n to 38.5n], lon[66.5e to 100.5e]. now how can i extract the data f...

6 years 前 | 1 个回答 | 0

1

个回答

提问


How to assign corresponding lat , Lon to grid points
I have a 3d data , RF(35*33*122) Lon,lat,time. Now to convert this to corresponding grid points , I used reshape (35*33). Now ...

6 years 前 | 1 个回答 | 0

1

个回答

提问


converting lat,lon column vectors to corresponding grid vector (lon*lat)
Hello I have lat , lon column vectors lon=35*1 lat=33*1 Now i want to convert it into single column vector that will have...

6 years 前 | 2 个回答 | 0

2

个回答