Find the product of a Vector - MATLAB Cody - MATLAB Central

Problem 2928. Find the product of a Vector

Difficulty:Rate

How would you find the product of the vector [1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0 5.5 6.0] times 2?;

x = [1 : 0.5 : 6];

y = x;

Solution Stats

85.04% Correct | 14.96% Incorrect
Last Solution submitted on Jun 10, 2025

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers337

Suggested Problems

Problem Tags

Community Treasure Hunt

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

Start Hunting!