Feeds
提问
Writing a function to calculate the cross product of two vectors???
Write a function to calculate the cross product of two vectors V1 and V2; V1 x V2 = (Vy1Vz2 – Vy2Vz1)I + (Vz1Vx2 – Vz2Vx1)j + (...
14 years 前 | 2 个回答 | 1
2
个回答提问
Hyperbolic sine, cosine, and tangent with arguments, please help
Write a single MATLAB function to calculate the hyperbolic sine, cosine, and tangent functions. The function should have two ...
14 years 前 | 1 个回答 | 0
1
个回答提问
Help with MATLAB selection sort function???
Modify the selection sort function so that it accepts a second optional argument, which may be either ‘up’ or ‘down’. If the a...
14 years 前 | 1 个回答 | 0