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
Solution Comments
Show comments
Loading...
Problem Recent Solvers27
Suggested Problems
-
Find common elements in matrix rows
2713 Solvers
-
Similar Triangles - find the height of the tree
469 Solvers
-
Back to basics 12 - Input Arguments
622 Solvers
-
Back to basics - mean of corner elements of a matrix
462 Solvers
-
Find the sides of an isosceles triangle when given its area and height from its base to apex
2146 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!
This problem apparently is not solvable currently. The last valid solution is from 2018.
The curator of this problem group or anyone who actually can plz rename the function
Problems in the test suite have been resolved and new test cases have been added.