photo

Miroslav Balda


Con actividad desde 2013

Followers: 0   Following: 0

Mensaje

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

Estadística

  • Knowledgeable Level 1
  • First Answer

Ver insignias

Feeds

Ver por

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

alrededor de 11 años hace | 0

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

más de 11 años hace | 5

| aceptada