Feeds
질문
Intial values problmes, anyone can help writing this.
% Find the smallest C that limits h to 102 % plot Qin and C*sgrt(h-ho) h(t2)= h(t1)+ (dt/2)*((Qin(t1)-C*sgrt(h(t1))...
8년 초과 전 | 답변 수: 1 | 0
1
답변질문
Index exceeds matrix dimensions.
clear; %Input data Q=22; Z=2.5; b=7.5; L=3000; So=0.0006; n=0.015; g=9.81; %Set range and increment...
8년 초과 전 | 답변 수: 3 | 0
3
답변질문
any help how I can use this code to produce result,
% initial yy =yd(e); zz = eval(['z',int2str(e),'(1);']); ...
8년 초과 전 | 답변 수: 0 | 0
0
답변답변 있음
Any guidance how to solve this, really need this and will be grateful for any help.
Any other suggestion!
Any guidance how to solve this, really need this and will be grateful for any help.
Any other suggestion!
8년 초과 전 | 0
질문
Any guidance how to solve this, really need this and will be grateful for any help.
clc clear all syms y a = 0:0.5:10; U = 1; x= 0; sym y for m = 0:1:10 j = 1; eqn = U*y -(m...
8년 초과 전 | 답변 수: 2 | 0
2
답변질문
Warning: The system is rank-deficient. Solution is not unique.
Hi there, I have hard time working with this please advice b = 0:1:10; a = b'; syms y j = 1; for m = 0:1:10...
8년 초과 전 | 답변 수: 1 | 0
