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 Solvers29
Suggested Problems
-
Find state names that end with the letter A
1198 Solvers
-
Renaming a field in a structure array
1581 Solvers
-
Back to basics 21 - Matrix replicating
1817 Solvers
-
ベクトル [1 2 3 4 5 6 7 8 9 10] の作成
602 Solvers
-
Find the dimensions of a matrix
565 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.