photo

Zulhash Uddin


2011 年からアクティブ

Followers: 0   Following: 0

統計

Feeds

表示方法

質問


How to remove message from fsolve result
%Following code giving results with message clc clear options = optimset('Display','off'); f=@(x)[3*x(1)^3+x(1)^2-18; x(2)^3...

13年以上 前 | 3 件の回答 | 0

3

回答

質問


How to remove text from fsolve result
clc clear all f=@(x)[3*x(1)^3+x(1)^2-18; x(2)^3-5*x(2)^2+10]; x = fsolve(f,[0.001 0.001]) %RESULT as F...

13年以上 前 | 3 件の回答 | 2

3

回答

質問


I am simulating water level at every 1 minute interval from an event of rainfall. I am using Jacobian method of 5 row and 5 column
I am simulating a biorention swale wherein rainfall runoff is coming into catch basin and catch basin is connected to a pipe (up...

13年以上 前 | 1 件の回答 | 0

1

回答