photo

Julio Cesar


Active since 2011

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

3 Questions
4 Answers

RANK
88 672
of 300 365

REPUTATION
0

CONTRIBUTIONS
3 Questions
4 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
2

RANK
 of 20 933

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168 262

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

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

mer än 10 år ago | 0

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

mer än 14 år ago | 0

Question


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

mer än 14 år ago | 2 answers | 0

2

answers

Answered
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

mer än 14 år ago | 0

Question


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

mer än 14 år ago | 4 answers | 0

4

answers

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

mer än 14 år ago | 1

Question


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

mer än 14 år ago | 4 answers | 1

4

answers