Community Profile

photo

Samaneh Arzpeima


Last seen: 대략 3년 전 2017년부터 활동

통계

  • Thankful Level 3

배지 보기

Content Feed

보기 기준

질문


importing data using function change the colomns order
I have this file strikeLdep5.dat I want to read this file using function "import_sitefile.m" and plot it.but after reading the...

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

1

답변

질문


how can I show my Xaxis format like 10^..?
Hi everyone I am facing a deadline and stuck in my x-axis format I would appriciate if you give me some prompt advice I rea...

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

1

답변

질문


how to extract a part of a table using logical indexing and plot a scatter figure
Hello everybody I already ask a similar question and didn't get any answer. I am going to ask it in a different manner, hope to...

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

1

답변

질문


how to read lots of file and plot them
Hi Dearly need your help! I have a folder,its name is "waves". Files name inside it are like S(numbers from 1 to 54).L0.FX...

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

3

답변

질문


how to change format of outputs?
Hi This is a continuation of my previous question I have a vector name Z.mat(attached) which extracted from my simulation. I...

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

1

답변

답변 있음
how to find data?
Now I am confused. I need to have one number to put it instead of 29377,in the following code.the one that I sent at the beginin...

4년 초과 전 | 0

질문


how to find data?
Hi please have a look on attached file I can see the value 2.9377e+03 at index 5414 but the following code does not return an...

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

2

답변

질문


how to use sprintf inside a loop
Hello I have multiple mat file, I need to plot specide colomns of each on the same figure I don't now how to refer file names...

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

1

답변

질문


save figure as filename that I already have
I made a plot with 3 y axis ngll = 5; DATA_DIR = './Snap'; db_dir = 'fault'; fault = 1; precision = 'double'; i...

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

1

답변

질문


How to plot two columns when another column has a specified value
Hello I have an excel file I need to plot two of the columns when another column has a specified value(string) The followin...

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

1

답변

질문


how to super impose two images in matlab
Hi I want to draw a rectangular with hight of 80km(-40 to 40) and wide of 40km(0 to 40).the next line give me a 80*40 rectangul...

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

1

답변

질문


how to plot multiple waves on one surface
I have an inclined surface and 20 different specified points(x,y,z) on it.for each station I have a set of (time, amplitude) dat...

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

1

답변

질문


how to use fortran
Hello I want to use a script that has a function which its original is in fortran, so I need to have the regarding .m file and ...

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

1

답변

질문


double x-axis on loglog scale
Hello I have read my data from an excel file(attached here) and ploted them on a loglog scale,now I want to show another xaxis ...

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

2

답변

질문


How can I plot a linear regression line on a loglog scatter plot in MATLAB?
I have a dataset of 168rows & 2colmns, plot them with a loglog scale.Now I have to plot the regression line on it,I have no spec...

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

1

답변

질문


how to find the length between two ticks ?
Hello Everybody I need your help. I am trying to plot a scale on my graph,I did it with the help of my last question now to p...

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

2

답변

답변 있음
how to find the length between two ticks ?
this is a 2d figure but it actually has 3 parametrs. I am trying to plot time history of velocity on specific point of space.  ...

대략 5년 전 | 0

질문


how to draw a 2d stacked plot
Hello everyone I have 3 parameters t(s),sliprate(m/s),y(km) now I want to have a stacked plot for sliprates against time that...

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

1

답변

질문


how to remove header row
Hi I have a file and need to extract lines with specific names, namely rows that their forth colomns are str*dep01 So I used d...

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

1

답변

답변 있음
axis color disappear when using the white_jet color map
clear ; clc load d.mat d.X = d.X+150; %% Slip distribution scatter(d.Y,d.X,5,d.Dz); grid on axis equal xlim([-200 2...

대략 5년 전 | 0

질문


axis color disappear when using the white_jet color map
Hello everyone and Happy New Year I am trying to draw a slip distribution graph and want to show the parts with no slip White...

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

3

답변

질문


FFT and plot amplitude spectrum
hello everybody I got stuck on this problem and really need your help I must plot the amplitude spectrum of a data set. my dat...

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

1

답변

질문


how to extract data with some condition
Hello everyone I have a 9 colomns of data,say x1 to x9, each colomn has 150 rows I need to extract all the data when x2==0 an...

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

1

답변

질문


how to select specific files
Thank you for your time,this is a question from a Matlab beginer! I have a folder(name Site) with two hundereds seventy one...

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

1

답변

질문


how can I make a specified interval a specified color?
I am plotting the slip distribution of some FEM simulation.my color bar is shown between [0 10], though I need to show the sli...

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

1

답변

질문


how to read file with name consist of number and string
Hello I have a folder(name is Site) with lots of .dat file in it. (site1g.dat site2g.dat site3g.dat site4s.dat site5s.dat site...

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

2

답변

질문


how to add contour into a scatter3 plot
Hello everybody please check my attached file.I have the top left figure and I want to add contour to it like the right figur...

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

0

답변

질문


how can I plot several time series on a plane
<</matlabcentral/answers/uploaded_files/124206/grid.jpg>> I have a plane and a set of velocity data. Now I need to plot each ...

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

1

답변

질문


how to plot slice graph from several png files
Hello Everybody I have several png files that show displacement varying with time, for a nice visualization I thought that maki...

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

1

답변

질문


how can I make grids on an inclined surface?
Hello All I want to make grids on an inclined surface and store all the X, Y and Zs in a matfile. I wrote the following codes...

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

1

답변

더 보기