photo

Gookki Jeong


Last seen: casi 3 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadística

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 4 años hace | 1 respuesta | 0

1

respuesta