How Create a vector given size(N) and the value of the max element(M)?

9 Ansichten (letzte 30 Tage)
How Create a vector given size(N) and the value of the max element(M)?

Akzeptierte Antwort

Daniel Pollard
Daniel Pollard am 21 Jan. 2021
Are those the only conditions?
linspace(1, M, N)
has N values which range from 1 to M.

Weitere Antworten (0)

Tags

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by