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

답변