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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0
