Johannes Korsawe
Followers: 0 Following: 0
I am a mathematician at the Volkswagen AG and working with MATLAB since ~1998. Professional Interests: fem, geometrical computations
Estadística
CLASIFICACIÓN
2.022
of 295.448
REPUTACIÓN
31
CONTRIBUCIONES
10 Preguntas
19 Respuestas
ACEPTACIÓN DE RESPUESTAS
40.0%
VOTOS RECIBIDOS
10
CLASIFICACIÓN
1.346 of 20.227
REPUTACIÓN
1.385
EVALUACIÓN MEDIA
3.90
CONTRIBUCIONES
5 Archivos
DESCARGAS
30
ALL TIME DESCARGAS
11424
CLASIFICACIÓN
1.357
of 153.872
CONTRIBUCIONES
0 Problemas
195 Soluciones
PUNTUACIÓN
1.700
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
Enviada
Distance of a circle to a line in 3d
Calculate the nearest points on a circle with respect to a line in 3d
alrededor de 1 año hace | 1 descarga |
Change Mouse/ Cursor appearance in ginput
This can be done very easily: Use a local copy of Mathworks' original function ginput.m which has precedence in your Matlab pat...
más de 1 año hace | 0
How to fix 'Error Adams(server) simulation startup. AEI_Initialize: Error in initialization.'
I ran into the same error. My problem had been deprecated ADAMS model/maneuvre files. I used ADAMS model/maneuvre files from BEF...
casi 2 años hace | 0
Error in Cosimulation Matlab- Adams in the S-function
I ran into the same error. My problem had been deprecated ADAMS model/maneuvre files. I used ADAMS model/maneuvre files from BEF...
casi 2 años hace | 0
How to create a triangulation from a list of edges and list of nodes?
allCyclesWithLengthThree = allcycles(g, 'MaxCycleLength', 3); connectivityList = cell2mat(allCyclesWithLengthThree);
alrededor de 2 años hace | 0
| aceptada
Pregunta
writecell does not work properly after invoking and closing actxserver
Hi folks, i have some strange behavior after switching to office 365. My former workflow, which consists of a huge number of a...
más de 2 años hace | 1 respuesta | 0
1
respuestaResuelto
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
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 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
Tick. Tock. Tick. Tock. Tick. Tock. Tick. Tock. Tick. Tock.
Submit your answer to this problem a multiple of 5 seconds after the hour. Your answer is irrelevant; the only thing that matte...
alrededor de 7 años hace
Resuelto
5 Prime Numbers
Your function will be given lower and upper integer bounds. Your task is to return a vector containing the first five prime numb...
alrededor de 7 años hace
Resuelto
Pernicious Anniversary Problem
Since Cody is 5 years old, it's pernicious. <http://rosettacode.org/wiki/Pernicious_numbers Pernicious number> is an integer whi...
alrededor de 7 años hace
Resuelto
Basic electricity in a dry situation
This is a very hypothetical situation between two individuals in a very dry atmosphere. He came running in rubber boots when...
alrededor de 7 años hace
Resuelto
Energy of a photon
Given the frequency F of a photon in giga hertz. Find energy E of this photon in giga electron volts. Assume h, Planck's ...
alrededor de 7 años hace
Resuelto
How to subtract?
* Imagine you need to subtract a few numbers using MATLAB. * You will not be using eval for this task. * Given two ASCII strin...
alrededor de 7 años hace
Pregunta
Find values in list that appear exactly once
Hi there, assume, i have a list of integer values. I need a fast way to find those values in the list, that appear exactly on...
alrededor de 7 años hace | 1 respuesta | 0
1
respuestaResuelto
Indexing an array element
* Assign currentStudent with the second element of array testScores. _Reminder: Array indexing starts with 1._
alrededor de 8 años hace
Resuelto
Double colon operator: Counting up
* Construct a row array countValues from 1 to endValue, using the double colon operator. Ex: If endValue is 5, countValues s...
alrededor de 8 años hace
Resuelto
Wind Chill Computation
On a windy day, a temperature of 15 degrees may feel colder, perhaps 7 degrees. The formula below calculates the "wind chill," i...
alrededor de 8 años hace
Resuelto
Remove DC
Input x is the sampled signal vector, may have both AC and DC components. Output y should not contain any DC component. Examp...
alrededor de 8 años hace
Resuelto
Coordinate geometry
Assign pointsDistance with the distance between point (x1, y1) and point (x2, y2). The distance is calculated by: Distance =...
alrededor de 8 años hace
Resuelto
Double colon operator: Increment by x
* Construct a row array countValues from 0 to 25, elements incremented by incrementValue. Ex: If incrementValue is 5, countVa...
alrededor de 8 años hace
Resuelto
Rotate a Matrix
Input a Matrix x, Output y is the matrix rotating x 90 degrees clockwise
alrededor de 8 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...
alrededor de 8 años hace
Resuelto
Indexing the last element: Print queue
* Delete the last element of row array printQueue.
alrededor de 8 años hace
Resuelto
Population growth
Assign finalPopulation with the population size given an initial population, population growth rate, and number of years. The fi...
alrededor de 8 años hace
Resuelto
Find common elements in matrix rows
Given a matrix, find all elements that exist in every row. For example, given A = 1 2 3 5 9 2 5 9 3 2 5 9 ...
alrededor de 8 años hace
Resuelto
Add a block to a model
Produce the following signal: <<http://blogs.mathworks.com/images/seth/cody/add-block-eqn.png>> In this case, the slope of...
alrededor de 8 años hace