![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/1650295_1522087730009_DEF.jpg)
Isabella Osetinsky-Tzidaki
Israel Meteorological Service
Followers: 0 Following: 0
Estadística
0 Preguntas
17 Respuestas
7 Archivos
CLASIFICACIÓN
6.157
of 297.010
REPUTACIÓN
8
CONTRIBUCIONES
0 Preguntas
17 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
2
CLASIFICACIÓN
5.219 of 20.418
REPUTACIÓN
245
EVALUACIÓN MEDIA
4.00
CONTRIBUCIONES
7 Archivos
DESCARGAS
5
ALL TIME DESCARGAS
2356
CLASIFICACIÓN
of 157.687
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
Enviada
Gumbel_MOM_LMOM(XX,method)
Estimates the EV distr. parameters by Method of Moments and L-Moments with biased or unbiased PWM
más de 6 años hace | 1 descarga |
How can I fit data using quartic smoothing splines?
Quoted from https://www.mathworks.com/help/curvefit/examples/how-to-construct-splines.html k = 5; % order 5, i.e., we are w...
alrededor de 8 años hace | 1
problem with CSAPS (cubic smoothing spline)
Your n=21 in linspace is too small for influencing your 0-100*pi range curve
alrededor de 8 años hace | 0
2d-spline interpolation with scattered data?
https://www.mathworks.com/help/matlab/ref/griddata.html
alrededor de 8 años hace | 0
Mapping NCEP reanalysis data
https://www.mathworks.com/matlabcentral/fileexchange/59976-ncep-reanalysis-charts--sequence
alrededor de 8 años hace | 0
Some plot objects disappear when I zoom in 2016b
% Try two ways: % 1. Enlarge markersize % 2. Play with set(gcf,'renderer','opengl') % or set(gcf,'renderer','painte...
alrededor de 8 años hace | 0
live script when result is very long
have you tried "xlswrite" command? Just like this: % instead of disp('X') xlswrite('MyFile.xlsx','X')
alrededor de 8 años hace | 0
We have a matrix containing the year month and day of data points. We want to find out how often each day occurs. Thanks in advance!
% A is N by 3 matrix (y,M,d) B=datetime(A,'Format','yyyyMMdd'); C=char(B); D=str2num(C); F=unique(D); L=length(F)...
alrededor de 8 años hace | 0
Cannot read xls files
see https://www.mathworks.com/matlabcentral/answers/100550-why-does-xlsread-return-errors-with-some-spreadsheets-on-non-windows-...
alrededor de 8 años hace | 0
Performing Monte Carlo Sampling
L=length(x); Rmat=nan(L,10000); for i=1:10000 R=normrnd(mu,sigma,[L,1]); Rmat(:,i)=R; end
alrededor de 8 años hace | 0
Storing found values in an array
any command located between "break" and "end" cannot be performed
alrededor de 8 años hace | 0
How to lock an enter field for an area of numbers and no letters.
if (x>10 || x<1) error('User can only enter numbers between 1-10') end
alrededor de 8 años hace | 0
question on copying figure to word
click on "File" , then "Save as", then any. I prefer "png" or "emf" format for Word.
alrededor de 8 años hace | 0
How can convert vector aa size 1x262144 to matrix 256x256
% you will not convert (262144 is 4 times 256*256 and not equal to it) % but complete 4 matrices out of your "aa" vector % a...
alrededor de 8 años hace | 1
| aceptada
Can I insert columns into imported data
use diff function, see its help page for right formulation
alrededor de 8 años hace | 0
Enviada
NCEP reanalysis nice synoptic charts
Plotting the NCEP reanalysis synoptic charts in a nice way
más de 8 años hace | 1 descarga |
Enviada
Modified Anderson-Darling test for Extreme Value Distribution for maxima
Modified Anderson-Darling test for Extreme Value Distribution (max) gets p-value and test statistics
casi 9 años hace | 0 descargas |
Enviada
Interp1T for scattered 1-D data
Interpolates 1-D scattered data
alrededor de 9 años hace | 1 descarga |
How to save progressive jpeg with Matlab?
try export_fig code from the "File Exchange"
alrededor de 10 años hace | 0
how can i have random numbers with criteria?
r=nan(50,1); rng('shuffle') r(1)=randi([1,5]); n=1; while n<50, rng('shuffle') p = randi([1,5]); if p~=r(...
alrededor de 10 años hace | 0
Enviada
legendbar
LEGENDBAR places your bar items in the legend in just same direction as they are stacked in the bar
más de 10 años hace | 1 descarga |
Enviada
Renderer_forMatlabR2014b
allows enjoying the latest MatlabR2014b great graphic features even with the old graphics driver
más de 10 años hace | 1 descarga |
Enviada
nancorr
Calculates the sample corr. coef. for the series with missing data expected. UPDATED ON MAR 8!
casi 13 años hace | 1 descarga |