Problem 44245. Cell Operator *
Please implement operator * for cell:
>> {2,3} * 2
ans =
1×4 cell array
[2] [3] [2] [3]
>> {2,3} * [2 3]
ans =
2×6 cell array
[2] [3] [2] [3] [2] [3]
[2] [3] [2] [3] [2] [3]
Solution Stats
Problem Comments
-
3 Comments
Rafael S.T. Vieira
on 25 Jul 2020
This problem apparently is not solvable currently. The last valid solution is from 2018.
Nikolaos Nikolaou
on 8 May 2021
The curator of this problem group or anyone who actually can plz rename the function
Dyuman Joshi
on 9 May 2021
Problems in the test suite have been resolved and new test cases have been added.
Solution Comments
Show commentsProblem Recent Solvers20
Suggested Problems
-
Find the numeric mean of the prime numbers in a matrix.
8912 Solvers
-
Remove the polynomials that have positive real elements of their roots.
1675 Solvers
-
2452 Solvers
-
Back to basics 12 - Input Arguments
596 Solvers
-
1642 Solvers
More from this Author8
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!