Answered
Arduino - Matlab
You can check the elapsed time and toggle the output written to the LED every few seconds. (It is not clear whether you are u...

15 years ago | 0

| accepted

Answered
Speech recognition using .NET framework
See <http://www.mathworks.com/help/techdoc/matlab_external/brpb5k6.html MATLAB Interface to .NET Framework> for information ...

15 years ago | 0

Answered
How can run or include an external dll library and its C++ header files in MATLAB
See <http://www.mathworks.com/help/techdoc/ref/loadlibrary.html loadlibrary>.

15 years ago | 1

Answered
__stack_chk_fail_local error on 32-bit Linux (Ubuntu 10.04.1 LTS)
I'm not familiar with this problem, but from your modifications to the mex options file, you are not adding libc_nonshared.a cor...

15 years ago | 0

Answered
error using mpc.mpc
Since it is not clear exactly what commands are being invoked inside your script "mssa", I would recommend running one of the MP...

15 years ago | 0

Answered
Stand alone compiled aplication only works in my machine and deploytool fails to build package.
Do you have your computer's locale set to a language other than English (in particular: Turkish?) You could try getting the path...

15 years ago | 0

Answered
Matlab Scripts for Huffman Encoding of text files
Since you are using AccelDSP, it may be best to contact Xilinx Support for help. Most of us here have no experience with the cap...

15 years ago | 0

| accepted

Answered
Question about the "enable" block.
See <http://www.mathworks.com/help/toolbox/simulink/ug/bsff8zh.html Specifying Initial Conditions for Bus Signals>.

15 years ago | 1

| accepted

Answered
CCS V4
Have you already followed the steps in the <http://www.mathworks.com/help/toolbox/idelink/ccslink/ccslink_product_page.html docu...

15 years ago | 0

Answered
Problem Compiling function subset with EMLC
Sorry about that. Since 'high' is a string input, it works better if you use: emlc Lowpassfilter.m -eg {emlcoder.egc('high'...

15 years ago | 0

| accepted

Answered
Using S-Function Builder to generate dynamically sized outputs
According to the <http://www.mathworks.com/help/toolbox/simulink/sfg/brgo03i-5.html documentation>, S-Function Builder does not ...

15 years ago | 0

| accepted

Answered
Opinion simulink
It's difficult to say without knowing what kind of calculations, but these are the general options available: # Create a subs...

15 years ago | 0

Answered
Problem with C codes embeded in Matlab
It appears that SegSegForces.c is a <http://www.mathworks.com/support/tech-notes/1600/1605.html#intro MEX-function>. For the com...

15 years ago | 0

Answered
The demo of hdlcoder_sobel_serial_eml.mdl
I couldn't find this demo model in R2010b - did you download it off our website? From what I can tell, it looks like the bloc...

15 years ago | 0

| accepted

Answered
Access to Matlab Main Window position coordinates
You could use the MATLAB Java API (see examples on the blog <http://undocumentedmatlab.com/blog/category/desktop/ Undocumented M...

15 years ago | 4

| accepted

Answered
error C2079: 'pm' uses undefined struct 'mxArray_tag'
It should be: mxArray* pm; You're missing a *

15 years ago | 1

| accepted

Answered
Traverse cell array of structures of ... in mex
The example <http://www.mathworks.com/help/techdoc/matlab_external/f12977.html#f11333 phonebook.c> accepts an array of structs a...

15 years ago | 0

Answered
Mode accelerator in Simulink and Windows 7 64-bits
Run "mex -setup" from MATLAB command prompt and choose the installed compiler. Note: Make sure you have a <http://www.mathwo...

15 years ago | 0

| accepted

Answered
embedded toolbox _api outpout
It defines the interface functions for the algorithm. Essentially, the function exported from test_api.h is the one you should b...

15 years ago | 0

| accepted

Answered
histfit, Reusing matlab auto generated code.
Here's one way of doing it: h=histfit(v); xvector1 = get(h(1), 'XData') yvector1 = get(h(1), 'YData') X1 = get(h(2), 'X...

15 years ago | 1

| accepted

Answered
m-code S-function don't works with MATLAB Function "int" (definte or indefinite integral in MATLAB code)
If you're trying to implement an integrator (w.r.t time) using MATLAB-file S-functions, see the demo msfcndemo_limintm.mdl. You ...

15 years ago | 1

Answered
MATLAB:I18n:MissingICUData - ICU data not found.
It seems like the error you receive is because of a corrupt environment. Do you have multiple installations of MCR on the target...

15 years ago | 1

| accepted

Answered
problems with RealTimeWorkshop compiler
The LabVIEW Simulation Interface Toolkit requires Microsoft Visual C++ compilers to be installed (see <http://digital.ni.com/pub...

15 years ago | 0

| accepted

Answered
Maximum step size warning in Simulink
This is a warning, not an error. The Simulink Engine is warning you that you have not selected a <http://www.mathworks.com/help/...

15 years ago | 1

Answered
calling other programs using matlab
Modelsim provides a TCL interface. You can call into this interface from MATLAB by writing a TCL script and then calling the TCL...

15 years ago | 0

Answered
fixed point toolbox 4
See <http://www.mathworks.com/help/toolbox/fixedpoint/ug/f6860.html Using fimath Properties to Perform Fixed-Point Arithmeti...

15 years ago | 0

Answered
how to generate an "inout" port by Simulink HDL coder?
I don't believe this functionality currently exists. Please contact Tech Support to submit a feature request.

15 years ago | 0

Answered
MEX dynamic lib namespace collision?
This seems somewhat intractable to me, because the only way the libgoto2 symbols can be resolved correctly is by changing the ve...

15 years ago | 0

Answered
Simulink Real Time Workshop - how to measure code execution time?
I don't know if this answers your question completely, but if you're using ert.tlc or one of its descendants, rt_OneStep is the ...

15 years ago | 0

Answered
OpenOffice Calc
If you are asking about interfacing MATLAB with OpenOffice, you can use the <http://api.openoffice.org/ OpenOffice API>. There i...

15 years ago | 0

Load more