photo

Abdullah Ahmad


Last seen: 거의 5년 전 2020년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

4 질문
0 답변

순위
178,469
of 300,343

평판
0

참여
4 질문
0 답변

답변 채택
25.0%

획득한 표
0

순위
 of 20,926

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,172

참여
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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 2 | 0

2

답변