photo

Alexander Mering


Last seen: más de 2 años hace Con actividad desde 2011

Followers: 0   Following: 0

Mensaje

Estadística

All
MATLAB Answers

4 Preguntas
1 Respuesta

File Exchange

7 Archivos

Cody

0 Problemas
80 Soluciones

CLASIFICACIÓN
152.253
of 300.392

REPUTACIÓN
0

CONTRIBUCIONES
4 Preguntas
1 Respuesta

ACEPTACIÓN DE RESPUESTAS
50.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
3.087 of 20.934

REPUTACIÓN
530

EVALUACIÓN MEDIA
4.50

CONTRIBUCIONES
7 Archivos

DESCARGAS
19

ALL TIME DESCARGAS
4754

CLASIFICACIÓN
8.539
of 168.373

CONTRIBUCIONES
0 Problemas
80 Soluciones

PUNTUACIÓN
780

NÚMERO DE INSIGNIAS
1

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

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

Ver insignias

Feeds

Ver por

Resuelto


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

alrededor de 9 años hace

Resuelto


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

alrededor de 9 años hace

Resuelto


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

más de 9 años hace

Resuelto


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

casi 11 años hace

Resuelto


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

casi 11 años hace

Pregunta


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

alrededor de 11 años hace | 0 respuestas | 0

0

respuestas

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

más de 11 años hace | 0

| aceptada

Resuelto


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

casi 12 años hace

Resuelto


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

casi 12 años hace

Enviada


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

casi 12 años hace | 1 descarga |

3.33333 / 5
Thumbnail

Enviada


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

alrededor de 12 años hace | 9 descargas |

5.0 / 5
Thumbnail

Enviada


AddMultipleLegends
Add as many legend you want to a single figure

alrededor de 12 años hace | 2 descargas |

5.0 / 5
Thumbnail

Enviada


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

alrededor de 12 años hace | 3 descargas |

4.7 / 5
Thumbnail

Enviada


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.

alrededor de 12 años hace | 1 descarga |

5.0 / 5
Thumbnail

Pregunta


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

casi 13 años hace | 2 respuestas | 0

2

respuestas

Enviada


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

casi 13 años hace | 1 descarga |

4.0 / 5

Resuelto


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

alrededor de 13 años hace

Resuelto


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

alrededor de 13 años hace

Resuelto


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

alrededor de 13 años hace

Resuelto


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

alrededor de 13 años hace

Resuelto


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!

alrededor de 13 años hace

Resuelto


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

más de 13 años hace

Resuelto


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

más de 13 años hace

Resuelto


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

más de 13 años hace

Resuelto


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

más de 13 años hace

Resuelto


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

más de 13 años hace

Resuelto


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

más de 13 años hace

Resuelto


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

más de 13 años hace

Resuelto


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

más de 13 años hace

Resuelto


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

más de 13 años hace

Cargar más