photo

Heine Hørup Pedersen


Last seen: 12日 前 2018 年からアクティブ

Followers: 0   Following: 0

Mechanical engineer Working with wind turbine load simulations

統計

All
MATLAB Answers

5 質問
1 回答

Cody

0 問題
4 解答

ランク
209,955
of 300,759

評判
0

コントリビューション
5 質問
1 回答

回答採用率
60.0%

獲得投票数
0

ランク
 of 21,081

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク
63,145
of 170,900

コントリビューション
0 問題
4 解答

スコア
51

バッジ数
1

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 2
  • Solver

バッジを表示

Feeds

表示方法

質問


Programmaticaly Toolbox packaging issues
I have an issue with packaging a project to a toolbox programmatically. The installed toolbox does not add the \toolbox folder ...

10ヶ月 前 | 0 件の回答 | 0

0

回答

質問


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

約1年 前 | 1 件の回答 | 0

1

回答

質問


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

約2年 前 | 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...

約4年 前

解決済み


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

約4年 前

解決済み


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

約4年 前

解決済み


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

約4年 前

回答済み
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...

5年弱 前 | 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:/...

5年弱 前 | 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...

8年弱 前 | 1 件の回答 | 0

1

回答