Respondida
Java .dll library path issues
Try adding the path to the DLLs to the system PATH variable and restart MATLAB.

casi 15 años hace | 0

| aceptada

Respondida
mex function error in Win32
It looks like your R2007b is a 64-bit installation, but you are attempting to load a 32-bit DLL/MEX file on it. You need to re-c...

casi 15 años hace | 0

Respondida
Windows OS update from 32 bit to 64 bit
This is a generic compiler warning that you could ignore if you like. See <http://msdn.microsoft.com/en-us/library/3b2e7499%28v=...

casi 15 años hace | 0

Respondida
How to simulate a model from command line with particular signal group in signal builder?
See <http://www.mathworks.com/support/solutions/en/data/1-10WC4X/index.html How can I programmatically select a group from the S...

casi 15 años hace | 0

Respondida
embedded coder generating code for MPC55xx using gcc compiler
I don't believe Embedded Coder officially supports GCC as a compiler for MPC55xx specific targets. Do you have access to MPC55xx...

casi 15 años hace | 0

| aceptada

Respondida
Run a simulink/script from a pushbutton
By default, Simulink looks for parameter variables in the base workspace. You variable P1 is created in the function workspace, ...

casi 15 años hace | 1

Respondida
What's the best approach for learning S-Function development
See <http://www.mathworks.com/help/toolbox/simulink/ug/bq3qcgr.html Comparison of Custom Block Functionality> for an extensive c...

casi 15 años hace | 2

Respondida
.Net Builder and Compiler error.
What version of MATLAB are you using? It appears that R2010a and R2010b had <http://www.mathworks.com/support/bugreports/664128 ...

casi 15 años hace | 0

Respondida
Can't run executable created by MCC, of m-code containing EML directives.
The EML directives attempt to call into libraries that are not part of MATLAB Compiler Runtime, so you cannot execute this code ...

casi 15 años hace | 0

| aceptada

Respondida
Is it possible to generate C code from my MATLAB algorithm if it contains the function "lla2flat" from the Aerospace Toolbox?
Here is the list of <http://www.mathworks.com/help/releases/R2011a/toolbox/eml/ug/bq1h2z7-11.html functions supported for code g...

casi 15 años hace | 0

| aceptada

Respondida
Simulink- swapping inputs and outputs from left to right
Select the block and hit Ctrl+R twice OR hit Ctrl+I OR select block and Format->Flip Block.

casi 15 años hace | 0

| aceptada

Respondida
legacy_code
# You can define any number of functions in an S-function file (or have them in separate C-files that you can link into the S-fu...

casi 15 años hace | 1

Respondida
link to a m-file from Simulink model
I think the links in the S-function demos are basically empty subsystems with the <http://www.mathworks.com/support/tech-notes/1...

casi 15 años hace | 2

Respondida
using level 1 S-function with simulink
The inputs to the S-function are not available at the time that mdlInitializeSizes is called (u is an empty variable - you could...

casi 15 años hace | 1

Respondida
Calling Internet Explore from MATLAB and same also for FireFox too
Try: myUrl = 'www.mathworks.com/index.html'; ieCmd = ['iexplore ' myUrl]; ffCmd = ['firefox ' myUrl]; system(ieCmd); ...

casi 15 años hace | 2

| aceptada

Respondida
How to set up c++ mex at matlab 2010b
This looks like <http://www.mathworks.com/support/bugreports/661855 Bug #661855>. There is a patch attached to the bug report th...

casi 15 años hace | 0

Respondida
Is it possible to use TI IQmath in S-functions.
AFAIK, IQmath libraries cannot be executed on host-based platforms. So you cannot call into them directly from S-functions, beca...

casi 15 años hace | 0

Respondida
MCR: Running a 32-Bit executable on a 64-Bit system
According to <http://www.mathworks.com/support/solutions/en/data/1-3PKX8O/index.html this solution>, you only need to install 32...

casi 15 años hace | 1

| aceptada

Respondida
Measing the execution time of S-Function entry points
I don't believe the S-function API itself provides any profiling mechanism. However, you should be able to profile your operatio...

casi 15 años hace | 0

Respondida
Selecting bus signal from variable in Simulink
AFAIK, this is not possible in Simulink. The reason that dynamic selection of bus elements cannot be supported is because bus si...

casi 15 años hace | 0

| aceptada

Respondida
Automate SFunction generation - Simulink workflow
Try the following: set_param('subsystem_model', 'SystemTargetFile', 'rtwsfcn.tlc'); set_param('subsystem_model', 'Create...

casi 15 años hace | 1

| aceptada

Respondida
Unable to build a shared library
Are you running the example on <http://www.mathworks.com/help/toolbox/compiler/f2-972343.html this page>? If yes, you should hav...

casi 15 años hace | 0

| aceptada

Respondida
Generic S function for communication with external application
Your question does not provide all the information needed: 1) What mode of communication/interface does your external applica...

casi 15 años hace | 0

Respondida
RTW C-API and Matrix-Parameters of variable length (and width).....
AFAIK, you cannot change the attributes of the parameters (datatype, dimensions, complexity, etc.) once the model has been compi...

casi 15 años hace | 0

| aceptada

Respondida
Calling Matlab Built-in Functions from Visual Studio
I would recommend following the MATLAB Engine API <http://www.mathworks.com/help/techdoc/matlab_external/f29148.html documentati...

casi 15 años hace | 0

| aceptada

Respondida
Matlab Windows CE Arm920T Application
If you'd like to deploy MATLAB code onto an embedded target, you need to generate C code from it using <http://www.mathworks.com...

casi 15 años hace | 0

Respondida
Regarding pausing an integration of a integrator block in a simulink model
This is not directly possible, but you should be able to implement your model such that you receive the desired result. However,...

casi 15 años hace | 1

| aceptada

Respondida
Problem with Visual Studio 2010
You have to define a gateway function with the following prototype: void mexFunction(int nlhs, mxArray *plhs[], int nrhs, co...

casi 15 años hace | 0

Respondida
MATLAB Licensing
It is a separate product that you need to get a license for.

casi 15 años hace | 0

| aceptada

Respondida
view usage of parameters in model.mld
You should be able to use: >> [VarsOut]=Simulink.findVars('MyModel') See <http://www.mathworks.com/help/toolbox/simulink/...

casi 15 años hace | 1

Cargar más