Community Profile

photo

ANDREW XU


Actif depuis 2015

Followers: 0   Following: 0

Contact

Statistiques

All
  • First Review
  • Solver
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


How to display answers in original form, rather than automatically in pretty() form ?
clear;clc; s = tf('s') tf = (1+s)*(2+s)/(10+s) MATLAB automatically prints tf in a form with no '*' or slash '/'. tf...

plus de 8 ans il y a | 1 réponse | 0

1

réponse

Question


An empty sum result when using function solve
clear; syms x y a=[x y]; b=[1 1]; c=[1 -1]; dot(a,b)-1 dot(a,c)-2 [x1,y1]=solve('dot(a,b)-1','dot(a,c)-2') [x2,y2]=solv...

plus de 8 ans il y a | 1 réponse | 0

1

réponse