jeff417
Followers: 0 Following: 0
Estadística
7 Preguntas
0 Respuestas
CLASIFICACIÓN
265.203
of 295.569
REPUTACIÓN
0
CONTRIBUCIONES
7 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
14.29%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.105
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 plot vorticity in MATLAB with respect to y-direction
Hello. I'm analyzing data from a PIV lab and I need to find vorticity and plot it with respect to the y coordinates. I have posi...
casi 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Finding unknown values of a variable that corresponds to another known variable within one equation
I wasn't sure how to word that question more clearly so sorry about that. I have a design problem. This is a function that is...
alrededor de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
Changing the Jacobi Method into Gauss-Seidel method
For my numerical methods class, we are tasked with changing the provided Jacobi function into a Gauss-Seidel function. We have t...
alrededor de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
Using bisection method to solve vibrations problem
For my numerical methods class, we use MATLAB to solve all problems. I already have the bisection method code: if true...
alrededor de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
How to sort array data without using sort function?
I have to sort my data from either lowest to highest or highest to lowest. My code is working, but how can I set the output to a...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
How to remove duplicates from a matrix without using unique?
I have to be able to remove all duplicates from each column of a matrix A = [1,2,3;1,3,3;4,2,1], while also not using unique and...
más de 8 años hace | 3 respuestas | 0
3
respuestasPregunta
How do you remove duplicates without using unique?
I have a problem where I have to remove duplicates from a column without using unique and without sorting the data. My current c...
más de 8 años hace | 1 respuesta | 0