Community Profile

photo

roudan


2017년부터 활동

Followers: 0   Following: 0

통계

  • Explorer
  • First Review
  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


how to sort table by row sub-string values?
Hi I have a table like shown in the first picture. I'd like to sort this table using the last 2 characters of string, for examp...

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

1

답변

질문


contourf without isoline but with label
Hi below code from below question to remove the isoline. But I'd like to keep label with it. How to do it? https://www.mathw...

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

2

답변

질문


how to save plot handle in an array and delete the plot later?
Hi In my plot, I have 10 plots. I am creating a 1D array using handle_array=zeros(10,1), then later I save ith plot's handle to...

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

2

답변

질문


how to add a STAR or Triangle shape to plot simply without knowing their vertex?
Hi I have a contourf. I'd like to just add a simple Star or Triangular shape to certian location within the plot. I am thinki...

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

1

답변

질문


how to send pcolor contour to back when updating contour z value?
HI I used to use contourf() and plot() with correct order so line plot is always on the top of contourf. Now I change to use pc...

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

1

답변

질문


how to combine datetime array with cell array for export?
Hi I have one 1000 by 1 string cell array and one 1000 by 1 datetime array. I'd like to combine them together so export. Here i...

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

1

답변

답변 있음
how to expand the date matrix?
ok, Here is what I come up with, not efficient. could you please review it and appreciate any suggestion for improvement. Tha...

거의 3년 전 | 0

질문


how to expand the date matrix?
Hi I need your help. I have a csv file with date minimum and date maximum in the last 2 columns. I'd like to expand the date...

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

2

답변

질문


How to keep information private?
when I googled my names, all my activities( like asking questions, my profile) in Mathworks show up. I am wondering if I can kee...

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

1

답변

질문


how to expand 2D array?
Hi I create an array with shape of (2, 4), now I'd like to expand the array by 2 times in rows and 2 times in columns so the sh...

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

1

답변

질문


use xlread to read csv file with mixed type data is very slow
Hi I have a csv file with mixed data type like below, first column is string, 2nd column is numerical, 3rd column tothe end c...

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

1

답변

질문


Is there a PDF for all Matlab Functions?
Hi There is online version of list of all functions. https://www.mathworks.com/help/matlab/referencelist.html?type=function&li...

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

1

답변

질문


plot distribution without interpolated contour
Hi Could you please help me with one question which has been with me for a long time? The below left figure show contour plot ...

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

0

답변

질문


interpolation with non-zero data only when using griddata
Hi Happy New Year! Could anyone here help me with below issue? I am trying to show the contour of Well Injection Pressure ...

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

1

답변

질문


how to control movie play rate?
Hi I am using videowriter and writevideo to generate a movie. The movie generated play too fast so I cannot see it. I am won...

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

1

답변

질문


Can I use subvolume for 2d dateset?
I have a 2d dataset with northing easting coordinates. I like to extract a sub area with 4 corner points defined. Can I use subv...

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

0

답변

답변 있음
how to redraw contourf after changing scale
thank you Walter

대략 6년 전 | 0

질문


how to redraw contourf after changing scale
I used contourf. after changing the scales like colorbar min/max/interval, contour line interval etc, how to redraw the contour ...

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

2

답변

답변 있음
Python-like generator for reading large CSV file?
Thank you, Guillaume. That is awesome! I appreciate it.

대략 6년 전 | 0

질문


single precision data for griddata()
Hi when I use griddata(x,y,v, xq,yq), x,y,v,xq,yq are all single-precision data to save the memory. but there is an error say...

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

3

답변

질문


Python-like generator for reading large CSV file?
I have a large csv file, typically I just read everything into a array like this num =csvread(filename,2,2) if csv file is...

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

2

답변

질문


how to plot this time contour?
<</matlabcentral/answers/uploaded_files/108409/10.JPG>> Hi I saw someone plot this time countour. I don't know how to plot...

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

0

답변

질문


Out of Memory for using many global variables
Hi I have many functions. so instead of use the variables as function arguments to transfer values between functions. I set m...

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

0

답변

답변 있음
how to read big excel file faster?
Thanks Walter and Bob, are you guys talking about the same thing like using actxserver('Excel.Application') when Walter was sayi...

대략 6년 전 | 0

| 수락됨

답변 있음
How to display trendline equation on the plot?
ok, I got it now. here are my codes, fittedlinecrossplot=polyfit(xdata_crossplot,ydata_crossplot,trendlinepolynomialcoeff)...

대략 6년 전 | 1

| 수락됨

질문


how to read big excel file faster?
Hi I have a big excel file like 200MB and I am using xlread(). It is easier to use xlread(). But as the number of variables i...

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

2

답변

답변 있음
pole plotting on stereonet
ThanksSarah. I appreciate it.

대략 6년 전 | 0

질문


How to display trendline equation on the plot?
Hi I got the trendline using polyfit() and polyval(). and use plot() to the plot the trendline. Now my question is how to ...

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

1

답변

질문


how to plot the lower or upper boundary lines for scatter data?
Hi I have a scatter plot. I'd like to plot the lines connecting the points either the upper or lower bound. How to do it? ...

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

1

답변

질문


how to control xticklabel location?
Hi I change y limit, then my xticklabel location is aligned with previous y limits. For example, in the attached figure, o...

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

0

답변

더 보기