photo

Julio Cesar


2011 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

3 質問
4 回答

ランク
88,672
of 300,338

評判
0

コントリビューション
3 質問
4 回答

回答採用率
66.67%

獲得投票数
2

ランク
 of 20,922

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 168,149

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

回答済み
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...

10年以上 前 | 0

回答済み
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(...

14年以上 前 | 0

質問


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

14年以上 前 | 2 件の回答 | 0

2

回答

回答済み
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

14年以上 前 | 0

質問


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

14年以上 前 | 4 件の回答 | 0

4

回答

回答済み
Evaluate Sym values
thank you!!! both work great :D

14年以上 前 | 1

質問


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

14年以上 前 | 4 件の回答 | 1

4

回答