Respondida
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...

más de 15 años hace | 0

| aceptada

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

más de 15 años hace | 0

Respondida
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>.

más de 15 años hace | 1

Respondida
__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...

más de 15 años hace | 0

Respondida
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...

más de 15 años hace | 0

Respondida
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...

más de 15 años hace | 0

Respondida
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...

más de 15 años hace | 0

| aceptada

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

más de 15 años hace | 1

| aceptada

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

más de 15 años hace | 0

Respondida
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'...

más de 15 años hace | 0

| aceptada

Respondida
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 ...

más de 15 años hace | 0

| aceptada

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

más de 15 años hace | 0

Respondida
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...

más de 15 años hace | 0

Respondida
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...

más de 15 años hace | 0

| aceptada

Respondida
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...

más de 15 años hace | 4

| aceptada

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

más de 15 años hace | 1

| aceptada

Respondida
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...

más de 15 años hace | 0

Respondida
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...

más de 15 años hace | 0

| aceptada

Respondida
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...

más de 15 años hace | 0

| aceptada

Respondida
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...

más de 15 años hace | 1

| aceptada

Respondida
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 ...

más de 15 años hace | 1

Respondida
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...

más de 15 años hace | 1

| aceptada

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

más de 15 años hace | 0

| aceptada

Respondida
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/...

más de 15 años hace | 1

Respondida
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...

más de 15 años hace | 0

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

más de 15 años hace | 0

Respondida
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.

más de 15 años hace | 0

Respondida
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...

más de 15 años hace | 0

Respondida
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 ...

más de 15 años hace | 0

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

más de 15 años hace | 0

Cargar más