ejk
Followers: 0 Following: 0
Estadística
5 Preguntas
0 Respuestas
CLASIFICACIÓN
146.417
of 295.569
REPUTACIÓN
0
CONTRIBUCIONES
5 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
60.0%
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 have 2D bar on side of 3D plot?
I have a 3D plot that contains a mesh that I update iteratively to create an animation. Is there a way I can add a 2D bar to th...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How to create function handle with matrix inputs, vector output?
I am trying to create a function: FCN = @(x) x(1) + x(2); that will accept matrix inputs and spit out a vector of values. Ie....
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How to plot 3D surface with vector-input function?
I have a function that takes array inputs as arguments. FUN = @(x) = x(1).^2+x(2).^2 When I try to use fsurf (ie. fsurf(FUN) o...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How to fill a cell with function handles using iteration numbers?
I am trying to create N functions that are all extremely similar, except they use different constants from an N sized array. I ...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Rounding error when dividing
I realized when dividng two small numbers, there is a rounding error that occurs. For instance, if I do a series of calculation...
más de 4 años hace | 2 respuestas | 0