Problem 2472. Matrix Generation.
if input n =1, generate a matrix y = [1]
Solution Stats
Problem Comments
-
3 Comments
Hi Pruthvi: Thanks for submitting this problem. You're going to need to provide more information than this in order for people to solve this problem. You give no indication of what happens as n gets larger. In general, you don't want people to have to inspect your test suite just to figure out what's going on.
It is a hadamard transform matrix.
should have given more description.
Solution Comments
Show commentsProblem Recent Solvers62
Suggested Problems
-
Sort a list of complex numbers based on far they are from the origin.
5648 Solvers
-
Return a list sorted by number of occurrences
2788 Solvers
-
Remove the two elements next to NaN value
653 Solvers
-
Find and replaces spaces from a input string with *
162 Solvers
-
Check that number is whole number
4383 Solvers
More from this Author3
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!