Feeds
提问
How to solve these easy equations below? (quadratic equation)
C=1*L-(2*L+3); C=7/(4*5*L^6); Both C and L are unknown variables. How could I solve these equations? Looking for your an...
10 years 前 | 2 个回答 | 0
2
个回答提问
What does this fsolve error message mean: FSOLVE cannot handle non-square systems; switching to Gauss-Newton method?
Warning: Default trust-region dogleg method of FSOLVE cannot handle non-square systems; switching to Gauss-Newton method. > I...
10 years 前 | 1 个回答 | 0
1
个回答已回答
I'm using Matlab 7.0. How can I call a function? "File/New/Function" is missing.
Okay, thank you. Is it a problem that the "File/New/Function" label is missing in my version?
I'm using Matlab 7.0. How can I call a function? "File/New/Function" is missing.
Okay, thank you. Is it a problem that the "File/New/Function" label is missing in my version?
10 years 前 | 0
提问
I'm using Matlab 7.0. How can I call a function? "File/New/Function" is missing.
<</matlabcentral/answers/uploaded_files/19964/function.jpg>> Or should I write an .m file instead beginning with: functi...
10 years 前 | 4 个回答 | 0
4
个回答提问
How can I solve this easy equation with fsolve? (beginner)
Error in ==> fsolve at 11 K= fsolve(@(K) ((a*gamma)/rk)^(1/-0.57),start) Code: clear all close all clc ...
10 years 前 | 1 个回答 | 0