
Farshid Daryabor
Statistiche
RANK
206.263
of 277.796
REPUTAZIONE
0
CONTRIBUTI
48 Domande
7 Risposte
ACCETTAZIONE DELLE RISPOSTE
45.83%
VOTI RICEVUTI
0
RANK
of 128.977
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Content Feed
Domanda
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...
oltre 2 anni fa | 0 risposte | 0
0
risposteDomanda
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...
circa 3 anni fa | 2 risposte | 0
2
risposteDomanda
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...
circa 3 anni fa | 0 risposte | 0
0
risposteDomanda
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)...
circa 3 anni fa | 0 risposte | 0
0
risposteDomanda
How can I remove empty arrays of cell
please find attached file, how can I remove empty row of cell arrays. Thanks in advance,
circa 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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)...
circa 3 anni fa | 0 risposte | 0
0
risposteDomanda
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...
circa 3 anni fa | 1 risposta | 0
1
rispostaDomanda
convert char to double
I really appreciate someone tell me how can I convert attached file to double. Thanks in advance.
circa 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 3 anni fa | 0 risposte | 0
0
risposteDomanda
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 ...
circa 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
circa 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 3 anni fa | 0 risposte | 0
0
risposteDomanda
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 ...
circa 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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. ...
oltre 3 anni fa | 0 risposte | 0
0
risposteDomanda
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),......
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 3 anni fa | 0 risposte | 0
0
risposteDomanda
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...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
Find index of array of cell
I really thanks tell me how can I find index of arrays assigned with 'F' and then delete the files corresponding to 'F' . Thank...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
Delete rows or column with NaN for a cell array
I really thanks in advance any help. How can I delete NaN's of column from the cell attached as example file here. Thanks
oltre 3 anni fa | 2 risposte | 0
2
risposteDomanda
Transfer variable (.mat) as is its structure in WorkSpace to Excel (.xlsx)
Please find attached example file. How can I transfer a variable by kept its structure (column and row) is in WorkSpace to Excel...
oltre 3 anni fa | 0 risposte | 0
0
risposteDomanda
How to assign cell array into the table as xlsx format
Please take a look to the example file I want to put each array of cell corresponding to lon and lat in table as xlsx format for...
oltre 3 anni fa | 0 risposte | 0
0
risposteDomanda
Replace missing value of cell array with NaN
please find attached file, I tried to replace missing values (-1.27605887595352e+39) with NaN, unfortunately I encountering wit...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
Check size of vector contained in two different cell array
How can I check if the vector size in the two different cell arrays is equal and then delete the array with different sizes comp...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
how to replace missing values from a double inside a cell array?
I really thanks in advance anybody can tell me how can I replace THE missing values (100000) in the below cell array with NaN. ...
oltre 3 anni fa | 2 risposte | 0