Community Profile

photo

Alex Karakostas


Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


How to use equation solver with conditions
syms x a r x = isolate(-((2*(90 - x)^r - (2*x + 90)^r)*(a + 4)*(r - 1)==0,a) Is it possible to ask matlab to solve the ...

5 years ago | 2 answers | 0

2

answers

Question


Estimating a function in matlab using different values of parameters froma matrix/dataset
THE SITUATION I have the following function: (2*(r - 1))/(90 - x)^r - (4*(r - 1))/(2*x + 90)^r + (a*(r - 1))/(2*(90 - x)^r) - ...

5 years ago | 2 answers | 0

2

answers