Community Profile

photo

Lam Nguyen Van


Last seen: 6 months ago Active since 2020

Statistics

  • 3 Month Streak
  • First Answer

View badges

Content Feed

View by

Answered
Operator matrix for matrix differentiation
Thanks.

3 years ago | 0

Answered
Matrix with differential operators - HELP
Take a look: https://www.mathworks.com/matlabcentral/answers/36580-operator-matrix-for-matrix-differentiation function dNdv = ...

3 years ago | 0

Answered
How do I make fprintf to show symbolic math?
Help me! I want to creat a Symbolic Matrix: A = [ε ε ε; ε ε ε] I used the command, but: syms A epsilon epsilon...

4 years ago | 0

Answered
How to create an mxn matrix with a for-loop
clear; phi=[30, 45, 90]; n=length(phi); A=zeros(n,3); for i=1:n [d]= ham_luong_giac (phi(i)); A(i,:)=[d]; end A ...

4 years ago | 0

Answered
How to create an mxn matrix with a for-loop
https://www.mathworks.com/matlabcentral/answers/372036-can-you-create-a-matrix-using-a-for-loop?s_tid=mlc_ans_email_view&utm_sou...

4 years ago | 0

Answered
Creating Matrix using nested for loop?
Hi, I want to creat matrices automatically with for loop in Matlab? phi1=30; phi2=45; phi3=90; After running the code I want ...

4 years ago | 0

Answered
How to create an mxn matrix with a for-loop
Hi, I want to creat matrices automatically with for loop in Matlab? phi1=30; phi2=45; phi3=90; After running the code I want ...

4 years ago | 1

Answered
Can you create a matrix using a for loop
Hi, I want to creat matrices automatically with for loop in Matlab? phi1=30; phi2=45; phi3=90; After running the code I want ...

4 years ago | 0