![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/8189192.jpg)
sam moor
Followers: 0 Following: 0
matlab coder
Estadística
32 Preguntas
3 Respuestas
0 Problemas
1 Solución
CLASIFICACIÓN
37.782
of 297.016
REPUTACIÓN
1
CONTRIBUCIONES
32 Preguntas
3 Respuestas
ACEPTACIÓN DE RESPUESTAS
43.75%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
121.806
of 157.725
CONTRIBUCIONES
0 Problemas
1 Solución
PUNTUACIÓN
20
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
How to locate and record the folder number that exceeds user defined value in a directory?
I have multiple folders in increasing order of last 4 digits in the directory as r1_0.05, r1_0.10, r1_0.15, r1_0.20...... In ea...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
How to save each iteration in cell array?
I am using for loop for each folders to save the value in each iteration. But, the problem is: it overrides the value and save o...
más de 6 años hace | 1 respuesta | 0
1
respuestaHow to save data of each folders in cell array?
I did that..but when it goes for another folder. the data store is replaced for 2nd folder
más de 6 años hace | 0
Pregunta
How to save data of each folders in cell array?
I have four folders r1, r2, r3 and r4. I used for loop for each folders and read files and store data using if statement inside ...
más de 6 años hace | 2 respuestas | 0
2
respuestasPregunta
How to repeat the same number after certain interval in if statement?
I have a if statement in which certain value (e.g. nf) runs from 1 to 7 and from 8 to 16. I have some data to store for nf from ...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
How to apply for loop for specific files of each subfolder and record maximum value in matrix form?
I have folder name "m2ftaci_wns_BFGS".The folder have multiple subfolders,m2ftaci_wns_BFGS_0.05, m2ftaci_wns_BFGS_0.10 etc. I...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
How to get selected folders from multiple folders in a directory?
I have multiple folders named as run_0.05, run_0.10, run_0.15..........run_2.50 etc. I would like to select particular 4 folders...
más de 6 años hace | 2 respuestas | 0
2
respuestasPregunta
Problem getting error while trying to save .mat file in every folder
I have 44 folders and I have a matlab script which runs for loop for every folder and save .mat file. But when I save .mat file ...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
How to convert cell to matrix?
I have 13x1 cell. 1 to 7 rows are empty. I want to convert cell to matrix for rows 8 to 13 with different name for each cell{8,1...
casi 8 años hace | 0 respuestas | 0
0
respuestasPregunta
Getting error while loading .mat file from many directory
I have main directory named'data' and sub directories (r1,r2,r3...). In each sub directory, I have several folders(r1_0.05,r1_0....
casi 8 años hace | 1 respuesta | 0
1
respuestaPregunta
How to find out certain number in MxN matrix?
I have a matrix as shown below in the figure. I want to find out the number greater than 0.7 going from left column to right exc...
casi 8 años hace | 1 respuesta | 0
1
respuestaPregunta
How do we find value greater than certain number in a array?
I have 2 dimensional array as shown in the figure below. I want to search the number from left to right that is greater than 0.1...
casi 8 años hace | 1 respuesta | 0
1
respuestaHow to extract a certain value from 3-dimensional array?
Anyone have idea dealing with 3 dimensional array.
casi 8 años hace | 0
Pregunta
How to extract a certain value from 3-dimensional array?
I have 3-dimensional array named as bfrag.mat file. In bfrag.mat file I have 2x16x16 frag file and Int_m file associated with fr...
casi 8 años hace | 1 respuesta | 0
1
respuestaPregunta
How to load *.mat file from each directories in new script?
I have 15 directories and in each directories, I have minimum 8 sub-directories( varies in each directories). For each directory...
casi 8 años hace | 2 respuestas | 0
2
respuestasPregunta
How to hide folders in current directory?
I have a bunch of folders in current directory as shown in figure. I want to hide some of the folders so that when I run my matl...
casi 8 años hace | 1 respuesta | 0
1
respuestaPregunta
How do we automatically read current folder name in matlab script to read all data?
I have attached below a part of my matlab script. The script is to read current sub-folders directory. As shown in the picture b...
casi 8 años hace | 2 respuestas | 0
2
respuestasPregunta
How to count the given data range and calculate cumulative sum of given data and plot it?
I have excel data as attached below. I want to have sf(data.xls) range as 0-0.05,0.05-0.1, 0.1-0.15,0.15-0.2....and so on. Now, ...
casi 8 años hace | 1 respuesta | 0
1
respuestaPregunta
How to count the given data range and calculate cumulative sum of given data and plot it?
I have excel data as shown below. I want to have a range of sf like 0-0.05,0.05-0.1, 0.1-0.15,0.15-0.2....and so on. Now, 2nd co...
casi 8 años hace | 0 respuestas | 0
0
respuestasPregunta
Plotting seperate figure in for loop
I have matlab script which gives me a vector( name as PSa) of 3991x44. I do have another vector (name as PSa_avg) of 3991x1 (it'...
casi 8 años hace | 1 respuesta | 0
1
respuestaPregunta
How do I use two different matlab scripts to plot the figure using subplot?
I have two different matlab scripts that works on different directory which plots the different figures from each script. I don'...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Calling multiple matlab scripts in to single script?
Let's say I have four matlab files named a.m, b.m, c.m and d.m. In every matlab file, there is figure to plot. I want to introdu...
alrededor de 8 años hace | 3 respuestas | 1
3
respuestasPregunta
Cell to matrix conversion of different dimension
I have a 1x44 cell with different dimension. I want to change those cell in to single matrix so that I can do manipulation? I tr...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
How to store data in matrix form from a for loop extracting data from a several sub directories?
I have main directory and many sub-directories inside it. Every sub directories have data files that I want to extract. I have r...
alrededor de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
How to create a loop in a main directory for each sub folders and do function for each file in sub directory?
I have main directory named as 'Far Field Ground record sets'and 22 sub directory in it as shown below. In each sub directory I ...
alrededor de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
how to extract data from directory
I have main directory and 20 sub directories in main directory. In each sub directories there are 4 files. Now, I would like to ...
alrededor de 8 años hace | 2 respuestas | 0
2
respuestasPregunta
Extracting data from the original data set
I have a data file named roof-disp.out attached below. 1st column data refers to time and all other columns refers the correspon...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Extracting a particular data from the original data
I have a data file named rd.txt attached below. 1st column data refers to time and all other columns refers the corresponding di...
más de 8 años hace | 2 respuestas | 0
2
respuestasPregunta
Giving error while interpolating data or changing time step of data
I have a data attached as rd.txt file. In the file 1st column represent time data and all other columns are distance data. I wan...
más de 8 años hace | 1 respuesta | 0