photo

Miroslav Balda


自 2013 起处于活动状态

Followers: 0   Following: 0

消息

researcher in fatigue, experimental data fitting
Professional Interests: rotor dynamics, fatigue, data processing

统计学

  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
how to multiply matrix 2 * 2 if the elements of the matrix are row vectors.
Your task is rather simple, and as a matter of fact , you have almost solve it. The a bit modified code is as follows: % E...

11 years 前 | 0

已回答
How to delete the last n elements of an array?
It is simple M = M(1:end-2,:)

11 years 前 | 5

| 已接受