Gelöst


Laws of motion 3

etwa 5 Jahre vor

Gelöst


Laws of motion 2

etwa 5 Jahre vor

Gelöst


Laws of motion 1

etwa 5 Jahre vor

Gelöst


Draw a '4' in a zero matrix!

etwa 5 Jahre vor

Gelöst


Draw a '6' in a zero matrix!

etwa 5 Jahre vor

Gelöst


Draw a '9' in a zero matrix!

etwa 5 Jahre vor

Gelöst


Draw a '7' in a zero matrix!

etwa 5 Jahre vor

Gelöst


Draw a '8' in a zero matrix!

etwa 5 Jahre vor

Gelöst


Draw a '3' in a zero matrix!

etwa 5 Jahre vor

Gelöst


Draw a '2' in a zero matrix!

etwa 5 Jahre vor

Gelöst


Draw a '5' in a zero matrix!

etwa 5 Jahre vor

Gelöst


Draw a '1' in a zero matrix!

etwa 5 Jahre vor

Gelöst


Reverse the Words (not letters) of a String
*Description* Change the words of a string such that the words appear in reverse order. You may assume that the string is a n...

etwa 5 Jahre vor

Gelöst


Volume Pillar
Calculate the volume of a pillar with radius l and heigth ar.

etwa 5 Jahre vor

Gelöst


radius of a spherical planet
You just measured its surface area, that is the input.

etwa 5 Jahre vor

Gelöst


Calculate area of sector
A=function(r,seta) r is radius of sector, seta is angle of sector, and A is its area. Area of sector A is defined as 0.5*(r^2...

etwa 5 Jahre vor

Gelöst


Space Saver
Remove all characters that are below a space in ASCII value.

etwa 5 Jahre vor

Gelöst


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...

etwa 5 Jahre vor

Gelöst


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...

etwa 5 Jahre vor

Gelöst


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...

etwa 5 Jahre vor

Gelöst


How to find the position of an element in a vector without using the find function
Write a function posX=findPosition(x,y) where x is a vector and y is the number that you are searching for. Examples: fin...

etwa 5 Jahre vor

Gelöst


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....

etwa 5 Jahre vor

Gelöst


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

etwa 5 Jahre vor

Gelöst


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...

etwa 5 Jahre vor

Gelöst


Ordinal numbers
Given an integer n, return the corresponding ordinal number as a character string. For example, ord(1)='1st' ord(2)=...

etwa 5 Jahre vor

Gelöst


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...

etwa 5 Jahre vor

Gelöst


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: * ...

etwa 5 Jahre vor

Gelöst


Decimal Comparison
*Background* A utility of particular interest to Cody and other MATLAB ventures is comparing the equality of two numbers. In ...

etwa 5 Jahre vor

Gelöst


Guess Cipher
Guess the formula to transform strings as follows: 'Hello World!' --> 'Ifmmp Xpsme!' 'Can I help you?' --> 'Dbo J ifm...

etwa 5 Jahre vor

Mehr laden