draw the following pattern with asterisks. For example, for n=6
'************'
'***** *****'
'**** ****'
'*** ***'
'** **'
'* *'
'* *'
'** **'
'*** ***'
'**** ****'
'***** *****'
'************'
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers28
Suggested Problems
-
Maximum running product for a string of numbers
2253 Solvers
-
Project Euler: Problem 8, Find largest product in a large string of numbers
1304 Solvers
-
1609 Solvers
-
637 Solvers
-
438 Solvers
More from this Author174
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Hi Asif tell my why this code wont work??
B=char(tril(ones(5),0)*42)
y=[flipud(B) B';B fliplr(B)]
Compare unique elements in your solution with the ones in test suite