![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/4616153_1522103212501_DEF.jpg)
Jeff
Followers: 0 Following: 0
horribly new on matlab but loving it; sorry for so many questions but I appreciate all the support Professional Interests: economics, central banking
Estadística
11 Preguntas
9 Respuestas
CLASIFICACIÓN
4.725
of 297.016
REPUTACIÓN
10
CONTRIBUCIONES
11 Preguntas
9 Respuestas
ACEPTACIÓN DE RESPUESTAS
90.91%
VOTOS RECIBIDOS
6
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
of 157.725
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Align subplot x-axes
I found a solution, realizing later that i didn't fit the graph 2 axis like I did for graph 1, and it seems to have solved the i...
casi 7 años hace | 1
| aceptada
Pregunta
Align subplot x-axes
Hi all, could someone please help me on how to align the scales? % data data = rand(14,2); x = data(:,1); y = data(:,2); ...
casi 7 años hace | 2 respuestas | 0
2
respuestasAdd two matrices (element wise addition) together ignoring NaNs
Ok, not to waste too much of the MathWorks communities' time but i did find what looks to be the appropriate solution: tmp ...
casi 8 años hace | 2
| aceptada
Pregunta
Add two matrices (element wise addition) together ignoring NaNs
Hi all, Can someone help on this? I'm sure it is straight forward but getting stumped. I would simply like to add two matri...
casi 8 años hace | 3 respuestas | 1
3
respuestaswhat cause this error to xlsread randomnly?
I am currently getting the same error when just simply trying use xlsread on a .xlsx file and it doesn't appear to be related to...
casi 9 años hace | 0
Pregunta
Generate new variables based on expressions in structure array using loops -- example provided need help to fix
Can someone help direct me on how to get this to work? For example, I would like to create a new variable in the 'var' structur...
más de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
Can you help to create a new variable on each loop?
Hi All, I would like to have a new "data" variable below to be created on each iteration of this loop - length(files) = 12; ...
más de 10 años hace | 1 respuesta | 0
1
respuestareading only a portion of a text file
fid = fopen('mydata.txt', 'r'); tline = fgetl(fid); k=1; while ischar(tline) disp(tline) findrows = strfind(tline, ...
casi 11 años hace | 0
reading only a portion of a text file
fid = fopen('mydata.txt', 'r'); tline = fgetl(fid); k=1; while ischar(tline) disp(tline) findrows = strfind(tline, 'A...
casi 11 años hace | 1
| aceptada
how to return first 5 digits of 6th column in cell array?
Ok found it; thanks anyway all cell{1,5}(1:5)
casi 11 años hace | 0
| aceptada
Pregunta
how to return first 5 digits of 6th column in cell array?
Hi Matlab community, Here's another newbie question. I would like to replace the 6th column with the first 5 digits of that ...
casi 11 años hace | 2 respuestas | 0
2
respuestasPregunta
reading only a portion of a text file
I would like to read in a text file that contains a header and footer of information, where the number of rows of the header/foo...
casi 11 años hace | 3 respuestas | 0
3
respuestasPregunta
how to append multiple CSV files with mix of numeric / non-numeric into one final table
Hi all, I have 60 CSV files that contain one column of text and the remaining 6 columns are numeric. The first row in all ...
casi 11 años hace | 1 respuesta | 0
1
respuestacan someone help me loop this??
Hi Roger, this is bang on however I can't completely confirm because I screwed up in my example. The PC matrix is longer th...
más de 11 años hace | 0
Pregunta
can someone help me loop this??
n=4 t=1:21 std_t1 = (((pc(1,:)- MA(1,:)).^2)/(n-1)+... ((pc(2,:)- MA(1,:)).^2)/(n-1)+... ...
más de 11 años hace | 3 respuestas | 0
3
respuestasHow to export a DataMatrix to excel ???
just found this, seems like text is the only option dmwrite(z,'C:\matlab\excel\test.txt');
más de 11 años hace | 0
| aceptada
Pregunta
How to export a DataMatrix to excel ???
Hi can someone help with this? I would like to export this DataMatrix to excel that includes the metadata created. x1=[10 8 ...
más de 11 años hace | 1 respuesta | 1
1
respuestaI would like to filter out some vectors based on a percent of aggregate
Found this in the matlab documentation just to share Find the indices of values in a vector that are greater than a specified...
más de 11 años hace | 0
Pregunta
filter series based on test but how do I know what series passed??
Hi all, i had some help with this already from Image but one thing is I need to know what variables passed the test, as there wi...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
I would like to filter out some vectors based on a percent of aggregate
I would like to filter some time series based on their weight of the overall aggregate. The weights are to be calculated based ...
más de 11 años hace | 2 respuestas | 0