Community Profile

photo

Ben Kaye


Last seen: 3 months 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计数据

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


MATLAB Function takes [4x1] signal as parameter, but in debug shows as [3x1]. Workaround/fix?
The context here is I am using a MATLAB function which takes a parameter y (x_est) which is shown to be a [4x1] signal above...

3 years 前 | 0 个回答 | 0

0

个回答

提问


How to assign a constant to a submatrix without a loop
Is this possible without a for loop? Sample code: %A is an (m x n) matrix m,n > 2 A(2:end-1,2) = 67.5*ones(size(A(2:end-1,2)))...

4 years 前 | 1 个回答 | 0

1

个回答