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 Solvers28
Suggested Problems
-
Remove the polynomials that have positive real elements of their roots.
1742 Solvers
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
2024 Solvers
-
537 Solvers
-
The Answer to Life, the Universe, and Everything
579 Solvers
-
Write a function man that takes a row vector v and returns a matrix H as follows..
647 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.