photo

rupprechtt


TU München

Last seen: plus d'un an il y a Actif depuis 2017

Followers: 0   Following: 0

Message

Statistiques

MATLAB Answers

8 Questions
2 Réponses

RANG
3 167
of 297 503

RÉPUTATION
18

CONTRIBUTIONS
8 Questions
2 Réponses

ACCEPTATION DE VOS RÉPONSES
50.0%

VOTES REÇUS
9

RANG
 of 20 449

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 158 938

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 2
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


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

plus de 3 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 3 ans il y a | 2 réponses | 0

2

réponses

Question


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

presque 4 ans il y a | 1 réponse | 0

0

réponse

Réponse apportée
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')...

plus de 5 ans il y a | 0

| A accepté

Question


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

plus de 5 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 5 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
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...

presque 7 ans il y a | 8

| A accepté

Question


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

presque 7 ans il y a | 1 réponse | 1

1

réponse

Question


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

plus de 7 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 7 ans il y a | 1 réponse | 0

1

réponse