rupprechtt
TU München
Followers: 0 Following: 0
Statistik
RANG
3.123
of 295.467
REPUTATION
18
ANTWORTZUSTIMMUNG
50.0%
ERHALTENE STIMMEN
9
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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....
fast 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 3 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
mehr als 3 Jahre vor | 0 Antworten | 0
0
Antwortenfunction handle to matlab system / function file using code
solved myself: line1 = 'functionhead' line2 = strcat(' T = ',func_str,';'); line3 = 'end' Fid = fopen('filename.m','w')...
etwa 5 Jahre vor | 0
| akzeptiert
Frage
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...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortSave 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...
mehr als 6 Jahre vor | 8
| akzeptiert
Frage
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...
mehr als 6 Jahre vor | 1 Antwort | 1
1
AntwortFrage
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...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 7 Jahre vor | 1 Antwort | 0