Feeds
已回答
fsolve with three anonymous functions
Your suggestion with eqnSystem() does the job! Hopefully my questions weren't to confusing. I tried to generalize my concrete...
fsolve with three anonymous functions
Your suggestion with eqnSystem() does the job! Hopefully my questions weren't to confusing. I tried to generalize my concrete...
15 years 前 | 0
已回答
fsolve with three anonymous functions
What I'm originally trying to do is: If have a parameter, say N, and call a function solve(N), which shall create N functions...
fsolve with three anonymous functions
What I'm originally trying to do is: If have a parameter, say N, and call a function solve(N), which shall create N functions...
15 years 前 | 0
已回答
fsolve with three anonymous functions
Well, thanks for your answer Andrew. Still, I can make up an equation system like EqSys = @(x)[ x^2; 3*x; sqrt(x) ] ...
fsolve with three anonymous functions
Well, thanks for your answer Andrew. Still, I can make up an equation system like EqSys = @(x)[ x^2; 3*x; sqrt(x) ] ...
15 years 前 | 1
提问
fsolve with three anonymous functions
Hello everybody, I can't see why giving a cell array of three separate anonymous as input to fsolve() doesn't work: a = ...
15 years 前 | 5 个回答 | 0
