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
