Gookki Jeong
Followers: 0 Following: 0
Feeds
提问
If I use multi funcions with syms variable, How can I get track min value among that funcions?
clear; clc; close all; syms seta Rx1= cos(seta) Rx2= sin(seta) If I set Rx1, Rx2 funcion like that, How can I get the grap...
4 years 前 | 1 个回答 | 0
1
个回答提问
If I have multiple function, then how can I get the function of min(fun1,fun2,fun3,...)?
If there are functions like R1(x), R2(x), R3(x), R4(x) then when I need to draw new funcion graph that show the min value func...
4 years 前 | 1 个回答 | 0
1
个回答提问
String scalar or character vector must have valid interpreter syntax
Rx(1)= "(cos(seta)-0.3 * sin(seta)) * Rx_" ; Ry(1)= "(0.3*cos(seta) + sin(seta)) * Ry_"; there are my variable and I wrote...
4 years 前 | 1 个回答 | 0
1
个回答提问
How can I get maximum and minimum value with sym variables
clear; clc; close all; syms seta gamma = 1; Rx_ = 1; Ry_ = Rx_*gamma; % 등가 정적 적용 gamma = 1; Rx1= ( cos(seta)-0.3*si...
4 years 前 | 1 个回答 | 0