Heine Hørup Pedersen
Followers: 0 Following: 0
Mechanical engineer Working with wind turbine load simulations
Estadística
0 Problemas
4 Soluciones
CLASIFICACIÓN
109.267
of 295.448
REPUTACIÓN
0
CONTRIBUCIONES
4 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
75.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.227
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
56.706
of 153.872
CONTRIBUCIONES
0 Problemas
4 Soluciones
PUNTUACIÓN
51
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Skip reading a file with file datastore
I'm using a file datastore to read log files. I'm using a while loop to read files in datastore. In some cases the file reader ...
alrededor de 2 meses hace | 1 respuesta | 0
1
respuestaPregunta
Sharing a file between multiple projects
Im trying to get into the Projects but I struggle to figure out how to share a single file between multiple projects. Lets say ...
12 meses hace | 1 respuesta | 0
1
respuestaResuelto
Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...
casi 3 años hace
Resuelto
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
casi 3 años hace
Resuelto
Generate a vector like 1,2,2,3,3,3,4,4,4,4
Generate a vector like 1,2,2,3,3,3,4,4,4,4 So if n = 3, then return [1 2 2 3 3 3] And if n = 5, then return [1 2 2...
casi 3 años hace
Resuelto
Find nth maximum
Find nth maximum in a vector of integer numbers. Return NaN if no such number exists. x = [2 6 4 9 -10 3 1 5 -10]; So ...
casi 3 años hace
Get container size for Custom UI Component
I figured out that I need to use the update method to resize. Which is also clearly stated here: https://www.mathworks.com/help...
más de 3 años hace | 0
| aceptada
Pregunta
Get container size for Custom UI Component
Hi I would like to implement costum UI's in the app designer. For simplicity I'm using the IPAddressComponent example. https:/...
más de 3 años hace | 2 respuestas | 0
2
respuestasPregunta
How do I add ActionPostCallback to GUI axes
Using Matlab 2016b, I have used GUIDE to create a gui containing axes. I want to be able to control the XTick and XTickLabels sh...
más de 6 años hace | 1 respuesta | 0