Community Profile

photo

Ben Mai


Last seen: 1 year 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计数据

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Can't plot exponential function
clc; X= (0:1:5); Y=[2200*cos(9939.31*X)- 243.46*sin(9939.31*X)]*exp(-1100*X); plot (X,Y) I keep getting error on the funct...

3 years 前 | 1 个回答 | 0

1

个回答

已回答
create diagonal matrix zeros
Thank you :)

4 years 前 | 0

提问


create diagonal matrix zeros
I'm trying to create a matrix like this: I'm able to create one matrix with a=diag(1:10) and another with b=(1:10)+(0:9)'...

4 years 前 | 2 个回答 | 0

2

个回答