photo

Dinh Le Dung


Last seen: 3年弱 前 2022 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

11 質問
0 回答

ランク
36,100
of 300,369

評判
1

コントリビューション
11 質問
0 回答

回答採用率
27.27%

獲得投票数
1

ランク
 of 20,936

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 168,436

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 2

バッジを表示

Feeds

表示方法

質問


How to set up Neural network and train the data
I have a linear system: x(n+1) = Ax(n)+By(n) y(n+1) = Cx(n)+Dy(n) x(0) = -2, y(0) = 3. I also have set of 1000 point (x,y) ...

3年弱 前 | 1 件の回答 | 0

1

回答

質問


How to get quiver plot with gradient color
clc clear; sys = @(~,x) [-3*x(1)+3*x(2);-2*x(1)+x(2)]; syms r j space = 1.5; [r,j] = meshgrid(-4:space:4,-4:space:4); dr =...

3年弱 前 | 1 件の回答 | 0

1

回答

質問


How to draw unit normal vector?
I have done all , except for the part plot unit normal vector. Could you help we solving it, thanks a lot <3

約3年 前 | 2 件の回答 | 0

2

回答

質問


How to get the discriminant for symbolic quadractice equation?
I got a quadractic equation save in f. How can i calculate d= b^2-4ac from that equation?

約3年 前 | 1 件の回答 | 0

1

回答

質問


Is this code good enough for illustrate gradient descent
This is my code for 15 iterative steps clf X = -3:0.1:3; [X,Y] = meshgrid(X); Z = 4*X.^2-4*X.*Y+2*Y.^2; surf(X,Y,Z,'FaceC...

約3年 前 | 0 件の回答 | 0

0

回答

質問


How to plot this type of function?

約3年 前 | 1 件の回答 | 0

1

回答

質問


How to plot this function

3年以上 前 | 3 件の回答 | 1

3

回答

質問


Reduce matrix to row echelon
I want to reduce a matrix contain variable m to echelon form or reduced row echelon form : A = [1,2;3,m] i.e The answer should...

3年以上 前 | 1 件の回答 | 0

1

回答

質問


Draw a solid bounded by many surface
Can you guys help me sketch this solid

3年以上 前 | 1 件の回答 | 0

1

回答

質問


Problem with ploting exp function
I try to plot t(x,y) = (x^2 - 2y^2)*e^(x-y) in Matlab and i use the following code t=@(x,y)((x.^2-2*y.^2).*exp(x-y)); x = -1:2...

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

2

回答

質問


Reshape row vector with given number of column
I try to turn a row vector into a new vector with a given number of column: Ex: A = [1,2,3,4,5,6] , col = 3 Output would be ...

3年以上 前 | 1 件の回答 | 0

1

回答