photo

Joanie


Last seen: alrededor de 5 años hace Con actividad desde 2014

Followers: 0   Following: 0

Mensaje

Estadística

MATLAB Answers

7 Preguntas
0 Respuestas

CLASIFICACIÓN
182.833
of 300.392

REPUTACIÓN
0

CONTRIBUCIONES
7 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
57.14%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.934

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.373

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

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


How to use if statement with ode23
I have a formula in the form of: dy/dt = f - a*y f(t) = x-k*t I can use the ode23 function to solve this for both: ...

alrededor de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Find if lines intersect
I have a matrix containing data for points on a vector v = [x;y]. let's say: % M = [v1_x1 v1_x2 v1_y1 v1_y2; v2_x1 v2_x2 v2...

alrededor de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Solve Ax=b with LU factorization
I'm trying to solve A*x = b with LU decomposition and back substitution. Where x is the unknown vector. A = 350 ...

alrededor de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


display extra value in datacursor
Is there a way to add other values to the datacursor? So besides x and y. I have an array with x and y values and a value d. ...

más de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I select a part of an array between NaN values
For example I have an array like this: T = [NaN NaN; 1 3; 2 4; 5 6; 8 7; NaN NaN; NaN NaN; 4 5; 6 7; NaN NaN; NaN NaN; 1 2;...

más de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how can I get the max of the values between NaN's in an array
I have an array like this one: T = [NaN NaN; ... 1 3; 2 4; 5 6; 8 7; NaN NaN; NaN NaN; 4 5; ...

más de 11 años hace | 3 respuestas | 0

3

respuestas

Pregunta


How can I find matching rows from three out of four colomns
I have a matrix with 4 columns, x y z and D, and a lot of rows. I want the program to find the rows where x, y and z are the s...

más de 11 años hace | 2 respuestas | 0

2

respuestas