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년 전 | 답변 수: 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년 초과 전 | 답변 수: 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...
거의 12년 전 | 답변 수: 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년 전 | 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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...
거의 13년 전 | 답변 수: 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...
거의 13년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 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년 전 | 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 3 | 2
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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 1