How to initialize a row vector with value zero of size 1xn?

220 Ansichten (letzte 30 Tage)
Say, I have a row vector A having n elements. I want to make all elements zero.
  • For e.g., in 2-d, we write A=zeros(n)

Akzeptierte Antwort

jgg
jgg am 19 Feb. 2016
Look up the documentation for the zeros function, which you are using:
A = zeros(1,n);

Weitere Antworten (0)

Kategorien

Mehr zu Startup and Shutdown finden Sie in Help Center und File Exchange

Tags

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by