photo

Dean Yankee Jabili


Last seen: 대략 5년 전 2021년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

6 질문
0 답변

순위
295,644
of 302,009

평판
0

참여
6 질문
0 답변

답변 채택
33.33%

획득한 표
0

순위
 of 21,492

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 178,094

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


How to show the iterations and the answers and the graph
clc clear m = 68.1; g = 9.81; t = 10; v = 40; f =@(c) (g*m*(1-(exp((-c*t)/m)))/c)-v; N = 100; %iterations err = 0.1;...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


No lines in my graph
Hello guys my code works fine but even though i add '--r' in my plot there is no line connecting them. this is my code g=9.8;...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Line of code wont read
y = ((x.^2)-((3(x))+7))./(sqrt((2(x))+5)); this is the one that I am working with but it is not working it keeps on telling m...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


No Line in my plot its just dots
This is my finished work buy it just shows the dots not the line, how can I display it? x=0.5; n=5; i=0; f=0; wh...

5년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Maclaurin Series Expansion help
This is the given problem, ive tried watching in youtube but the one they have is taylor series, i just dont understand the e_...

5년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Display it into a seperate table
m = 70; c = 13; g = 9.81; v = 0; A(1,1) = {'Time,s'}; A(1,2) = {'Velocity, m/s'}; for t = 0:1:100 w=v; ...

5년 초과 전 | 답변 수: 1 | 0

1

답변