photo

dongshan xie


Last seen: 2 years 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计学

All
  • First Answer
  • Solver

查看徽章

Feeds

排序方式:

已解决


Factorial Numbers
Factorial is multiplication of integers. So factorial of 6 is 720 = 1 * 2 * 3 * 4* 5 *6 Thus 6 factorial = factorial(720)....

2 years 前

已回答
How do I plot this piecewise function?
First, I think it's "piecewise" instead of "piecwise" Second, you should write "fplot(t,x)". So, the code should be syms t...

2 years 前 | 1

已解决


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

2 years 前