photo

Alexander Mering


Last seen: plus de 2 ans il y a Actif depuis 2011

Followers: 0   Following: 0

Message

Statistiques

All
MATLAB Answers

4 Questions
1 Réponse

File Exchange

7 Fichiers

Cody

0 Problèmes
80 Solutions

RANG
254 120
of 300 343

RÉPUTATION
0

CONTRIBUTIONS
4 Questions
1 Réponse

ACCEPTATION DE VOS RÉPONSES
50.0%

VOTES REÇUS
0

RANG
3 092 of 20 926

RÉPUTATION
530

CLASSEMENT MOYEN
4.50

CONTRIBUTIONS
7 Fichiers

TÉLÉCHARGEMENTS
18

ALL TIME TÉLÉCHARGEMENTS
4751

RANG
8 530
of 168 172

CONTRIBUTIONS
0 Problèmes
80 Solutions

SCORE
780

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Personal Best Downloads Level 2
  • 5-Star Galaxy Level 3
  • First Review
  • First Submission
  • Thankful Level 1
  • Solver

Afficher les badges

Feeds

Afficher par

A résolu


Divisible by 4
Pursuant to the <http://www.mathworks.com/matlabcentral/cody/problems/42404-divisible-by-2 first problem> in this series, this o...

environ 9 ans il y a

A résolu


Divisible by 2
This is the first problem in a set of "divisible by x" problems. You will be provided a number as a string and the function you ...

environ 9 ans il y a

A résolu


Matlab Basics - Set unwated parts of a vector to zero
Consider a vector x, of length >= 7, write a script to set elements 2, 5, and 6 to zero. e.g. x = [1 2 3 4 5 6 7] --> x = [1 ...

plus de 9 ans il y a

A résolu


Simple equation: Annual salary
Given an hourly wage, compute an annual salary by multiplying the wage times 40 and times 50, because salary = wage x 40 hours/w...

presque 11 ans il y a

A résolu


Is my wife right?
Regardless of input, output the string 'yes'.

presque 11 ans il y a

Question


Why to use gobjects
While scanning through the last release notes, I discovered for R2013b the point: *Graphics* _gobjects_ function for pr...

environ 11 ans il y a | 1 réponse | 0

0

réponse

Réponse apportée
Programatically change DTDocumentBar position
Meanwhile I got help on this topic. When being in contact with matlab support on another issue, the kind person there helped ...

plus de 11 ans il y a | 0

| A accepté

A résolu


Pascal's Triangle
Given an integer n >= 0, generate the length n+1 row vector representing the n-th row of <http://en.wikipedia.org/wiki/Pascals_t...

presque 12 ans il y a

A résolu


Bullseye Matrix
Given n (always odd), return output a that has concentric rings of the numbers 1 through (n+1)/2 around the center point. Exampl...

presque 12 ans il y a

A soumis


Add Icons to GUI menus
Adds icons to the main figure menu of a given GUI

presque 12 ans il y a | 1 téléchargement |

3.33333 / 5
Thumbnail

A soumis


Dependency Analyzer
Starting from a given directory, the dependencies of all files are analyzed and visualized as a map.

environ 12 ans il y a | 10 téléchargements |

5.0 / 5
Thumbnail

A soumis


AddMultipleLegends
Add as many legend you want to a single figure

environ 12 ans il y a | 2 téléchargements |

5.0 / 5
Thumbnail

A soumis


Struct2MindMap - A Structure to MindMap converter
Creates a mindmap from a given Matlab structure

environ 12 ans il y a | 2 téléchargements |

4.7 / 5
Thumbnail

A soumis


Open new editor window with template / header information
This file opens a new window in the editor and prefills it with some template or header information.

environ 12 ans il y a | 1 téléchargement |

5.0 / 5
Thumbnail

Question


Programatically change DTDocumentBar position
Within the Figures container (and the editor also), the list of open figures (or documents) could be positioned using the contex...

presque 13 ans il y a | 2 réponses | 0

2

réponses

A soumis


Figures-menu adaption for standalone applications
Create dockable figures for standalones and disable or remove menu items from the figures container

presque 13 ans il y a | 1 téléchargement |

4.0 / 5

A résolu


Test for balanced parentheses
Given the input inStr, give the boolean output out indicating whether all the parentheses are balanced. Examples: * If ...

environ 13 ans il y a

A résolu


Alphabetize by last name
Given a list of names in a cell array, sort the list by the last name. So if list = {'Barney Google','Snuffy Smith','Dagwood ...

environ 13 ans il y a

A résolu


Remove all the words that end with "ain"
Given the string s1, return the string s2 with the target characters removed. For example, given s1 = 'the main event' your ...

environ 13 ans il y a

A résolu


Summing Digits within Text
Given a string with text and digits, add all the numbers together. Examples: Input str = '4 and 20 blackbirds baked in a...

environ 13 ans il y a

A résolu


Number of Horns on a unicorn!
Calculate the number of horns on a *unicorn*! And I'm talking about a unicorn with not more than one horn on it!

environ 13 ans il y a

A résolu


Implement a ROT13 cipher
Replace each character in string s1 with the character that is shifted 13 positions from it (wrap back to the beginning if neces...

plus de 13 ans il y a

A résolu


Set the array elements whose value is 13 to 0
Input A either an array or a vector (which can be empty) Output B will be the same size as A . All elements of A equal to 13...

plus de 13 ans il y a

A résolu


Number of 1s in the Binary Representation of a Number
*Description* Return the number of 1s in the (unsigned integer) binary representation of a number. This function should be ab...

plus de 13 ans il y a

A résolu


Solve the Sudoku Row
*Description* A simple yet tedious task occurs near the end of most Sudoku-solving algorithms, computerized or manual. The ta...

plus de 13 ans il y a

A résolu


Right and wrong
Given a vector of lengths [a b c], determines whether a triangle with those sides lengths is a right triangle: <http://en.wikipe...

plus de 13 ans il y a

A résolu


Make one big string out of two smaller strings
If you have two small strings, like 'a' and 'b', return them put together like 'ab'. 'a' and 'b' => 'ab' For extra ...

plus de 13 ans il y a

A résolu


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

plus de 13 ans il y a

A résolu


Counting Money
Add the numbers given in the cell array of strings. The strings represent amounts of money using this notation: $99,999.99. E...

plus de 13 ans il y a

A résolu


Swap the input arguments
Write a two-input, two-output function that swaps its two input arguments. For example: [q,r] = swap(5,10) returns q = ...

plus de 13 ans il y a

Charger plus