Community Profile

photo

Dinh Le Dung


Last seen: oltre un anno fa Attivo dal 2022

Followers: 0   Following: 0

Statistiche

  • Thankful Level 2

Visualizza badge

Feeds

Visto da

Domanda


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

oltre un anno fa | 0 risposte | 0

0

risposte

Domanda


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

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


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

oltre un anno fa | 2 risposte | 0

2

risposte

Domanda


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?

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


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

oltre un anno fa | 0 risposte | 0

0

risposte

Domanda


How to plot this type of function?

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


How to plot this function

oltre un anno fa | 3 risposte | 1

3

risposte

Domanda


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

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 2 anni fa | 2 risposte | 0

2

risposte

Domanda


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

quasi 2 anni fa | 1 risposta | 0

1

risposta