Konstantin Ninidze
Followers: 0 Following: 0
Professional Interests: math
統計
All
ランク
of 154,105
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
回答済み
Anonymous Function Differentiation Problem?
you can try my function: handle_to_sym: function Fs=handle_to_sym(F) % input F function_handle % output Fs symbolic expre...
Anonymous Function Differentiation Problem?
you can try my function: handle_to_sym: function Fs=handle_to_sym(F) % input F function_handle % output Fs symbolic expre...
3年以上 前 | 0
回答済み
How to draw a simple triangle?
Try this: p = nsidedpoly(3, 'Center', [1 ,1], 'SideLength', 1); plot(p);
How to draw a simple triangle?
Try this: p = nsidedpoly(3, 'Center', [1 ,1], 'SideLength', 1); plot(p);
3年以上 前 | 2
送信済み
Konstantine Ninidze professor Sokhumi State University
script draws minimal circumscribed circle bounding the polygon, obtained by user input
4年以上 前 | ダウンロード 1 件 |
送信済み
Matlab code for function y=newton_modif(g,x0,o)
NEWTON_MODIF tries to find the root of an equation g(x)=0
5年以上 前 | ダウンロード 1 件 |
質問
How to set different fontsize for multiline title with text and latex formula
sol= dsolve('D2y+2*Dy=exp(x)','y(0)=1','Dy(0)=0','x'); line1=[' solution is']; line2=['$' latex(sol) '$']; ezplot(sol,[-2,0]...
7年弱 前 | 0 件の回答 | 0
0
回答送信済み
Banach's match problem
A classic problem in probability attributed to Stefan Banach
13年以上 前 | ダウンロード 1 件 |
送信済み
Monte Carlo method for estimating plane figure area
An area S(A) of a figure A, bounded by a Jordan curve is calculated.
13年以上 前 | ダウンロード 1 件 |
送信済み
Montecarlo method of pi calculation
Montecarlo method of pi calculation. No loops!!!
13年以上 前 | ダウンロード 1 件 |