photo

ANDREW XU


自 2015 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
  • First Review
  • Solver
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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

8 years 前 | 1 个回答 | 0

1

个回答

提问


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

8 years 前 | 1 个回答 | 0

1

个回答