Answer to the following points:

2 visualizaciones (últimos 30 días)
Akhilkumar Velagaleti
Akhilkumar Velagaleti el 10 de Oct. de 2020
Comentada: Steven Lord el 10 de Oct. de 2020
1. Set two random matrix A and B of dimension 2×3 and 3×4. 2. Set a matrix C as a product of the two previos matrix. 3. Set D as the transpose of C. 4. Define a column vector with the following elements: 5 2 3 10 and a row vector with the following elements: 3 2 4 5.
  1 comentario
Steven Lord
Steven Lord el 10 de Oct. de 2020
This sounds like a homework assignment. If it is, show us the code you've written to try to solve the problem and ask a specific question about where you're having difficulty and we may be able to provide some guidance.
If you aren't sure where to start because you're not familiar with how to write MATLAB code, I suggest you start with the MATLAB Onramp tutorial (https://www.mathworks.com/support/learn-with-matlab-tutorials.html) to quickly learn the essentials of MATLAB.
If you aren't sure where to start because you're not familiar with the mathematics you'll need to solve the problem, I recommend asking your professor and/or teaching assistant for help.

Iniciar sesión para comentar.

Respuestas (1)

madhan ravi
madhan ravi el 10 de Oct. de 2020
doc colon
doc transpose
Start with MATLAB Onramp course.

Categorías

Más información sobre Get Started with MATLAB en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by