rupprechtt - MATLAB Central
photo

rupprechtt


TU München

Last seen: 1年以上 前 2017 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 08/17 to 04/25Use left and right arrows to move selectionFrom 08/17Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

8 質問
2 回答

ランク
3,179
of 298,180

評判
18

コントリビューション
8 質問
2 回答

回答採用率
50.0%

獲得投票数
9

ランク
 of 20,546

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 160,541

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Matlab Script with UI - buttons and checkbox.
Hi all, my matlab script needs some user input. I'd like to have somethink like this thanks a lot for your ideas on this....

3年以上 前 | 1 件の回答 | 0

1

回答

質問


Matlab crashes when saving Simulink model
The following crash report is provided. I cant save my file (resentley updated to 2021a). Thank you in advance for any help M...

4年弱 前 | 2 件の回答 | 0

2

回答

質問


How to use Flight Instruments inside an Observer Model
Hi, I am using an Observer Model (https://de.mathworks.com/help/sltest/ug/access-model-data-wirelessly-by-using-observers.htm...

4年弱 前 | 0 件の回答 | 0

0

回答

回答済み
function handle to matlab system / function file using code
solved myself: line1 = 'functionhead' line2 = strcat(' T = ',func_str,';'); line3 = 'end' Fid = fopen('filename.m','w')...

5年以上 前 | 0

| 採用済み

質問


function handle to matlab system / function file using code
Hi all, I want to use a Matlab System or Matlab Function block in Simulink with one single equation. After some calculations d...

5年以上 前 | 1 件の回答 | 0

1

回答

質問


Diffrent results using tf(ss(A,B,C,D)) or C*inv(s*I-A)*B+D
Why do I obtain diffrent results? A = rand(3,3); B = rand(3,1); C = rand(4,3); D = rand(4,1); % using matlab function tf...

5年以上 前 | 1 件の回答 | 0

1

回答

回答済み
Save figure as .emf - problems
Solved: The problem was my external monitor. I always started Matlab without the connection and during work I connected the m...

約7年 前 | 8

| 採用済み

質問


Save figure as .emf - problems
Hi everyone, saving figures as .emf only exports the upper left corner. All the other formats I tried do work fine. Also .em...

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

1

回答

質問


How to implement interp2 within Simulink
Is there a way to implement interp2(A,B,C), where size(A) = size(B) = size(C) = [480,640], within Simulink without using a Matla...

7年以上 前 | 1 件の回答 | 0

1

回答

質問


Logical Matrix Indexing - Simulink
I want to set all values bigger than one to 255. Matlab Code would be easily A(A>1) = 255; But which Simulink blocks can I us...

7年以上 前 | 1 件の回答 | 0

1

回答