Feeds
提问
Incorrect dimensions for matrix multiplication.
Z=[cos(x)*cos(sqrt(X.^2 + Y.^2))]*e.^-mod(2*x) ; Error using * Incorrect dimensions for matrix multiplication. Check that ...
5 years 前 | 1 个回答 | 0
1
个回答提问
getting y1(i)=trajectory(x1(i),v0,theta) presents an error
x=0; y=4; v0=80; theta=50:10:90; g=9.8; disp('part a') % a) and b) fprintf("Theta(d)\t height(m)\t Rang...
5 years 前 | 0 个回答 | 0
0
个回答提问
unable to run my script getting error[ Not enough input arguments. Error in bank for i=1:size]
function [user_id,current,saving]=read(size) user_id=[]; current=[]; saving=[]; for i=1:size user_i...
5 years 前 | 0 个回答 | 0
0
个回答提问
It follows the END that terminates the definition of the function "NumIntF" error
function f =NumIntF(xi,xf) h=0.001; N=(xf-xi)/h; ii=1; while(ii<= (N+1)) if(ii==1); x(ii)=xi; y(ii)= cos(x(ii))*...
5 years 前 | 2 个回答 | 0