photo

Julio Cesar


Attivo dal 2011

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB Answers

3 Domande
4 Risposte

RANK
88.672
of 300.331

REPUTAZIONE
0

CONTRIBUTI
3 Domande
4 Risposte

ACCETTAZIONE DELLE RISPOSTE
66.67%

VOTI RICEVUTI
2

RANK
 of 20.920

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.124

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Risposto
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...

circa 10 anni fa | 0

Risposto
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(...

oltre 14 anni fa | 0

Domanda


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...

oltre 14 anni fa | 2 risposte | 0

2

risposte

Risposto
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

oltre 14 anni fa | 0

Domanda


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...

oltre 14 anni fa | 4 risposte | 0

4

risposte

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

oltre 14 anni fa | 1

Domanda


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...

oltre 14 anni fa | 4 risposte | 1

4

risposte