Estadística
CLASIFICACIÓN
12.468
of 297.016
REPUTACIÓN
4
CONTRIBUCIONES
13 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
84.62%
VOTOS RECIBIDOS
4
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
How to find intersection points between plot and straight line
I tried to find the intersection points of the attached figure using the following code provided to me which worked for a differ...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
how do I select every single element of matrix except middle
Say for example I have a 3 by 3 matrix [1,2,3;4,5,6;7,8,9] How do I select every element of the matrix except for the midd...
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
How to find the sum of elements
What Im trying to do is to find the sum of the surrounding elements of an binary array For example 1 0 0 1 1 0 1 0 ...
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Finding the sum of array
What I'm trying to do is to find the sum of the surrounding elements of an binary array For example [1 0 0 1; 1 0 ...
alrededor de 10 años hace | 3 respuestas | 0
3
respuestasPregunta
Creating a simple plot
Im trying to plot y=x*e^(-x^2) where the range of x is from -3,3 Ive tried running x = -3:3; y = x*exp(-x.^2); plot (...
más de 10 años hace | 3 respuestas | 0
3
respuestasPregunta
creating new vector that is a combination of two interpolated vectors
Currently I have a vector called A [28 56 84 112 140 168 196 224 252 280 308 336 364 392 420 448 476 504 532 560 588 616 644 67...
más de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
How to combine two plots into one with separate markers
Currently I have two figures Is there a function that will allow me to combine the two figures into one, though with differen...
más de 10 años hace | 8 respuestas | 4
8
respuestasPregunta
finding intersection point between a scatter and vertical lines
Is there any way to find the y values of the intersection points between a scatter and vertical lines?
más de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
Interpolating a double array
So far I am given a plot that is a 33x1 double. How do I interpolate the data so I can have a total of 1000 data sets? I dont...
más de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
Finding intersection points with refline
Im trying to find the intersection points of a plot and a refline# The reflines are the straight horizontal lines in the figu...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
How to change axis of graph and interpolate data
Sorry new to matlab if this seems like a basic question Currently I have a plot that I have attached.I want to find the inter...
más de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
create a loop of the 2nd row of a 4D cel
so currently I have MD_SD(:,:,1,1) = [ 1.0868] [ 0.0796] [1x56 double] MD_SD(:,:,2,1) = ...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
How to open series of files in a loop
Hi, new to matlab so not quite sure how to do this. I have a series of folders labled 50um,100um,150um...to 1000um. In each o...
más de 10 años hace | 1 respuesta | 0