![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/7464912_1522121625699_DEF.jpg)
MF
Followers: 0 Following: 0
Estadística
13 Preguntas
0 Respuestas
CLASIFICACIÓN
116.879
of 297.046
REPUTACIÓN
0
CONTRIBUCIONES
13 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
23.08%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.422
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.776
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
Interpolating if consecutive NaNs less than 16
I am trying to interpolate only gaps less than 16..but I can't manage..till now I only managed to interpolate all the gaps...any...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Calculating variance in loop
Hi, I have 8 years of data and I want to calculate the variance of the same month but different year all together. i.e. Variance...
más de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
Get unzipped files, copy and unzip them
Hi, I have a folder containing 2886 subfolder, and each subfolder contains zipped files. I want to enter each subfolder, copy th...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Daily average of 8 years with data set every 3 hours
I have a data set consisting of 8 years from 2006-2013 of SST taken every 3 hours. There are some gaps in the data. I have alrea...
más de 8 años hace | 2 respuestas | 0
2
respuestasPregunta
Save each image loaded by a loop
I have 4 bmp images named Target1.bmp ..Target4.bmp and I want to load them using a loop. I am using the following code but it i...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
index must be positive integer or logical
I am using an explicit/implicit scheme for Gravity waves in one dimension and I'm using the following code. ntot = 100; ...
casi 9 años hace | 3 respuestas | 0
3
respuestasPregunta
extracting portion of .nc file based on date
I have a netCDF file containing data for a whole. I want to extract a portion of the data based on date. For example StartDat...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
merging column elements into one
I have a matrix of 4 columns containing year in 1st column, month in 2nd, day in 3rd, and time in 4th. Is there a way to combine...
casi 9 años hace | 4 respuestas | 0
4
respuestasPregunta
importing date/time from excel to matlab
Hi, I am running matlab R2014b on windows 10 I want to import date/time from excel to matlab. Date/Time is in the following f...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Merging text files into one
I want to merge the content of 7 text files into a single file. I'm using system('copy 090615.txt+090616.txt+090617.txt+09...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
merging files using for loop
I am trying to merge 7 text files into 1 using system ('copy 090615.txt+090616.txt+090617.txt+090618.txt+090619.txt+09061...
casi 9 años hace | 2 respuestas | 0
2
respuestasPregunta
I am trying to plot, at x=pi/4, the variation of the error percentage along h (h increments from 0.01 to 0.5), using the first order central difference method for function f(x)=sinx. Can't figure out what's wrong with the code. Any help please?
%t(n) is the approx.value z = cos(pi/4);%Exact value n=0 for h=0.01:0.01:0.5; n=n+1; t(n) =(sin((pi/4)+...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
I am trying to plot, at x=pi/4, the variation of the error percentage along h (h increments from 0.01 to 0.5), using the first order central difference method for function f(x)=sinx. Can't figure out what's wrong with the code. Any help please?
z = cos(pi/4);%Exact value n=0; for h=0.01:0.01:0.5; n=n+1; t(n) =((sin(pi/4)+(h))-(sin(pi/4)-(h)))/(2*h); ...
alrededor de 9 años hace | 1 respuesta | 0