photo

Heine Hørup Pedersen


Last seen: 11일 전 2018년부터 활동

Followers: 0   Following: 0

메시지

Mechanical engineer Working with wind turbine load simulations

통계학

All
  • Thankful Level 1
  • Solver

배지 보기

Feeds

보기 기준

질문


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

8개월 전 | 답변 수: 1 | 0

1

답변

문제를 풀었습니다


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

2년 초과 전

문제를 풀었습니다


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

2년 초과 전

문제를 풀었습니다


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

2년 초과 전

문제를 풀었습니다


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

2년 초과 전

답변 있음
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...

3년 초과 전 | 0

| 수락됨

질문


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

3년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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

6년 초과 전 | 답변 수: 1 | 0

1

답변