Roozbeh Yousefnejad
Followers: 0 Following: 0
Statistiques
RANG
10 577
of 295 673
RÉPUTATION
4
CONTRIBUTIONS
6 Questions
6 Réponses
ACCEPTATION DE VOS RÉPONSES
33.33%
VOTES REÇUS
0
RANG
of 20 262
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 257
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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...
plus de 6 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 6 ans il y a | 1 réponse | 0
1
réponseHow 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...
plus de 6 ans il y a | 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 ...
plus de 6 ans il y a | 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...
plus de 6 ans il y a | 0
| A accepté
Question
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...
plus de 6 ans il y a | 3 réponses | 0
3
réponsesQuestion
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...
plus de 6 ans il y a | 1 réponse | 0
1
réponsehey, 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...
plus de 6 ans il y a | 0
Question
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 ...
plus de 6 ans il y a | 1 réponse | 0
1
réponseopening 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 ...
plus de 6 ans il y a | 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 ...
plus de 6 ans il y a | 0
Question
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...
plus de 6 ans il y a | 2 réponses | 0