RICARDO DE BRAGANCA
Followers: 0 Following: 0
Feeds
답변 있음
For loops for 2 variables. (Trajectory)
Your "vi" variable is varying for each value of "theta2" but your "fprintf" is outside the loop on "vi" so it prints only the l...
For loops for 2 variables. (Trajectory)
Your "vi" variable is varying for each value of "theta2" but your "fprintf" is outside the loop on "vi" so it prints only the l...
대략 5년 전 | 0
답변 있음
displaying symbolic gradient and divergence of vectors and tensors
May not be exactly what you want but... you can do: syms f(x1,x2,x3) gradient(f) and you will got: ans(x1, x2, x3) = ...
displaying symbolic gradient and divergence of vectors and tensors
May not be exactly what you want but... you can do: syms f(x1,x2,x3) gradient(f) and you will got: ans(x1, x2, x3) = ...
대략 5년 전 | 0