Matlab vector and arrays

2 Ansichten (letzte 30 Tage)
Miller will
Miller will am 6 Okt. 2020
Beantwortet: Sudhakar Shinde am 6 Okt. 2020
How to Use the operator ‘:’ (colon) to create vectors of number series from 1 to 20 stored to variable X and number series of 10 to 25 stored to variable Y.

Akzeptierte Antwort

Sudhakar Shinde
Sudhakar Shinde am 6 Okt. 2020
You can use directly colon (:) operator.
X=1:20
Y=10:25
For more info:

Weitere Antworten (0)

Kategorien

Mehr zu Get Started with MATLAB finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by