Community Profile

photo

Frank


Active since 2011

Statistics

  • First Review
  • Thankful Level 3
  • First Answer

View badges

Content Feed

View by

Question


system identification: get estimated initialState
Hi, i am using greyest to estimate the parameters of a system. The initial state is also unknown therefore I use the option to ...

10 years ago | 1 answer | 0

1

answer

Question


parallel toolbox createJob is super slow
Hi, I have Matlab 2013a installed with the parallel computing toolbox. When matlabpool is executed it takes about an hour until...

10 years ago | 0 answers | 1

0

answers

Question


Motor control with TI DRV8312 Kit
Hi, I just bought the DRV8312EVM motor control kit from TI. It is pretty easy to setup but now I am wondering if it can be co...

11 years ago | 0 answers | 0

0

answers

Answered
super class get callers name
Found it. Just call this: me = class(obj); this gives the name of the created subclass. I call it in the constructor of t...

11 years ago | 1

| accepted

Question


super class get callers name
Hi, when a subclass calls a superclass, is there a way to get the name of the caller (subclass)? Cheers, Frank.

11 years ago | 1 answer | 0

1

answer

Question


simulation exits with error --> get simulation results
Hi, I am using a simulation that is started from matlab with the sim() command and is stopped by an assertion within the model....

11 years ago | 1 answer | 0

1

answer

Question


Optimization based on inputs and outputs (for online optimization)
Hi, I want to do online optimization in a simulink real-time environment. I dont have a plant model, the plant is in the 'rea...

11 years ago | 4 answers | 1

4

answers

Question


Simulink: fast execution of M-code class
Hi, I have written in Matlab a class that simulates the behavior of a certain object. During simulation just one function nee...

12 years ago | 1 answer | 1

1

answer

Question


get u0 and y0 to operating point
Hi, I am linearizing a system at a certain time. Is there an option to get the input and output values at this specified poin...

12 years ago | 1 answer | 0

1

answer

Question


save states of a digital filter
Hi, I have a Simulink model with a Digital Filter and a system. The final states of the model are stored in xStart. When I ru...

12 years ago | 0 answers | 0

0

answers

Question


linmod or linearize?
Hi, I found two different methods to linearize a simulink model: linearize and linmod. Both can lin. the system at an operati...

12 years ago | 3 answers | 1

3

answers

Question


Multiprocessing in Simulink
Hi, I have access to a Windows 2003 R2 server with heaps of CPU-power and RAM. Problem: just one CPU is used. I tested it wit...

12 years ago | 2 answers | 0

2

answers

Answered
Pecentage change of variable
your elements in Bonds are not aligned in a row they are aligned in a column. have a look at a and then at Bond, then you will s...

12 years ago | 0

Answered
Pecentage change of variable
This could do it: >> a = [1 1.1 1.2 1 0.9 1.3]; >> b = [diff(a) NaN]; >> b./a ans = 0.1000 0.0909 -0.166...

12 years ago | 0

Question


Simulation slows down with open figures
Hi, I execute a script that contains a loop to run simulations and plot the data in figures. The first run is very fast. Here...

12 years ago | 1 answer | 0

1

answer

Question


Virtual Bus as model input
Hi, I am pretty sure that it is not possible, but since I am not an expert I ask anyway: Is it possible to have a virtual bus...

12 years ago | 1 answer | 0

1

answer

Question


Line stile for virtual bus missing
Hi, it is just a minor problem, but it still annoys me: virtual buses are displayed as thin lines in my Matlab 2011b. What do...

12 years ago | 1 answer | 0

1

answer

Question


Replacement for simset?
Hi, currently I am using simset to set the source and destination workspace. Since I wanted to know a bit more about this fun...

12 years ago | 2 answers | 0

2

answers

Question


double indexing
Hello, is it possible to do double or multiple indexing in matlab? E.g. >> v = [1,2,5,7,9] v = 1 2 5 ...

12 years ago | 3 answers | 1

3

answers

Question


Clear just base workspace
Hi, I am executing a function that fills the base workspace. How can I clear the base workspace / stack without clearing the fu...

12 years ago | 1 answer | 0

1

answer

Question


Reload/Update constants in Simulink
Hello, I know that constants are probably named so by a reason, but is it possible to reload or update them during a running ...

12 years ago | 2 answers | 0

2

answers

Question


Simulink: create struct with signal names
Hello, after the Simulink simulation I would like to have a structure that contains certain signal values. The simples way to...

12 years ago | 1 answer | 0

1

answer

Question


Open fig file but not with Matlab
Hello, are there any other programms than Matlab that can open the figure files (*.fig)? Something like Irfanview, Paint.NET....

12 years ago | 2 answers | 2

2

answers

Question


Using Matlab Function in Simulink
Hello, I am using in Simulink the "Matlab Function" block. The function in there is "diff(u)" This is just an example, the orig...

12 years ago | 1 answer | 1

1

answer