Tesla
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
65.159
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
22 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
72.73%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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 ...
más de 1 año hace | 2 respuestas | 0
2
respuestasPregunta
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...
casi 2 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaCalculate 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.
alrededor de 2 años hace | 0
Pregunta
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...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 3 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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......
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
alrededor de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
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 ...
alrededor de 4 años hace | 1 respuesta | 0