Beantwortet
MPC toolbox - Model parameter must be a string
What is the exact SIM command that you are using? The error points to the 'model' parameter, which is the first argument to the ...

mehr als 15 Jahre vor | 0

Beantwortet
Dynamic number of Simulink blocks, is it possible?
You can use <http://www.mathworks.com/help/toolbox/simulink/slref/add_block.html add_block> to programmatically add blocks to a ...

mehr als 15 Jahre vor | 1

| akzeptiert

Beantwortet
How to upload MATLAB code on FPGA Board
It is currently not possible to generate HDL code directly from MATLAB Code. However, you can use Simulink HDL Coder to generate...

mehr als 15 Jahre vor | 0

Beantwortet
Transmitting a signal from matlab
There are several <http://www.mathworks.com/help/techdoc/learn_matlab/bq9b7fb.html external interfacing options> depending on wh...

mehr als 15 Jahre vor | 0

Beantwortet
Synchronize with clock
See Mark B's comment on http://www.mathworks.com/matlabcentral/answers/2827-implementing-a-real-time-clock

mehr als 15 Jahre vor | 0

Beantwortet
MATLAB to VHDL/Verilog conversion using Simulink HDL Coder
Why not use the <http://www.mathworks.com/help/toolbox/simulink/ug/f6-106261.html Embedded MATLAB> block to insert the portion o...

mehr als 15 Jahre vor | 0

Beantwortet
Problems Using Matlab in C++
As described on the documentation page for <http://www.mathworks.com/help/techdoc/matlab_external/f39903.html Compiling and Link...

mehr als 15 Jahre vor | 0

Beantwortet
Help: Excel Matrix with Buildex EX
I don't have much experience with VBA, but according to the documentation on <http://www.mathworks.com/help/toolbox/matlabxl/ug/...

mehr als 15 Jahre vor | 0

Beantwortet
Error message relating to powergui
'OpenFcn' is one of the several <http://www.mathworks.com/help/toolbox/simulink/ug/f4-122589.html#f4-45560 callbacks> that a blo...

mehr als 15 Jahre vor | 1

| akzeptiert

Beantwortet
Calling library problem
Why do you define libname as: libname=strtok(hfile,'.'); The original code says: libname=strtok(dllfile,'.');

mehr als 15 Jahre vor | 0

| akzeptiert

Beantwortet
compile .mexglx with ifort glib detected error
From the error message, it seems like you have a memory leak in your function (from my experience, Linux is more robust at detec...

mehr als 15 Jahre vor | 0

| akzeptiert

Beantwortet
File conversion between Matlab 2010 and Matlab 2008
Did you mean Simulink model files? If yes, you can File>SaveAs to a R2008a/b model from the newer version.

mehr als 15 Jahre vor | 0

Beantwortet
cannot write to this folder permission denied issue
Are you running this command from inside a MATLAB directory (ie. where MATLAB is installed)? Try from a different location, such...

mehr als 15 Jahre vor | 0

| akzeptiert

Beantwortet
Problem with deployment of .mexw32?
The type of error usually occurs if your MEX-file needs other DLL files that have not been added to the path. _new15bandfilt441....

mehr als 15 Jahre vor | 0

Beantwortet
Controlling output from Simulink
Why not set the S-function sample time to 2*ssGetFixedStepSize(S) in mdlInitializeSampleTimes? You might also want to protect yo...

mehr als 15 Jahre vor | 1

Beantwortet
How to generate C++ code from an S-Function?? using RTWEC??
Yes, it is possible to generate Embedded C/C++ code for your S-function by writing a TLC for it. See <http://www.mathworks.com/h...

mehr als 15 Jahre vor | 2

| akzeptiert

Beantwortet
Using Simulink to import data tables and apply algorithms
The From File and From Workspace blocks are best if you have a vector of input (time) samples. However, since your tables (or at...

mehr als 15 Jahre vor | 0

Beantwortet
Problem Compiling function subset with EMLC
As explained in the entry for butter in the <http://www.mathworks.com/help/toolbox/eml/ug/bq1h2z7-9.html Embedded MATLAB Functio...

mehr als 15 Jahre vor | 1

Beantwortet
Which library does mlfPrintMatrix exist in!?
Where did you find a reference to mlfPrintMatrix? The only search results in the documentation point to a MATLAB Compiler exampl...

mehr als 15 Jahre vor | 0

Beantwortet
MatLab support for TI OMAPL138
David: This might be question/request better suited for Tech Support.

mehr als 15 Jahre vor | 0

Beantwortet
Building a mat file with a QT application
One good way to figure out if you're using all the right compiler options is to use the engmatopts.bat option file discussed <ht...

mehr als 15 Jahre vor | 0

Beantwortet
how to convert block diagram (simulink )to m-file code ?
If you plan to run the model on an microprocessor, you probably need to convert it to C/C++ code and not MATLAB code. To generat...

mehr als 15 Jahre vor | 3

Beantwortet
How do I Save a Simulink Circuit into a jpeg format picture?
See <http://www.mathworks.com/help/techdoc/ref/saveas.html saveas> Example: systemHandle = get_param(gcs, 'Handle'); savea...

mehr als 15 Jahre vor | 0

Beantwortet
Increase Memory Available for MATLAB
Some tips at <http://www.mathworks.com/help/techdoc/matlab_prog/brh72ex-49.html Resolving "Out of Memory" Errors>.

mehr als 15 Jahre vor | 2

Beantwortet
Generate C Function wih inline keyword
I don't think this functionality is currently available. Please contact Tech Support to verify this, and also submit an enhancem...

mehr als 15 Jahre vor | 0

Beantwortet
Arduino package for Matlab
* <http://www.arduino.cc/playground/ComponentLib/Servotimer1 ServoTimer1> * <http://www.ladyada.net/make/mshield/download.html ...

mehr als 15 Jahre vor | 0

Beantwortet
Call fortran subroutine to C when wirting mex files.
Use tools like nm (Linux) or dumpbin (Windows) to see how the symbol is defined in your FORTRAN object file. It is likely that y...

mehr als 15 Jahre vor | 0

Beantwortet
How to sample and process signals of a given length in Simulink
Use the <http://www.mathworks.com/help/toolbox/dspblks/ref/autocorrelation.html Autocorrelation> block, or follow the diagram de...

mehr als 15 Jahre vor | 0

Beantwortet
Problem with MATLAB Function block in Simulink
Addressing the inconsistency between the values seen in the MATLAB Fcn block and the Display block: Could this be because of the...

mehr als 15 Jahre vor | 0

Beantwortet
Eclipse, AVR gcc compiler and PIL, SIL simulation
I think the <http://www.mathworks.com/academia/arduino-software/arduino-simulink.html Arduino target> available on the MathWorks...

mehr als 15 Jahre vor | 0

Mehr laden