Cody
A = [1 2 3 4 5 6] ----------- B = [0 0 0 0 0 0 1 2 3 0 0 4 5 6 0 0 0 0 0 0]
Solution 1859938
Looks like the image toolbox still isn't available on Cody. Otherwise, padarray would be perfect for this one.
Sums with Excluded Digits
984 Solvers
Check to see if a Sudoku Puzzle is Solved
232 Solvers
Roll the Dice!
2273 Solvers
find radius of cone
197 Solvers
Change Vector Value
62 Solvers
Rearrange the given matrix to have all its zeros climb up to the top of each column - using for loops.
108 Solvers
Given a matrix A (size m x n) create a matrix B which consists of matrix A sorted in descending order by columns and then by rows.
Given a Vector v1, create v2 which is the sum of each two adjacent elements in v1. {length(v2)=length(v1)-1}
115 Solvers
Given a matrix A return a vector of the product of the elements in each column using a loop without using prod.
110 Solvers
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Contact your local office
Solution 1859938
Looks like the image toolbox still isn't available on Cody. Otherwise, padarray would be perfect for this one.