Multiply Column - MATLAB Cody - MATLAB Central

Problem 2799. Multiply Column

Difficulty:Rate

Given two input, one matrix and one scalar number

For example

A is a matrix given

 A = [ 1 2 2 5 2 5
       2 3 4 6 4 6
       3 4 6 1 5 7 ]

and n=2. The columns of A divide two groups first

and second column multiply each other and then

third and forth column multiply, and so on.

The result will be

 Result =     
  [ 2 10 10
    6 24 24
    12 6 35 ]

When n=3, the columns of A divide three groups

first and second third column multiply each other,

and so on.

 Result =
  [ 4    50
   24   144
   72    35]

Solution Stats

70.27% Correct | 29.73% Incorrect
Last Solution submitted on Dec 11, 2024

Problem Comments

Solution Comments

Show comments
PIVlab surpasses 100K all-time File Exchange downloads
During the past twelve months, PIVlab, a MATLAB Community Toolbox for particle...
4
8
LLMs with MATLAB updated to support the latest OpenAI Models
Large Languge model with MATLAB, a free add-on that lets you access...
2
4

Problem Recent Solvers48

Suggested Problems

More from this Author21

Problem Tags

Community Treasure Hunt

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

Start Hunting!