photo

Gookki Jeong


Last seen: 3年弱 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 1 件の回答 | 0

1

回答