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

