Community Profile

photo

Gookki Jeong


Last seen: 2 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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...

3 years ago | 1 answer | 0

1

answer

Question


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...

3 years ago | 1 answer | 0

1

answer

Question


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...

3 years ago | 1 answer | 0

1

answer

Question


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...

3 years ago | 1 answer | 0

1

answer