Respondida
Xlsread and Strcuture
To answer your first question - I don't think there is a MATLAB function to help with this, but you might be able to use the <ht...

más de 15 años hace | 0

Respondida
where is emlmex?
I believe you need to have a license for either Simulink or Fixed-Point Toolbox to have EMLMEX functionality. It is not register...

más de 15 años hace | 1

Respondida
from workspace to m.file
You might find it useful to read the documentation on <http://www.mathworks.com/help/toolbox/simulink/ug/brsk2gr.html Runnin...

más de 15 años hace | 0

Respondida
GUI read and write data from workspace
If inter and W are obtained from an edit box, why do you attempt to evaluate them in the base workspace? You would use something...

más de 15 años hace | 0

Respondida
I can not find library for" F2808 " which is > Target For TI C2000
You will need to have your MATLAB License Administrator (probably your Sys Admin) contact <http://www.mathworks.com/company/abou...

más de 15 años hace | 0

| aceptada

Respondida
How do I model a time series in MATLAB using ARMA?
Is this what you're looking for: <http://www.mathworks.com/help/techdoc/ref/timeseriesclass.html timeseries>

más de 15 años hace | 2

Respondida
To workspace Block and To Workspace Signal don't exist in workspace
Again, as Seth pointed out, file.mat is not available until after the simulation is paused/stopped. Instead, feed the signal tha...

más de 15 años hace | 0

Respondida
Matlab internal error problem
You may want to contact the author of the toolbox (this doesn't look like a function from MathWorks toolboxes). The crash is occ...

más de 15 años hace | 0

Respondida
what is a valid handle for Matlab?
Although the field handles.PlotFigure is not deleted, the code verifies the validity of the handle using the ISHANDLE function. ...

más de 15 años hace | 2

| aceptada

Respondida
reading ASCII data from a file from s function
Assuming that you are using Jarrod's code almost exactly (only with the stated modification to mdlOutputs), I see two issues wit...

más de 15 años hace | 0

Respondida
C# call the Matlab function to compute the nonlinear programming problem?
One option is to start MATLAB up as a <http://www.mathworks.com/help/techdoc/matlab_external/brd0v3w.html COM server> from your ...

más de 15 años hace | 0

Respondida
Embedded Function Blocks and Target C2000
In general, Embedded MATLAB blocks are supported for code generation (unless you are calling functions that cannot generate code...

más de 15 años hace | 0

Respondida
CPM toolbox try to compile mex maxSparseMEX.c => get error of Could Not Find C:\Program Files\MATLAB\...\maxSparseMEX.lib or C:\Program Files\MATLAB\...\maxSparseMEX.exp
To ensure that this is not a problem with MEX, please try: >> cd C:\work >> copyfile([matlabroot '\extern\examples\ref...

más de 15 años hace | 0

Respondida
Simulink and the I2C interface
I don't have experience with ECRobot, but have written drivers for other boards in the past. Typically, device drivers are imple...

más de 15 años hace | 0

Respondida
create a web based application using java
MATLAB Builder JA has the <http://www.mathworks.com/help/toolbox/javabuilder/ug/brb6pfe-1.html WebFigures feature> which allows ...

más de 15 años hace | 0

| aceptada

Respondida
Matlab r2008a and CCS v4
The official supported version with R2008a was Code Composer Studio 3.3 - since R2008a was not tested with CCS v4, there is no g...

más de 15 años hace | 0

Respondida
about c code
Do you have source/object files, or shared libraries? If you have source/object files, you can write a <http://www.mathworks....

más de 15 años hace | 0

Respondida
pll synthesizer in simulink
# You could use any of the classic frequency divider circuits and model them in Simulink (I don't have any specific recommendati...

más de 15 años hace | 0

Respondida
mex -g
It looks like you modified csfunc.c and add a main() function - note that S-functions cannot have a main() entry point.

más de 15 años hace | 0

| aceptada

Respondida
Access to the Matlab / simulink API
Starting MATLAB as an <http://www.mathworks.com/help/techdoc/matlab_external/brd0v3w.html automation server> from your .NET appl...

más de 15 años hace | 0

Respondida
Intel C++ and Matlab Compatibility
Actually, it appears that the Intel compilers are only supported on Windows. There is a different set of supported compilers for...

más de 15 años hace | 0

Respondida
Running MATLAB automatically
If you are able to program an interrupt, you can use the "matlab -r <filename>" option to have MATLAB run a specific script by i...

más de 15 años hace | 0

Respondida
GUI interface with arduino
You could try using a persistent variable to store that last state, and toggle that each time the callback is fired: persis...

más de 15 años hace | 0

Respondida
Undefined function or method 'sim' for input arguments of type struct
<http://www.mathworks.com/support/solutions/en/data/1-16DQNH/index.html Solution 1-16DQNH> might be of help.

más de 15 años hace | 2

| aceptada

Respondida
How to determine if a string can be converted to a numerical value?
[num, status] = str2num(str) status=0 if conversion is not successful, and 1 if it is.

más de 15 años hace | 3

Respondida
How to compile a mat file?
Have you added the MAT-file to the CTF archive? If using the mcc command, use the -a option to specify the filename. For exam...

más de 15 años hace | 0

| aceptada

Respondida
Variable limits for integrator in SIMULINK
I don't think you can do this with an integrator block - but the "Discrete FIR Filter" should let you implement a moving average...

más de 15 años hace | 0

Respondida
Selecting model through command window in Model based Design
Why not use saveas to create a copy of a system? If you have to do this programmatically, I'm not aware of a straightforward tec...

más de 15 años hace | 0

Respondida
How can I save data to a csv file from a simulation in simulink without use the Matlab workspace?
There is no way to directly export simulation results to a CSV file, but you can use the "To File" block to log to disk as a MAT...

más de 15 años hace | 1

Respondida
viptrackpeople with hdl-coder
Access the VIP blockset demos using the following command: demo('blockset','video and image processing') Look for the de...

más de 15 años hace | 0

Cargar más