Feeds
提问
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 ...
11 years 前 | 1 个回答 | 0
1
个回答提问
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...
11 years 前 | 0 个回答 | 1
0
个回答提问
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 前 | 0 个回答 | 0
0
个回答已回答
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...
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...
12 years 前 | 1
| 已接受
提问
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.
12 years 前 | 1 个回答 | 0
1
个回答提问
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....
12 years 前 | 1 个回答 | 0
1
个回答提问
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...
12 years 前 | 4 个回答 | 1
4
个回答提问
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 前 | 1 个回答 | 1
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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...
13 years 前 | 0 个回答 | 0
0
个回答提问
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...
13 years 前 | 3 个回答 | 1
3
个回答提问
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...
13 years 前 | 2 个回答 | 0
2
个回答已回答
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...
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...
13 years 前 | 0
已回答
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...
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...
13 years 前 | 0
提问
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...
13 years 前 | 1 个回答 | 0
1
个回答提问
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...
13 years 前 | 1 个回答 | 0
1
个回答提问
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...
13 years 前 | 1 个回答 | 0
1
个回答提问
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...
13 years 前 | 2 个回答 | 0
2
个回答提问
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 ...
13 years 前 | 3 个回答 | 1
3
个回答提问
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...
13 years 前 | 1 个回答 | 0
1
个回答提问
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 ...
13 years 前 | 2 个回答 | 0
2
个回答提问
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...
13 years 前 | 1 个回答 | 0
1
个回答提问
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....
13 years 前 | 2 个回答 | 2
2
个回答提问
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...
13 years 前 | 1 个回答 | 1