How to initialize a row vector with value zero of size 1xn?
295 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Shubham Maurya
il 19 Feb 2016
Commentato: Khileshwar Rajpuriya
il 30 Apr 2021
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)
0 Commenti
Risposta accettata
jgg
il 19 Feb 2016
Look up the documentation for the zeros function, which you are using:
A = zeros(1,n);
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Startup and Shutdown in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!