Roozbeh Yousefnejad - MATLAB Central
photo

Roozbeh Yousefnejad


自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB AnswersFrom 05/18 to 04/25Use left and right arrows to move selectionFrom 05/18Use 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

6 个提问
6 个回答

排名
10,591
of 298,102

声誉
4

贡献数
6 个提问
6 个回答

回答接受率
33.33%

收到投票数
0

排名
 of 20,534

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,343

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Knowledgeable Level 1
  • Thankful Level 1
  • First Answer

查看徽章

Feeds

排序方式:

提问


splitting Excel file into 2 files
Hi, I am wondering how I can split an excel file into 2 new one based on the criteria. say my excel file has 5 columns and 10 r...

7 years 前 | 1 个回答 | 0

1

个回答

提问


change .mat to CSV
Hi all, I have *.mat* file which has 11 different parameters in it, say par1, par2,par3, etc. Is there any way to save this "ma...

7 years 前 | 1 个回答 | 0

1

个回答

已回答
How to read all CSV files from specific folders?
I replaced *filename = filepaths{i};* instead of filename=files(i).name but got this error Undefined variable "filepaths" o...

7 years 前 | 0

已回答
How to read all CSV files from specific folders?
I mean, I don't know how to find my directory path. The file that I want to open is in this path C:\Users\roozm\Desktop\New ...

7 years 前 | 0

已回答
I am only getting one output when I have 2 defined and 2 inputs?
I got 2 output from your function. use it like this first define InitialV,Angle, then [a,b]=Projectile2(InitialV,Angle) yo...

7 years 前 | 0

| 已接受

提问


How to read all CSV files from specific folders?
Hi, I want to open all CSV files and do a calculation on them. I used the code below and it worked files = subdir('C:\Use...

7 years 前 | 3 个回答 | 0

3

个回答

提问


closing specific excel file
Hi all, I am opening some CSV files and then choose some columns and take an average of the last data. At the same time, I sepa...

7 years 前 | 1 个回答 | 0

1

个回答

已回答
hey, i have this program and i need to draw distribution of power Pr_dbm !
as I can see, Pr_dbm is only a function of d, so you can simply use plot command to plot it plot(d,Pr_dbm) I've added a plot...

7 years 前 | 0

提问


having char and number in one matrix
Hi, I am reading some CSV files and do some calculations on them and at the end, I will have the results for each CSV file in ...

7 years 前 | 1 个回答 | 0

1

个回答

已回答
opening different folders with different name and read CSV files
Thank you so much. It works perfectly. Can you just add, how I can have the excel number separately? currently, this is my code ...

7 years 前 | 0

已回答
How can I use xlswrite in a for loop without overwriting?
I believe you can add "i" to *xlswrite('frequency.xlsx',dataday')* like *xlswrite('frequency.xlsx',dataday',i)* to change the ...

7 years 前 | 0

提问


opening different folders with different name and read CSV files
Hi, I want to open different folders with Matlab and then open different CSV files in each folder and read some specific sheet...

7 years 前 | 2 个回答 | 0

2

个回答