![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/7812941_1522123392182_DEF.jpg)
Farshid Daryabor
Followers: 0 Following: 0
Statistiques
RANG
84 149
of 297 016
RÉPUTATION
0
CONTRIBUTIONS
54 Questions
8 Réponses
ACCEPTATION DE VOS RÉPONSES
44.44%
VOTES REÇUS
0
RANG
of 20 419
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 725
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
Plot time series of two set of data
The attached is two set of data with different size, 'ARMOR', and 'HadGEM2', respectively. I would be grateful if someone could ...
environ un an il y a | 1 réponse | 0
1
réponseQuestion
How can I write NaN as missing_values ncwriteatt
what is command to write missing_value: 'NaN' as variable attribute, my command is not right, does anyone know? thanks ncwr...
environ un an il y a | 1 réponse | 0
1
réponseQuestion
MATLAB can't call python module with import
I can import and open 'data.nc' through Jupyter Notebook, import nctoolkit as nc ds=nc.open_data("data.nc") but when I am t...
environ un an il y a | 1 réponse | 0
1
réponseQuestion
How Can I call Python module and function in MATLAB script
I am using a python module 'nctoolkit' for some statistical analysis in Jupyter Notebook. I have also a own matlab toolbox for p...
environ un an il y a | 1 réponse | 0
1
réponseQuestion
How can I write missing value ncwriteatt
I created a netcdf file with attributes correctly, but I tried to add also missing value (1.0000e+20) as number to variabel attr...
environ un an il y a | 1 réponse | 0
1
réponseHow Can I plot a cell array against a double
please find the attached seasonal data, Thanks
environ un an il y a | 0
Question
How Can I plot a cell array against a double
Please find the attached file. I have a vector(1*40), double, that include years since 1982 to 2021, and monthly temperature da...
environ un an il y a | 1 réponse | 0
1
réponseQuestion
Use contourf to show data for the particular area on the map
Dear, I want to use contourf to show data for the particular area on the map (The original domain be maintained, only the embedd...
environ 4 ans il y a | 1 réponse | 0
0
réponseQuestion
How can I convert datetime vector to datenum (class-double)
Please find attached file, time vector is original format in double I have, for some reason (preprocessing analysis) I have conv...
presque 5 ans il y a | 2 réponses | 0
2
réponsesQuestion
How to interpolate ARGO data
I want to interpolate ARGO profiles at different depth corresponding to the refrence depth, I wrote a function below but give me...
presque 5 ans il y a | 1 réponse | 0
0
réponseQuestion
how can I do Interpolation 1 to the nearest value of the reference
please find attached file, I want interpolate the each column of matrix "h(:,1:89)" corresponding to the reference depth (gdept)...
presque 5 ans il y a | 1 réponse | 0
0
réponseQuestion
How can I remove empty arrays of cell
please find attached file, how can I remove empty row of cell arrays. Thanks in advance,
presque 5 ans il y a | 1 réponse | 0
1
réponseQuestion
How can I use pcolor for cell array
I really appriceiate help me to plot attached file for cell format. Thanks in advance. figure pcolor(datenum(Time),-PRES,TEMP)...
presque 5 ans il y a | 1 réponse | 0
0
réponseQuestion
How can I read and extract Fill Value from netcdf file
I really thanks someone tell me how can I extract fill value, I used following comment it doesn't work. Thanks in advance. Fil...
presque 5 ans il y a | 1 réponse | 0
1
réponseQuestion
convert char to double
I really appreciate someone tell me how can I convert attached file to double. Thanks in advance.
presque 5 ans il y a | 1 réponse | 0
1
réponseQuestion
How can I find index of nearest value to specific number
Please find attached file I want to find first index of arrays < 5 and then remove them from matrix (I want to filter arrays les...
presque 5 ans il y a | 1 réponse | 0
0
réponseQuestion
how to plot the time series data with dates showing in x axis
I can plot time series but I am not able to show exact dates on x axis. I really appreciate anybody can help me. Thanks figure ...
presque 5 ans il y a | 1 réponse | 0
1
réponseQuestion
How can I set time for x-axis plot in standard year, month,
Please find the attached files I want to display time in form of 2017-04, 2017-07, etc. for x-axis. I have trying the following ...
presque 5 ans il y a | 1 réponse | 0
1
réponseQuestion
How can I make vectors within cell array consistent in length?
Please find attached file I want to make the all arrays in same length. I tried the comment below, doesn't work. I really apprec...
presque 5 ans il y a | 1 réponse | 0
0
réponseQuestion
How can I set column of matrix divisible by 12
I have a matrix 'M(1715*3849)' I want to reshape it to a Matrix that the size of the column can divisible with 12. How can I do ...
presque 5 ans il y a | 1 réponse | 0
1
réponseQuestion
how to move label from axis to the center
I want to adjust the x-label {Jan, ,Dec} at the center of axis, how can I do it. Thanks
presque 5 ans il y a | 1 réponse | 0
1
réponseQuestion
How can I make each cell array consistent in size?
I'm really grateful for anyone telling me how to make the all double arrays in cell equal in zise (please find attached). For in...
presque 5 ans il y a | 1 réponse | 0
1
réponseQuestion
Error to run Python in MATLAB functions
I am trying to run the attached 'merge_profiles.py' I has written in matlab, I don't know really the error come from where. ...
presque 5 ans il y a | 1 réponse | 0
0
réponseQuestion
how to calculate mean of cell arrays within cell array
Dear, I have "T_mon" which is 1X12 cell array (January to December). Each column includes another cell array (1x13), (1x12),......
presque 5 ans il y a | 1 réponse | 0
1
réponseQuestion
How can I merge multiple matrix in different size
Dear, I want to merge the attached example file to be a new matrix with a new size as new_matrix(8652*60). I really appreciate...
presque 5 ans il y a | 1 réponse | 0
1
réponseQuestion
How can I make each cell array consistent in length?
I'm really grateful for anyone telling me how to make cell arrays equal in length (please find attached). The following code doe...
presque 5 ans il y a | 1 réponse | 0
1
réponseQuestion
How to convert cells within cells to double.
I really thanks anyone for any comment how to convert the attached file to double. I tried the following comment but it doesn't ...
presque 5 ans il y a | 1 réponse | 0
1
réponseQuestion
how can I use mean for cell arrays within cell
Dear users, I want to calculate the annual average of the attached file from the data in the cell array, regardless of the NaNs...
presque 5 ans il y a | 1 réponse | 0
1
réponseQuestion
How to create legend from cell array
How can I use the list of code number as legend for the Figure. Please find attached the list of number as cell array and Figure...
presque 5 ans il y a | 1 réponse | 0
0
réponseQuestion
Error to applying ismember for cell arrays
I really thanks in advance any help. I am trying to use the below command to find any variable from the A member of the B, but e...
presque 5 ans il y a | 1 réponse | 0