Tesla
Followers: 0 Following: 0
Statistik
RANG
65.159
of 295.467
REPUTATION
0
ANTWORTZUSTIMMUNG
72.73%
ERHALTENE STIMMEN
0
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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 ...
mehr als ein Jahr vor | 2 Antworten | 0
2
AntwortenFrage
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...
fast 2 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortCalculate 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.
etwa 2 Jahre vor | 0
Frage
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...
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
etwa 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
etwa 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 3 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
etwa 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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......
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
etwa 4 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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 ...
etwa 4 Jahre vor | 1 Antwort | 0