I do not like this

>> [1 2].*[1;2] ans = 1 2 2 4
I prefer the error message!

1 comentario

Rishabh Rathore
Rishabh Rathore el 27 de Jul. de 2018
What you are getting is the matrix with all possible combinations of elements multiplied. The element wise multiplication gives that if you multiply a row and a column vectors element wise, please refer times.

Iniciar sesión para comentar.

Respuestas (1)

Mariano
Mariano el 27 de Jul. de 2018

0 votos

Thanks for your answer. I know what I am getting. It is the same I got before with kron when I wanted it. For me .* had always been a reliable shortcut for times, and at some moment this changed. Now .* is a shortcut for two different things. Before, I could relay on a.*b to give an error message whenever I had make some mistake and a was row while b was column. Now, the program creates a matrix and continues, with unexpected results. I know it is me who should be more careful with the dimensions of my vectors, but anyway, at some moment somebody has changed one of the characteristic features of good old Matlab, and I preferred the other way.
Maybe https://xkcd.com/1172/ is applicable to me in this situation ;)

Productos

Versión

R2018a

Etiquetas

Preguntada:

el 17 de Jul. de 2018

Respondida:

el 27 de Jul. de 2018

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!