Feeds
提问
Gradient of a Vector function
syms x y z g = @(x,y,z) [(x+y^3); 0.8*(x^3+y);(x^2+y^2)]; %% applying stokes theorem, gradient of vector field required [X,...
3 years 前 | 1 个回答 | 0
1
个回答提问
Trying to Play a longer wav file in a program
Hi, Ive been trying to get to play Enter Sandman.wav in matlab once a certain criteria is met. I tried running [y, fs] = audio...
5 years 前 | 0 个回答 | 0
0
个回答提问
Plotting only the year of a column vector with full date
I have a column vector with the dates in the format "MM/dd/yyyy." I would like to plot this against another vector, but only usi...
5 years 前 | 1 个回答 | 0
