Problem 2925. Matlab Basics II - Create a vector with a repeated entry
Create a row vector of length n, filled with 4's, for example, if n = 3
output = [4 4 4]
make sure to round UP when n is a decimal, and take the absolute value when n is negative
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers236
Suggested Problems
-
Sum all integers from 1 to 2^n
15304 Solvers
-
Find the maximum number of decimal places in a set of numbers
2854 Solvers
-
Change the sign of even index entries of the reversed vector
553 Solvers
-
Deleting an element in a matrix
467 Solvers
-
4951 Solvers
More from this Author28
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!