photo

Cedric Kotitschke


Last seen: 2 mesi fa Attivo dal 2021

Followers: 0   Following: 0

Spoken Languages:
English

Statistica

All
MATLAB Answers

20 Domande
4 Risposte

Cody

0 Problemi
15 Soluzioni

RANK
208.618
of 301.537

REPUTAZIONE
0

CONTRIBUTI
20 Domande
4 Risposte

ACCETTAZIONE DELLE RISPOSTE
35.0%

VOTI RICEVUTI
0

RANK
 of 21.318

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
31.032
of 175.234

CONTRIBUTI
0 Problemi
15 Soluzioni

PUNTEGGIO
164

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 3
  • First Answer
  • Solver

Visualizza badge

Feeds

Visto da

Domanda


Turn slTuner into genss
When using a slTuner object, I can call methods like getIOTransfer to get the closedloop and getLoopTransfer to get the openloop...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


Auto complete inputs of method using object property
Hey, I have a class with a property that I would like to use for auto completion: classdef TestClass properties ...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


Simulate closed loop system with saturated controller output in Matlab
Hey, I'd like to simulate a closed-loop system in Matlab (not Simulink) whereby the controller output (the input to the plant) ...

oltre un anno fa | 2 risposte | 0

2

risposte

Domanda


How to determine if an object is a built-in class?
How can I determine if an object is a built-in class? Not only doubles, structs, strings and all those base data types but also...

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


Swap shape of cell array full of arrays
Hey, I have a nxn cell array where each element contains a 1xm array. How do I turn this into a 1xm cell array where each elem...

oltre 2 anni fa | 2 risposte | 0

2

risposte

Domanda


Store intermediate results of cost function when solver is run in parallel
Hey, I have a cost function that is comprised of two intermediate results f1 and f2. When I run some solver to minimize this f...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Risposto
export_fig of multiple overlayed images only saves one image
Why not use saveas? saveas(gcf,'figname.pdf')

oltre 2 anni fa | 0

Risposto
Way to save figures to .fig file as visible from matlab live script?
Why don't you set the visible property to 'off' after saving? set(gcf, 'Visible', 'on') saveas(gcf, 'figurename.fig') set(g...

oltre 2 anni fa | 0

Domanda


How do I restore my Simulink Favourite Commands?
Hello, my Matlab did not start so I followed the advice to rename the preference folder and create a new, blank reference folde...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Risposto
Extract several matrices from single column vector
For everyone who also struggles with this, here's my solution. It is clunky but that's only because genmat objects are buggy whe...

oltre 2 anni fa | 0

| accettato

Domanda


Extract several matrices from single column vector
Hey, I have three matrices A, B, C, D which I flatten to a single column vector: J = [A(:); B(:); C(:); D(:)] How can I used...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


Copy simulink block programmatically
Hey, I have a very simple problem for which I am not able to find an answer. How exactly do I copy a block in Simulink program...

quasi 3 anni fa | 1 risposta | 0

1

risposta

Domanda


Convert symbolic inequality to matrix form
Let's say I have a symbolic inequality: 2*x + 3*y <= 5 Is there a way to elegantly extract the matrices A, b for the equivalen...

quasi 3 anni fa | 2 risposte | 0

2

risposte

Domanda


Extract one-dimensional timeseries from multidimensional timeseries
Hey, I have a timeseries with Time: [nx1] and Data: [3x1xn] (output from a Simulink model) How can I get a timeseries based on...

quasi 3 anni fa | 1 risposta | 0

1

risposta

Domanda


Rearrange cell array of strings based on occurrence in another cell array of string
Hey, I have two cell arrays of string. Let's call them A and B: A = {'test1', 'test2'}; B = {'here_test2_occurs', 'here_tes...

circa 3 anni fa | 1 risposta | 0

1

risposta

Domanda


Find model references within model references
Hello, I'm trying to find a model reference within a large simulink model which contains multiple model references, often als...

circa 3 anni fa | 1 risposta | 0

1

risposta

Domanda


Programmatically add annotation with an equation to simulink
Hey all, I'm trying to add an annotation to a Simulink model which includes an equation using Latex syntax. However, all I get ...

circa 3 anni fa | 1 risposta | 0

1

risposta

Domanda


Extract operations from symbolic expression
Hello, given a symbolic expression, I want to extract the fundamental operations that take place in this symbolic expression....

circa 3 anni fa | 1 risposta | 0

1

risposta

Domanda


ICDF for values very close to one
Hey, I have a problem where I have to transform random variables from the standard normal space to some other, arbitrary dist...

oltre 3 anni fa | 1 risposta | 0

1

risposta

Risposto
Change constraints within optimization loop
Found the answer: the class of current_analysis is a subclass of the dynamicprops superclass and the properties are SetObserv...

circa 4 anni fa | 0

| accettato

Domanda


Change constraints within optimization loop
Hey, I have an optimization problem in which the constraints depend on whether the design variable has changed or not (Single...

circa 4 anni fa | 2 risposte | 0

2

risposte

Domanda


Model command with vector / matrix inputs
Hey, I would like to use the model command to execute my simulink model. The problem is that my inputs are scalars, vectors a...

circa 4 anni fa | 1 risposta | 0

1

risposta

Domanda


Create diagonal matrix from vector in Simulink without DSP toolbox and without knowing the dimension of the vector
Hey! I need to convert a vector signal into a diagonal matrix in Simulink. The problem is that I do not have the DSP toolbox ...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


Turn a Simulink model into a mex file
Hey! I'm trying to compare different algorithms and I have most of them in form of MATLAB functions. One of them, however, wa...

oltre 4 anni fa | 1 risposta | 0

1

risposta