Feeds
提问
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 ...
7 years 前 | 2 个回答 | 0
2
个回答提问
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) - ...
7 years 前 | 2 个回答 | 0

