writing matrix and vector in a script
Mostrar comentarios más antiguos
Using the given vectors x=[3 2 5] and y=[1 4 8], let a(i,j)= x(i)*y(j)
Respuestas (1)
Matt J
el 30 de Oct. de 2021
a=x*y.'
Categorías
Más información sobre Resizing and Reshaping Matrices en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!