Megan Mirkhanian
Followers: 0 Following: 0
Estadística
20 Preguntas
4 Respuestas
CLASIFICACIÓN
28.413
of 295.467
REPUTACIÓN
1
CONTRIBUCIONES
20 Preguntas
4 Respuestas
ACEPTACIÓN DE RESPUESTAS
15.0%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
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
Pregunta
I cannot seem to get line 248 to work, is there something different I have to do for a Tiff file?
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Question on creating a variable for a file
I am trying to download files into the "file" variable. I am not sure for line 248 if I am doing this correctly. Also would you ...
casi 4 años hace | 0 respuestas | 0
0
respuestasPregunta
question on Invalid file identifier
Hi I keep getting the error Imvalid file identifier. use fopen to generate a valid file identifier.I don’t know what’s wrong, pl...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
I have a map of different colors, I need all z values from greater than 0 to be red, all zero values to be white, and all below zero values to be blue
color specifications imagesc(z) cmap = [1 0 0 ; 0 1 0 ; 0 0 1] ; colorbar colormap(cmap) I applied the code above, but i...
casi 5 años hace | 2 respuestas | 0
2
respuestasPregunta
I have a list of 120 elements in a column, and I need to sum each 12 elements and then sum together the next 12 so from the 120 values I will have 12 different sum values.
I just need a for loop to get the sum of each 12 elements in the column for 10 consequative times.
casi 5 años hace | 2 respuestas | 0
2
respuestasPregunta
I have a row of 1308 values and I need the total every 12 rows. So I need the sum of rows 1-12 and then again for the next 12 numbers
1 1 1 5 5 1 1 1 10 1 1 1 so basically I need the sum of all these numbers in this entire column for the 12 rows an...
casi 5 años hace | 1 respuesta | 0
1
respuesta2
respuestasPregunta
how to plot two .m files on one graph
This is one of my files File2=csvread('secondhalf.CSV') % samplmean=mean(File2) % std(File2) averageY2 = mean(File2); s...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Plotting two .m files on one graph
I keep plotting 2 .m files on one graph but they keep plotting on separate graphs. I used hold on on one of the files. File2=...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Seperate yyyymm to mm-yyyy
I uploaded a table with one of the columns showing yyyymm, How do I get tha column in the mm-yyyy format
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
How to separate month and year?
Hi, I have two columns of year and month data sand data The year and month data looks like this 199701, so I want to make ...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Replace -99 with NaN
How do I repalce -99 values with NaN?
casi 5 años hace | 3 respuestas | 0
3
respuestasPregunta
Seperate Matlab data for my text file
I have data where the year and month are stuck together, as seen 180001, should be 01 1800, how do I seperate that?
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Index exceeds matrix dimensions
char_date_start= char(date_start); char_date_end = char(date_end); yearRange = str2num(char_date_start(1:4))+1:1:str2num(char_...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Hi I am having a hard time using the getfield. It says there is an error.
The error says to use dynamic field names with structures instead of GETFIELD. %% %%% load the latitude and longitude files (F...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Define start and end dates when selecting from file
%%% define the start and end dates for your data in YearMonthDay formant, % i.e, "October 1, 1982" should be formatted as "1982...
casi 5 años hace | 1 respuesta | 1
1
respuestaFinding the mean of my entire data
Yes, my data has a bunch of rows and columns and I want to find the mean of all the datapoints. I keep using mean(file_name) but...
casi 6 años hace | 0
Pregunta
Finding the mean of my entire data
How do I find the entire mean of all my data points
casi 6 años hace | 3 respuestas | 0
3
respuestasData not appearing only the words are
It worked earlier with netcdf that is why I am confused.
casi 6 años hace | 0
Pregunta
Data not appearing only the words are
I was getting data (numbers) earlier but now im just getting these statments, how do I get my rows and columns of numebrs again?...
casi 6 años hace | 2 respuestas | 0
2
respuestasPregunta
Finding a mean for all my data
Hi, How do I find the mean of all the data given in rows and columns.
casi 6 años hace | 2 respuestas | 0
2
respuestasPregunta
How to separate into different groups?
I have data that is long and it has different groups inside the data, the different groups are separated within the column by sp...
alrededor de 6 años hace | 2 respuestas | 0
2
respuestasHow to separate into different groups?
<</matlabcentral/answers/uploaded_files/140733/Screen%20Shot%202018-11-11%20at%201.33.21%20PM.png>>
alrededor de 6 años hace | 0
How to separate into different groups?
each group is between the yellow to yellow (space to space). I want to find the total rain, "BBYPrecip" column, but I want to fi...
alrededor de 6 años hace | 0