MATDIAG - Create Diagonal Matrix (original) (raw)

Scilab 5.3.3

Please note that the recommended version of Scilab is 2026.0.1. This page might be outdated.
See the recommended documentation of this function

Scilab help >> Xcos > palettes > Matrix operation palette > MATDIAG

Block Screenshot

Contents

Description

The MATDIAG block create a diagonal matrix from a 1D vector. If the input is a Mx1 vector than the output is an MxM matrix.

The equivalent function of MATDIAG in Scilab is diag(vm) with vm a column vector.

Dialog box

Example

if the input of the block is U=ones(5,1) then the output is: y=[1 0 0 0 0;0 1 0 0 0;0 0 1 0 0;0 0 0 1 0;0 0 0 0 1]

Default properties

Interfacing function

Computational function

Authors

Fady NASSIF - INRIA