Community Profile

photo

Übel


Active since 2014

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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

9 years ago | 2 answers | 0

2

answers

Question


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

9 years ago | 1 answer | 0

1

answer

Answered
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?

9 years ago | 0

Question


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

9 years ago | 4 answers | 0

4

answers

Question


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

9 years ago | 1 answer | 0

1

answer