Community Profile

photo

eko supriyadi


-

Last seen: 1일 전 2017년부터 활동

-

통계

  • Thankful Level 3
  • First Review

배지 보기

Content Feed

보기 기준

질문


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' '...

대략 1년 전 | 답변 수: 2 | 0

2

답변

질문


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...

1년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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...

거의 2년 전 | 답변 수: 2 | 0

2

답변

답변 있음
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...

거의 2년 전 | 0

| 수락됨

질문


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...

거의 2년 전 | 답변 수: 1 | 0

1

답변

질문


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, ...

거의 2년 전 | 답변 수: 2 | 0

2

답변

질문


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...

거의 2년 전 | 답변 수: 1 | 0

1

답변

질문


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...

거의 2년 전 | 답변 수: 1 | 0

1

답변

질문


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...

거의 2년 전 | 답변 수: 1 | 0

1

답변

답변 있음
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...

거의 2년 전 | 0

질문


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...

거의 2년 전 | 답변 수: 5 | 0

5

답변

질문


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'} ...

거의 2년 전 | 답변 수: 2 | 0

2

답변

질문


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...

거의 2년 전 | 답변 수: 5 | 1

5

답변

질문


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,...

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

대략 3년 전 | 답변 수: 1 | 0

1

답변

질문


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...

거의 6년 전 | 답변 수: 0 | 0

0

답변

질문


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...

거의 6년 전 | 답변 수: 0 | 0

0

답변

질문


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 ...

대략 6년 전 | 답변 수: 0 | 0

0

답변

질문


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

대략 6년 전 | 답변 수: 0 | 0

0

답변

질문


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...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

6년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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 ...

6년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

6년 초과 전 | 답변 수: 1 | 0

1

답변