Community Profile

photo

Tesla


Last seen: 8개월 전 2020년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


Plot 3d plot with different colors depending on the X and Y combination
I am plotting a 3D plot, (X,Y,Z). X and Y are indexes from 1 to 44. I want that the bar plot color of Z depands on the values ...

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

2

답변

질문


How to avoid "fill" plot problem in boundaries
I am trying to make an animation of my data, using fill function instread of plot. but when I use fill I got this problem in my...

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

0

답변

질문


Find the relaxation Time from data set
I am trying to find the relaxation time for this data set (x,y). I tried fiting my data using this function, assuming that b is...

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

1

답변

질문


find fitting equation and parameters to fit damped oscillations curves from set of data
I am trying to fit my data (bellow) to a damped oscillations curve, I can't determine the fitting equation, because it's not eas...

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

1

답변

답변 있음
Calculate the largest, smallest diameter and the centroid of a polyshape (irregula rpolygon) from a set of points
I got an error in this line [~,xmin,ymin]=fun(thetamin); [~,xmax,ymax]=fun(thetamax); Unrecognized function or variable.

1년 초과 전 | 0

질문


Calculate the largest, smallest diameter and the centroid of a polyshape (irregula rpolygon) from a set of points
I have a set of points (x,y) for a polyshape (almost 120 coordinates), I want to find the largest, smallest diameter and the ce...

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

1

답변

질문


Add legend for a specific plot
I trying to show the legend just for l1, l2 and l3, but when i write legend it show all other legends how can I show just what ...

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

1

답변

질문


Plot multi curve in one figure
I am trying to plot many curve in one figure with different color and size. But when I am trying to do that I got strange error...

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

1

답변

질문


fit scatter plot to a curve
I want to fint those scatter points to a curve. I tried using lsline but seems not working, i tried also with polyfit. here my...

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

1

답변

질문


Fit data with a given equation for 3 variables
I want to fit my data to the following equation, but I dont know how to force the program to take the b values which i have, ins...

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

2

답변

질문


Fitting data with custom equation and custom interval
I am trying to fit my data using the following code, but I couldnt find what is the problem in my code. fy = @(a,b,x) 0.001*((a...

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

1

답변

질문


Plotting Multiple Box plot in same graph same x axis
I have a data for 5 samples, and for 3 months. I want to plot 5 box plots for every months. Which means in X-axis I will have J...

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

2

답변

질문


Find the file number when a condition meets
I have for example 300 files (data1.dat data2.dat data3.dat ...), and inside every file I have for example two columns...

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

1

답변

질문


Find the index of an interval of values in cell array
I have a cell array 1X500, and inside evey cell 6000 value. I want to find the index on the values (it has to be between 1 and ...

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

1

답변

질문


Probability density function for binary data
I have data for the index of each point: 0 for the point outside particle, 1 for the points inside particle. How to calculate c...

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

1

답변

질문


Calculate error propagation from two dataset arrays
I want to calculate the error propagation from two different datasates. F1=(a1, a2, a3,.....an) F2=(b1, b2, b3,.....bn) The e...

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

0

답변

질문


Multiply cell by cell
I trying to muliply cell by cell. Every cell has dimension 1001x1 and inside every cell I have 67x335 double. So I want to mul...

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

1

답변

질문


Loop code for many data files and save
I wrote this code, which load a file text2.dat, to use its data to calculate velocity. I have many files text3.dat test4.dat......

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

1

답변

질문


Read data from two data files and save them organized into multiples files
I want to write a code that reads X coordinates from x.dat and Y coordinates from y.dat, then save X Y coordinates for each part...

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

1

답변

질문


Apply my calculation for all data file
I wrote this code to calculate the mass centre and save it, taking X and Y cordinate from multiple files. But my code is workin...

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

1

답변

질문


Extracting X and Y binary data to simple X Y file
I am trying to extraxt X and Y coordinates form a binary file. I want to generate a text file X and Y cordinates in every itte...

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

1

답변

질문


make matlab read the files in order?
I am using a code to read and calculate mass center. but the code read file with this oder: Now reading C:\Users\shape_01.dat ...

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

2

답변

질문


How to save X, Y coordinates from different cells in multiples files
Hello Everyone, I have 100 cells for each X and Y cordinates, and in every cell I have 234 values. I want to save each SX cell ...

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

1

답변