i want to create a array structure using one,zero,eye

2 vues (au cours des 30 derniers jours)
ajay kumar
ajay kumar le 2 Fév 2016
Commenté : ajay kumar le 2 Fév 2016
use the ones, zeroes, eye and addressing commands as appropriate to construct the matrix D, by using upto three lines of command.
3 0 0 2 2
0 3 0 2 2
0 0 3 0 0
Thanks in advance

Réponse acceptée

Moe_2015
Moe_2015 le 2 Fév 2016
D=[3*eye(3),[2*ones(2);zeros(1,2)]]
You can do it in one line as seen here.

Plus de réponses (0)

Catégories

En savoir plus sur Logical dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by