Community Profile

photo

eko supriyadi


-

Last seen: 1 jour il y a Actif depuis 2017

-

Statistiques

  • Thankful Level 3
  • First Review

Afficher les badges

Content Feed

Afficher par

Question


Remove '00' the first two digit to '0' in cell
Hi community, Suppose i have array in cell: ab={'10300' '20257' '30073' '40080' '55011' '82132' '0' '0' '0'; '10321' '20258' '...

environ un an il y a | 2 réponses | 0

2

réponses

Question


How to splitting 1 NCfile to many NCfile based on time variable?
Hi matlab forum, I'm having trouble about splitting 1 nc file into multiple nc files (files attached here). In this case I want...

plus d'un an il y a | 1 réponse | 0

0

réponse

Question


vertical or horizontal array random combination in single array
Hi all As the title above, suppose i have matrix A like: A={[12;13] ;[1,5] ;[5;6;7]; [1,3,5,4]}; i want the matrix A have ver...

presque 2 ans il y a | 2 réponses | 0

2

réponses

A répondu
Put the leading number (not sequence ) corresponding to the number in the column
this is my effort to solve this problem load rowcell.mat %empty data is indicated by [] empty_idx_3d = cellfun(@isempty,sek...

presque 2 ans il y a | 0

| A accepté

Question


Double and character format in one cell, how to remove the double format?
Dear all I've array with 1*60 cell that contain many cell inside (with 2 dimensions, namely: 264*1 cell and 263*1 cell, the dat...

presque 2 ans il y a | 1 réponse | 0

1

réponse

Question


Put the leading number (not sequence ) corresponding to the number in the column
Dear matlab community I've a problem with putting lead of number correspended with column. Say I've lead number like: 1, 2, 5, ...

presque 2 ans il y a | 2 réponses | 0

2

réponses

Question


extractBefore with matches string
Dear all, i'm stuck use extractBefore with this situation: a={'32563 33308 10314 20227 30113 40117 52008 81531 333 56000 81625...

presque 2 ans il y a | 1 réponse | 0

1

réponse

Question


Put the leading number corresponding to the number in the column
Hi all, Continue the previous discussion here but now on a different topic. Is there a technique to put numbers based on the r...

presque 2 ans il y a | 1 réponse | 0

1

réponse

Question


Concatenate multiple cell into a single cell
Hi all, I have cell (many cell) array that contains varying length in row direction. For example see below ilustration: ncell1...

presque 2 ans il y a | 1 réponse | 0

1

réponse

A répondu
Looping with datetime greater and less than 24 hour
and when we interest with <24 hours, we can do indexing one more again: h24 = hours(24); mask = a>h24; a(mask) = a(mask) - h2...

presque 2 ans il y a | 0

Question


Looping with datetime greater and less than 24 hour
Hi community, i'm stuck with looping and datetime suppose, i have datetime array (actualiy i have large array): a=[duration(0...

presque 2 ans il y a | 5 réponses | 0

5

réponses

Question


How to get the number in the cell containing the letter and space
Hi everyone consider i have cell matrix like this: a={'AABB 01001';'AACC 01101'; 'AACC 01201'; 'AADD 01301'; 'AAEE 01401'} ...

presque 2 ans il y a | 2 réponses | 0

2

réponses

Question


Delete all repeatation number
Hi matlab community, Say i have the matrix: a = [1 2 2 3 2 4 5 6 7 8 6] and i want delete all repetation number there, so i w...

presque 2 ans il y a | 5 réponses | 1

5

réponses

Question


mean from intersection matrix
Hi matlab community Suppose i have matrix: a = [1,3,3,2,2,3,3,4,3,1,3]; b = [1,1,1,3,4,1,2,1,4,1,1]; c = [2,2,2,4,2,3,3,2,1,...

plus de 2 ans il y a | 1 réponse | 0

1

réponse

Question


Creating a new matrix and insert certain values into that matrix
Dear Matlab community suppose i want make new matrix 4*4 and insert a value based on the row-column position of the matrix, an...

plus de 2 ans il y a | 1 réponse | 0

1

réponse

Question


Create new matrix based on grid location
Suppose I have matrix A: A=[4 1 0.6;4 1 0.8; 1 4 0.5; 1 3 0.3; 3 2 0.1; 2 1 0.6; 2 4 0.5; 3 2 0.4; 1 1 0.3; 1 2 0.1] Now, I wa...

environ 3 ans il y a | 1 réponse | 0

1

réponse

Question


How do I able plot value from contour which corresponding with satelit track
This time I have a problem displaying plot of contour value which position right under satellite track..how can I get time serie...

presque 6 ans il y a | 1 réponse | 0

0

réponse

Question


how to make contour from 3 columns matrix
Hi all. I'have problem.. I have mat file with 4 columns (long, lat, time, and data).. ignored about the time, so I'm focused...

presque 6 ans il y a | 1 réponse | 0

0

réponse

Question


How to separate monthly data from yearly?
hello, everyone. I have a matrix of 15x18x213 size. 15 is longitude 18 is latitude, and 213 is time (month), the year ...

environ 6 ans il y a | 1 réponse | 0

0

réponse

Question


Problem about coloring modis data
Dear everyone.. here i have a problem about coloring modis data chlorophyll.. this my result <</matlabcentral/answers/upl...

environ 6 ans il y a | 1 réponse | 0

0

réponse

Question


Good multiple panel in 1 figure
Hi everyone.. do you know how make this figure (2 or 3 panel in 1 figure)? i'm using *subplot* but i'm not satisfying abou...

plus de 6 ans il y a | 1 réponse | 0

1

réponse

Question


How to make Power Spectral Density in contour form?
Hi all.. i want to make power spectral density (psd) but in contour form only because so far the psd only made in graphic for...

plus de 6 ans il y a | 1 réponse | 0

0

réponse

Question


How to make animation from netcdf file?
Hi all, Now, i have success make contour from netcdf file.. and now i want create animation from this netcdf.. teach me how i...

plus de 6 ans il y a | 1 réponse | 0

1

réponse

Question


How to hide quiver over land in map?
Hi everyone.. i'm use m_map as tool to diplay wave sea and wind data over land so this is the problem.. how remove the qu...

plus de 6 ans il y a | 1 réponse | 0

1

réponse

Question


How get mean value from 4d dimension in oscar data
Hi all. i have oscar data, which one of variable "u" contains 4 dimensions: lon*lat*depth*time "u" is current sea speed ...

plus de 6 ans il y a | 1 réponse | 0

0

réponse

Question


Problem display when i.m plot height and direction wave in map
dear all, i want plot height and direction wave sea in map. when i run this script, i get error syntax.. the message er...

plus de 6 ans il y a | 1 réponse | 0

1

réponse

Question


Plot Sea Current in Time vs Depth
Hello everyone! I'm trying to plot a contour of sea current with time (in month) on the x axis vs depth (in meter) on the y a...

plus de 6 ans il y a | 1 réponse | 0

1

réponse