![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/3992396_1522099503982_DEF.jpg)
Daniel
Followers: 0 Following: 0
Estadística
17 Preguntas
5 Respuestas
CLASIFICACIÓN
293.925
of 297.016
REPUTACIÓN
0
CONTRIBUCIONES
17 Preguntas
5 Respuestas
ACEPTACIÓN DE RESPUESTAS
76.47%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
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
Smoothdata- undefined function 'smoothdata' for input arguments of type 'double'
Hello, I have a 1x500000 noisy data vector named F. I am trying smoothdata as: FF=smoothdata(F); Matlab then returns this...
casi 6 años hace | 2 respuestas | 0
2
respuestasPregunta
Zeroing the start of my vectors with a for loop
Hello, I have 6 vectors. Gauge1, Gauge2, Gauge3...Gauge6. They do not all start with a 0. So I want to reset each vector with ...
más de 9 años hace | 2 respuestas | 0
2
respuestasPregunta
Extracting data from a vector
Hello, I have a vector (called time) with 1370000 numbers in it. I want to extract data from line 1200 to line 1500 and put it...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Help with interpol1. The grid vectors are not strictly monotonic increasing
Hello, I have my StressAmp and FatigueLife -vectors that I am plotting and least Square fitting using the polyval and polyfit...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Read numeric data with csvread
Hello, I got a csv-file that looks like this. * text here * more text... 1,20,3,4 2,30,4,5 * text again 3,4,6...
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Help with For loop during least square fit
Hello, I want to linearize my stress-number of cycles plot. I have my StressAmp and FatigueLife-vectors. The thing I want ...
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Line interception in stress strain graph
Hello, I have plotted stress vs strain and would like to get the yield stress at 0,2%strain. So I have calculated the slope ...
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaChange x-axis with uicontrol slider
Thank you for your support Matt. I still can not get it to work. My code now looks like this %function uicontrol...
alrededor de 10 años hace | 0
Can I plot 5 y-axis?
What is the command that limits the ability to zoom in the plot?
alrededor de 10 años hace | 0
Pregunta
Change x-axis with uicontrol slider
Hello, I want to plot x vs y and be able to use a slider to change the value on the x-axis x goes from 0 to 1000 in my example...
alrededor de 10 años hace | 3 respuestas | 0
3
respuestasPregunta
Can I plot 5 y-axis?
Hello, Can I plot my y1,y2,y3,y4,y5 vectors vs my x.vector and have five different y-axes with different labels? I have trie...
alrededor de 10 años hace | 2 respuestas | 0
2
respuestasHow to make an interactive plot with or without GUI
Anyone?
alrededor de 10 años hace | 0
Why is y-axis in loglog not 0?
Thank you Azzi, When I use: ylim([-inf 200]), I get as seen in the first picture <</matlabcentral/answers/uploaded_files/2...
alrededor de 10 años hace | 0
Pregunta
Why is y-axis in loglog not 0?
Hello, I am plotting with "loglog". See code. Why does the y-axis start at 100 and not 0 as I say it should be with y-lim?...
alrededor de 10 años hace | 3 respuestas | 0
3
respuestasPregunta
linear fit of a semilog graph
Hello, I have my data as follows with F1, F2, F3, N1, N2 and N3. I want to do a linear fit of my data and plot that. I tried...
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
axis in a semilogx
Hello, I am plotting the following with semilogx: ---- F1=[200 200 200]; N1=[10000 15000 37000]; F2=[300 300 100]...
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
How to make an interactive plot with or without GUI
Hi, I have Three vectors, lets say they look like this: time=[1 2 3 4 5 6 7 8 9 10]; position=[0.1 0.4 0.5 0.7 1 2 2.2 3.2 ...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Displaying a value in the plot
Hello, I am plotting x vs y and I am taking out the maximum value of x with max(x) Now I want to display this maximum va...
más de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
Autozoom in a subplot
Hello, I have a subplot of Three plots. Whenever I zoom in the first plot, I want the second plot to zoom aswell. So when...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
splitting a graph into a new one
Hello, I have some data from my measurements and I have created three vectors 1x45000. My Three vectors are x,F and t. x is...
más de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
Creating new vector and using IF correct or loop?
Hello, I need some help with my matlab code. I have two vectors of data: "position" and "time", The position vector has ...
más de 10 años hace | 2 respuestas | 0