Roman Müller-Hainbach
Bergische Universität Wuppertal
Followers: 0 Following: 0
Researcher using Matlab tools since 2015
Estadística
CLASIFICACIÓN
3.234
of 295.495
REPUTACIÓN
17
CONTRIBUCIONES
3 Preguntas
8 Respuestas
ACEPTACIÓN DE RESPUESTAS
33.33%
VOTOS RECIBIDOS
5
CLASIFICACIÓN
10.969 of 20.240
REPUTACIÓN
46
EVALUACIÓN MEDIA
3.00
CONTRIBUCIONES
5 Archivos
DESCARGAS
9
ALL TIME DESCARGAS
466
CLASIFICACIÓN
2.953
of 153.991
CONTRIBUCIONES
0 Problemas
103 Soluciones
PUNTUACIÓN
1.100
NÚMERO DE INSIGNIAS
3
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Default properties don't affect graphics, that are created with an empty parent
I regularly use graphics that are intentionally created unparented. Since I want my apps to work on all platforms, I have the ne...
más de 3 años hace | 1 respuesta | 0
1
respuestaResuelto
Extract leading non-zero digit
<http://en.wikipedia.org/wiki/Benford%27s_law Benford's Law> states that the distribution of leading digits is not random. This...
más de 5 años hace
Resuelto
Function Iterator
Given a handle fh to a function which takes a scalar input and returns a scalar output and an integer n >= 1, return a handle f...
más de 5 años hace
Resuelto
Remove the small words from a list of words.
Your job is to tidy up a list of words that appear in a string. The words are separated by one or more spaces. Remove all words ...
más de 5 años hace
Resuelto
Renaming a field in a structure array
MATLAB has a <http://www.mathworks.com/help/techdoc/ref/setfield.html setfield> and a <http://www.mathworks.com/help/techdoc/ref...
más de 5 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 ...
más de 5 años hace
Resuelto
Return the largest number that is adjacent to a zero
This example comes from Steve Eddins' blog: <http://blogs.mathworks.com/steve/2009/05/27/learning-lessons-from-a-one-liner/ Lear...
más de 5 años hace
Enviada
metaproperty(className, propertyName)
Retrieve meta.property objects more easily.
más de 6 años hace | 1 descarga |
Enviada
NUM2ENG: Fast number to engineering notation (SI) conversion
Convert numbers to engineering notation.
casi 7 años hace | 3 descargas |
How can I send multiple commands to same command prompt opened by the first command
Use the system() function and string your commands together, separated by semicolons. system('cmd1; cmd2; cmd3')
alrededor de 7 años hace | 3
MATLAB : PROBLEM WITH CELLFUN AND TWO VARIABLES FUNCTION.
Try this: tempoutemp = cellfun( @(network,arr)sim(network,arr), tempwmul,temptemp, 'un',0 );
alrededor de 7 años hace | 0
| aceptada
Observe graphics object added to the axes
Maybe the 'LegendableObjectsUpdated' event could be used for your purposes. I retrieved this from events('matlab.graphics....
alrededor de 7 años hace | 0
How do I store data in multiple loops?
Try concatenating the column vectors in the first dimension. Use [x,y] instead of [x;y] or use horzcat(x,y). This only works of ...
alrededor de 7 años hace | 0
Difference between String and Value
Different UI elements have different uses for the 'String' and 'Value' property. in 'uicontrol's these properties behave depende...
alrededor de 7 años hace | 0
Resuelto
An asteroid and a spacecraft
🚀 Imagine a non-relativistic simple situation. Assume positions p0, p1, p2, and p3 are three dimensional Cartesian ...
alrededor de 7 años hace
Resuelto
Acid and water
⚖ ⚖ ⚖ ⚖ ⚖ ⚖ ⚖ ⚖ Assume that there is a 100 liter tank. It is initially fi...
alrededor de 7 años hace
Resuelto
Cache me Outside
The test suite includes a simple recursive Fibonacci sequence generator, but it's terribly inefficient. One simple method for im...
alrededor de 7 años hace
Resuelto
Sums of Distinct Powers
You will be given three numbers: base, nstart, and nend. Write a MATLAB script that will compute the sum of a sequence of both ...
alrededor de 7 años hace
Resuelto
Pi Digit Probability
Assume that the next digit of pi constant is determined by the historical digit distribution. What is the probability of next di...
alrededor de 7 años hace
Resuelto
Is it really a 5?
A number containing at least one five will be passed to your function, which must return true or false depending upon whether th...
alrededor de 7 años hace
Resuelto
Write c^3 as sum of two squares a^2+b^2
write c^3 as sum of two squares a^2+b^2. a and b must be integer and greater than zero. For example 5^3 = 2^2 + 11^2 5...
alrededor de 7 años hace
Resuelto
Van Eck's Sequence's nth member
Return the Van Eck's Sequence's nth member. For detailed info : <http://oeis.org/A181391 OEIS link> and <https://www.theguard...
alrededor de 7 años hace
Resuelto
Number of Even Elements in Fibonacci Sequence
Find how many even fibonacci numbers are available in the first d numbers. Consider the following first 14 numbers 1 1 2...
alrededor de 7 años hace
Resuelto
5th Time's a Charm
Write a function that will return the input value. However, your function must fail the first four times, only functioning prope...
alrededor de 7 años hace
Resuelto
"Cody" * 5 == "CodyCodyCodyCodyCody"
*Alice*: What? *"Cody" * 5 == "CodyCodyCodyCodyCody"*? You've gotta be kidding me! *Bob*: No, I am serious! Python supports...
alrededor de 7 años hace
Resuelto
Extra safe primes
Did you know that the number 5 is the first safe prime? A safe prime is a prime number that can be expressed as 2p+1, where p is...
alrededor de 7 años hace
Resuelto
Is this is a Tic Tac Toe X Win?
For the game of <https://en.wikipedia.org/wiki/Tic-tac-toe Tic Tac Toe> we will be storing the state of the game in a matrix M. ...
alrededor de 7 años hace
Resuelto
Find the nearest prime number
Happy 5th birthday, Cody! Since 5 is a prime number, let's have some fun looking for other prime numbers. Given a positive in...
alrededor de 7 años hace
Resuelto
The Top 5 Primes
This problem series invites you to solve two simple problems related to the integer NUMBER FIVE, in order to celebrate <https://...
alrededor de 7 años hace
Resuelto
A Simple Tide Gauge with MATLAB
*∿ ∿ ∿ ∿ ∿ ∿ ∿ ∿* You are standing in a few inches of sea water on a beach. You a...
alrededor de 7 años hace