photo

Abdullah Ahmad


Last seen: 4 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

4 个提问
0 个回答

排名
237,769
of 299,852

声誉
0

贡献数
4 个提问
0 个回答

回答接受率
25.0%

收到投票数
0

排名
 of 20,818

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,274

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

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

2

个回答