photo

Preyanka Dey


Last seen: 4 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

9 个提问
2 个回答

排名
157,036
of 300,392

声誉
0

贡献数
9 个提问
2 个回答

回答接受率
100.0%

收到投票数
0

排名
 of 20,933

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,335

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

已回答
How to read and stores values from certain number of lines followed by a line starting as TS in a .txt file?
I solved...following is the answer if anyone need it.... function main A = regexp(fileread('datap.txt'),'\n','split'); Whichl...

5 years 前 | 0

| 已接受

已回答
Facing problems in writing data to a .dat file?
Yeyy! I solved it...following is the code...if somebody need it... function main A = regexp(fileread('datap.dat'),'\n','split'...

5 years 前 | 0

| 已接受

提问


Facing problems in writing data to a .dat file?
Hi everyone! After extracting data from the attached datapp.txt file when I tried to write it again in a output.dat file, I am ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


How to read and stores values from certain number of lines followed by a line starting as TS in a .txt file?
Hi everyone, Every time after the line starting as TS (in the attached datap.txt), I want to read the 1st, 5th, 19th, 33th, 47t...

5 years 前 | 1 个回答 | 0

1

个回答

提问


How can I grab the value of i for which out(i) is equal to s(2)?
Hi everyone, I am trying to grab the value of i for which out(i) is equal to s(2). The segment is marked below by '% facing pro...

5 years 前 | 2 个回答 | 0

2

个回答

提问


Facing problems in creating and indexing structured array
Hi everyone, I am trying to create an structured arrays with fields 'num', 'x' and 'y'. 'num' is the iteration number, x and y ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


While trying to write in a.txt or .csv file, I am receiving the message "Index exceeds the number of array elements (0)"
I am trying to wite my output into a .csv file and a .txt file after scaning the attached .txt file (imported_PEVT.txt). However...

5 years 前 | 1 个回答 | 0

1

个回答

提问


How to convert time into nearest hour and to do interpolation of NaN values extracted from .csv file?
Hi, I have a .csv file from which I extracted values of three columns. Now I want to convert time into nearest hour and interpo...

5 years 前 | 1 个回答 | 0

1

个回答

提问


How to grab and process values from a .csv file using fgetl and sscanf?
Can anyone please help me: The attached assignment6.csv file contain 3 columns. I want to read, process and store the values li...

5 years 前 | 1 个回答 | 0

1

个回答

提问


How can I extract values of last three columns in a matrix when second column value is 2?
Hi, Can anybody please help me in extracting values of last three columns from the attached icon.txt file in a matrix? It shoul...

5 years 前 | 1 个回答 | 0

1

个回答

提问


How to grab first number from each line of a .txt file and store it in a vector?
I want to grab first number from each line and store it in a vector. I am trying in following way. But, the written code is pick...

5 years 前 | 1 个回答 | 0

1

个回答