photo

Zulhash Uddin


Active since 2011

Followers: 0   Following: 0

Message

Statistics

Feeds

View by

Question


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...

meer dan 13 jaar ago | 3 answers | 0

3

answers

Question


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...

meer dan 13 jaar ago | 3 answers | 2

3

answers

Question


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...

meer dan 13 jaar ago | 1 answer | 0

1

answer