已解决


Find Logic 6

10 days 前

已解决


Find Logic 4

10 days 前

已解决


Find Logic 3

10 days 前

已解决


Find Logic 1

10 days 前

已解决


Find Logic 10

10 days 前

已解决


Find Logic 11

10 days 前

已解决


Find Logic 12

10 days 前

已解决


Find Logic 13

10 days 前

已解决


Find Logic 15

10 days 前

已解决


Find Logic 14
Guess the Logic! logic(1) = 100 logic(2) = 96 logic(3) = 105 logic(4) = 89 logic(5) = 114 Make a function logic(x) which w...

10 days 前

已解决


Make a random, non-repeating vector.
This is a basic MATLAB operation. It is for instructional purposes. --- If you want to get a random permutation of integer...

10 days 前

已解决


Return the first and last characters of a character array
Return the first and last character of a string, concatenated together. If there is only one character in the string, the functi...

10 days 前

已解决


Find Logic 16

11 days 前

已解决


Find Logic 17

11 days 前

已解决


Find Logic 18

11 days 前

已解决


Find Logic 19

11 days 前

已解决


Find Logic 20

11 days 前

已解决


Rotate Matrix @180 degree
Rotate Matrix @180 degree Example A=[8 1 6; 3 5 7; 4 9 2], then answer would be [2 9 4;...

11 days 前

已解决


Converts numbers into characters
Converts numbers into characters

11 days 前

已解决


Find the max element of the array
Find the max element of the array

11 days 前

已解决


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

11 days 前

已解决


Calculate the average value of the elements in the array
Calculate the average value of the elements in the array

11 days 前

已解决


to the 2 all elements
to the 2 all elements

11 days 前

已解决


the average value of the elements
Calculate the average value of the elements in the array

11 days 前

已解决


Double all elements in the array
Duplicate all elements in the array

11 days 前

已解决


calculate the length of matrix
input 1 array, calculate the length

11 days 前

已解决


Draw a '0' in a one matrix!

11 days 前

已解决


Back to basics 21 - Matrix replicating
Covering some basic topics I haven't seen elsewhere on Cody. Given an input matrix, generate an output matrix that consists o...

11 days 前

已解决


Magic is simple (for beginners)
Determine for a magic square of order n, the magic sum m. For example m=15 for a magic square of order 3.

12 days 前

已解决


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

12 days 前

加载更多