photo

Julio Cesar


Con actividad desde 2011

Followers: 0   Following: 0

Mensaje

Estadística

MATLAB Answers

3 Preguntas
4 Respuestas

CLASIFICACIÓN
88.672
of 300.343

REPUTACIÓN
0

CONTRIBUCIONES
3 Preguntas
4 Respuestas

ACEPTACIÓN DE RESPUESTAS
66.67%

VOTOS RECIBIDOS
2

CLASIFICACIÓN
 of 20.926

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.172

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

Respondida
How do I get pretty symbolic expressions in MATLAB using fancy?
Pretty() worked fine, I on ly have this link <http://www.mathworks.com/matlabcentral/newsreader/view_thread/12223> Could you...

más de 10 años hace | 0

Respondida
feval() with fun as a vector
Thanks to Walter: function g = jacobian2(fun, x0) delta = 0.001; fbase = str2func(fun); ith = @(v,i) v(i); for i = 1 : max(...

más de 14 años hace | 0

Pregunta


feval() with fun as a vector
Hi, I am looking how to use feval with the "fun" string input as a vecor F=[f1,f2,...,fn] This is in order tu compute the Ja...

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

2

respuestas

Respondida
How do I get pretty symbolic expressions in MATLAB using fancy?
Where can I get the .m file? The file in the previous link did not work. thank you

más de 14 años hace | 0

Pregunta


How do I get pretty symbolic expressions in MATLAB using fancy?
Do you remember how to use the Fancy() function? I only found this <http://www.mathworks.com/matlabcentral/newsreader/view_thre...

más de 14 años hace | 4 respuestas | 0

4

respuestas

Respondida
Evaluate Sym values
thank you!!! both work great :D

más de 14 años hace | 1

Pregunta


Evaluate Sym values
Hi, I trying to make a simple program, I would like to know how to make this syms x; fun=x^2; x0=2; x=x0; fun And wh...

más de 14 años hace | 4 respuestas | 1

4

respuestas