Resuelto


Natural numbers in string form
Create a cell array of strings containing the first n natural numbers. _Slightly_ harder than it seems like it should be. Ex...

casi 4 años hace

Resuelto


Fix the last element of a cell array
Note: this is lifted directly from <http://www.mathworks.com/matlabcentral/answers/82825-puzzler-for-a-monday Puzzler for a Mond...

casi 4 años hace

Resuelto


String Array Basics, Part 1: Convert Cell Array to String Array; No Missing Values
<http://www.mathworks.com/help/matlab/characters-and-strings.html String array> and cell array are two types of containers for s...

casi 4 años hace

Resuelto


Cell Counting: How Many Draws?
You are given a cell array containing information about a number of soccer games. Each cell contains one of the following: * ...

casi 4 años hace

Resuelto


Remove element(s) from cell array
You can easily remove an element (or a column in any dimension) from a normal matrix, but assigning that value (or range) empty....

casi 4 años hace

Resuelto


Convert a Cell Array into an Array
Given a square cell array: x = {'01', '56'; '234', '789'}; return a single character array: y = '0123456789'

casi 4 años hace

Resuelto


Split a string into chunks of specified length
Given a string and a vector of integers, break the string into chunks whose lengths are given by the elements of the vector. Ex...

casi 4 años hace

Resuelto


Convert a numerical matrix into a cell array of strings
Given a numerical matrix, output a *cell array of string*. For example: if input = 1:3 output is {'1','2','3'} whic...

casi 4 años hace

Resuelto


Cell joiner
You are given a cell array of strings and a string delimiter. You need to produce one string which is composed of each string fr...

casi 4 años hace

Resuelto


Energy Conversion 2

casi 4 años hace

Resuelto


Energy Conversion 1

casi 4 años hace

Resuelto


Velocity Conversion
Given a velocity in mph, convert it to km/h. Round the answer to the fourth decimal place.

casi 4 años hace

Resuelto


Area Conversion 2

casi 4 años hace

Resuelto


Area Conversion 1

casi 4 años hace

Resuelto


Mass Conversion 2

casi 4 años hace

Resuelto


Mass Conversion 1

casi 4 años hace

Resuelto


Temperature Conversion 3

casi 4 años hace

Resuelto


Temperature Conversion 2

casi 4 años hace

Resuelto


Temperature Conversion 1

casi 4 años hace

Resuelto


Draw a '4' in a zero matrix!

casi 4 años hace

Resuelto


Draw a '6' in a zero matrix!

casi 4 años hace

Resuelto


Draw a '9' in a zero matrix!

casi 4 años hace

Resuelto


Draw a '7' in a zero matrix!

casi 4 años hace

Resuelto


Draw a '8' in a zero matrix!

casi 4 años hace

Resuelto


Draw a '3' in a zero matrix!

casi 4 años hace

Resuelto


Draw a '2' in a zero matrix!

casi 4 años hace

Resuelto


Draw a '5' in a zero matrix!

casi 4 años hace

Resuelto


Draw a '1' in a zero matrix!

casi 4 años hace

Resuelto


Is A the inverse of B?
Given a matrix A and a matrix B, is A the inverse of B? >>A=[2,4;3,5]; >>B=[-2.5,2;1.5,-1]; >>isInverse...

casi 4 años hace

Cargar más