Quantcast
Channel: MATLAB Central Newsreader - tag:"accelerator"
Browsing all 24 articles
Browse latest View live
↧

Re: problems for running simulink

Have you looked in the documentation at the section called "Code Regeneration in Accelerated Models" to see if anything you are doing between calls to sim are causing the rebuild? Phil.

View Article


Re: problems for running simulink

thanks for your help, I read the help linkage, it seems there is some code make the model rebuild itself.

View Article


what is this?

The model 'PSW_Modell_Nachbau_Sicherung_100326_plus1' has an algebraic loop. Accelerator mode is not supported for models with algebraic loops what should i do?

View Article

Re: what is this?

An algebraic loop means that if you start at one block (in the loop) and follow its output, it will eventually loop back around to the input, meaning the input in a given time step is dependent on the...

View Article

Does Rapid Accelerator work with bus objects?

I have a model that uses libraries and will eventually use model referrencing. To help control bus signals between blocks created by different people, inports have bus objects (Simulink.Bus) specified...

View Article


Simulink accelerator compile error

Hi, I'm trying to run my Simulink/Simhydraulics model in accelerator mode, but during building of the model I get an error: Cpp: Input buffer overflow!!!   C:\PROGRA~1\MATLAB\R2010A\BIN\MEX.PL: Error:...

View Article

Re: Simulink accelerator compile error

In case anyone else got this error: it is due to a line being longer than the limit for the LCC compiler. Can happen for deeply nested subsystems or long block names. Microsoft Visual Studio compiler...

View Article

Problems accelerating a model that works fine in normal mode

Hi, as the subject says, I'm having problems in order to accelerate a Simulink model. If I run two consecutive simulations without acceleration mode(normal mode on) and with acceleration mode, the...

View Article


Re: Problems accelerating a model that works fine in normal mode

While it may not be the most elegant solution, this is what I do. 1. Run the accelerator and get the error message. 2. Goto "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin" and copy...

View Article


Re: Simulink accelerator not working!

"Sérgio Cruz" wrote in message <gt9kdh$hrv$1@fred.mathworks.com>...> "Jeff Koechling" <jckoechling.no.spam@yahoo.no.spam.com> wrote in message...

View Article

running Level2 M-file S-function in accelerator without tlc

hello, I have a level2 m-file S-function in a modelReference. I want to run the modelRef in accelerator but I always get the following error: "The corresponding 'genpred_trajectory_3D.tlc' file for the...

View Article

Re: running Level2 M-file S-function in accelerator without tlc

According to,http://www.mathworks.com/help/toolbox/simulink/ug/bsp24qn-1.html a TLC file must be specified (to inline the S-Function) when using a level 2 m-code S-function in a referenced model with...

View Article

Re: running Level2 M-file S-function in accelerator without tlc

hello Phil, Thank you for your answer. Running a model in accelerator or a model reference in accelerator is apparently not the same thing. if a TLC is not required to accelerate a model containing a...

View Article


uicontextmenu with accelerator key

Hello, does anyone know, why it is unpossible to set an uimenu item with accelerator key, which is displayed in the uimenu label when adding it to an uicontextmenu? Like: myhandles.fig(1) = figure;...

View Article

Re: Simulink accelerator not working!

> > > Hi,> I have the same problem, I use Windows 7 64-bits, but I don't have VS80 neither VS90, I have VS100... What can I do to run accelerator mode??> > Thanks!! Like previously,...

View Article


JIT issues

I have a program which i have profiled and the main section of code which is taking the most time i would have liked to accelerate but matlab says it is unable since the data is of type double or...

View Article

Re: JIT issues

Dear Niall Geoghegan!> I have a program which i have profiled and the main section of code which is taking the most time i would have liked to accelerate but matlab says it is unable since the data...

View Article


problems for running simulink

I am running my simulink model in a loop which call sim('mymodel') many times. But every time the sim() is called, it builds the model repeatedly and takes lots of time, below is message showing while...

View Article

Error of compilation while running Simulink model in Accelerator mode

Hi everybody, I've just upgraded Matlab from 2013a to 2015b and I have problem when compiling my model. I have a model working perfectly on 2013a. I'm using compiler Lcc-win32 C 2.4.1 and my computer...

View Article

Re: S-Function custom code with Simulink Accelerator

Impressing, 10 years are gone and the bug still exist!! Matlab 2016a still does not support custom code s-functions within model references in accelerator mode. Why is Mathwork still not able to...

View Article
Browsing all 24 articles
Browse latest View live