photo

ANDREW XU


Active since 2015

Followers: 0   Following: 0

Message

Statistics

All
  • First Review
  • Solver
  • Thankful Level 1

View badges

Feeds

View by

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

9 years ago | 1 answer | 0

1

answer

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

9 years ago | 1 answer | 0

1

answer