Respondida
HIL with Arduino uno without xpc target using realtime windows target
http://www.mathworks.com/videos/programming-arduino-uno-with-simulink-86316.html

casi 10 años hace | 0

Respondida
Driver XPC target for National Instruments Board PCI 6289 M-Series required Documents?
# For specific information about the board you mentioned, the manufacturer (National Instruments) would be the best resource. #...

casi 10 años hace | 0

Respondida
Installing error "invalid code lenght set"
Installation issue. Please contact <http://www.mathworks.com/support/contact_us/ Technical Support> for free help on installatio...

alrededor de 10 años hace | 0

Respondida
Don't Fragment (DF) bit in real time UDP on XPC
It is not possible to UN-set the DF flag for packets that are sent from a target using real-time UDP blocks. The blocks are desi...

alrededor de 10 años hace | 1

Respondida
no accesssible disk found:file system disable
Looks like you are able to boot up the target and then see an error message on the target. That just means that the hard dri...

alrededor de 10 años hace | 0

Respondida
xpc target: ERROR:no accesssible disk found:file system disable
Looks like you are able to boot up the target and then see an error message on the target. That just means that the hard drive t...

alrededor de 10 años hace | 0

Respondida
how can i send data stream in simulink?
See: <http://www.mathworks.com/help/simulink/slref/fromworkspace.html>

alrededor de 10 años hace | 0

Respondida
Progress bar music, update in real time
See examples in: <http://www.mathworks.com/help/matlab/ref/waitbar.html>

alrededor de 10 años hace | 0

Respondida
Real Time UDP from xPC Target
The UDP binary blocks send UDP packets over the card that is used for host target comunication. This block is not a real-time bl...

alrededor de 10 años hace | 2

| aceptada

Respondida
xPC stream values from memory during run
You may be looking for the 'From Workspace' block. Although you would have to enter the values themselves into the block instead...

alrededor de 10 años hace | 0

Respondida
Change update rate of Simulink Real-time Instrument Panel
The default refresh rate is 50 milliseconds. From my experience this is seen in practice too. This may however be hampered if yo...

alrededor de 10 años hace | 0

Respondida
xPC Target scope change numerical format in runtime
1. Get handle to the scope object. Lets say 'tg' is a target object, then to get scope 1: sc = tg.getscope(1) 2. Then ch...

alrededor de 10 años hace | 0

Respondida
How do I run a silent install for MCR release 2012a (7.17)?
<http://www.mathworks.com/matlabcentral/answers/106020-how-do-i-silently-install-the-matlab-compiler-runtime-mcr>

alrededor de 10 años hace | 0

Respondida
xPC Target in Freerun mode: extra long sample time
# There is a shipped block called 'Task Execution Time' that does exactly what you did. # The sporadic spikes are usually due t...

alrededor de 10 años hace | 0

Respondida
Would you please help me with the references of your demo named "mil-std-188-110a Receiver"? I need the algorithms behind. Thanks.
Have you read the documentation? Scroll all the way to the bottom of the documentation page for the references: <http://www.m...

alrededor de 10 años hace | 0

Respondida
how to load .mat file into a function
<http://www.mathworks.com/help/matlab/ref/load.html>

alrededor de 10 años hace | 0

Respondida
How do I install TI C6000 Support from Embedded Coder for Matlab 2013a?
This may be an installation issue. MathWorks provides free installation support. Please see: <http://www.mathworks.com/suppor...

alrededor de 10 años hace | 0

Respondida
Error: Initialization commands cannot be evaluated while working with xpc target supported A/D library blocks!
I am assuming it is the AD512 block. What value are you setting the 'Range vector' mask parameter to? The error you mention will...

alrededor de 10 años hace | 0

Respondida
Comparing two audio signals (guitar chords recognizer)
If your confusion is regarding the first and second plots then that is because yo uare plotting the complex values returned by F...

alrededor de 10 años hace | 0

Respondida
how can I use higher order statistics in an image?
See <http://www.mathworks.com/help/stats/probdistunivparam.html> You are trying to create a ProbDistUnivParam object, which r...

alrededor de 10 años hace | 0

Respondida
can i write down my own project in MathWorks to prevent my project from stealing?
If your project is the form of M files (*.m), then you could use: <http://www.mathworks.com/help/matlab/ref/pcode.html>

alrededor de 10 años hace | 0

Respondida
how to run dll files in matlab
See this for LOADLIBRARY and examples of it: <http://www.mathworks.com/help/matlab/ref/loadlibrary.html> Also: <http://...

alrededor de 10 años hace | 3

| aceptada

Respondida
How to permanently store Base Workspace variables with Simulink file?
This is usually done using model callbacks. See: <http://www.mathworks.com/help/simulink/ug/model-callbacks.html> Using on...

alrededor de 10 años hace | 1

| aceptada

Respondida
UDP Streaming Post Processing
Not quite sure what you mean by packet size = 10. DOUBLE are 64 bit. SINGLE are 32 bit. The data in UDP is represented as UNIT...

alrededor de 10 años hace | 0

Respondida
How can I send a string to a simulink input block?
1. Simulink signals can only be numbers. Strings are not supported. 2. If the need to send characters over serial RS-232 the...

alrededor de 10 años hace | 0

Respondida
How do you enter wind speed in to a wind turbine?
Not an expert on the topic but this SimPowerSystems block models a Wind Turbine and has Wind speed as an input port: <www.mat...

alrededor de 10 años hace | 0

Respondida
How do I fix this error when build simulink model with matlab fcn and xpctarget A/D block? Error(s) encountered while building model "PCIctest": ### Failed to generate all binary outputs.
1. The compiler may not be set correctly. Provided that you have installed the supported compiler for R2013b choose the correct ...

alrededor de 10 años hace | 0

Respondida
parallel computing for real-time simulation in Xpc target computer
Parallel computing box, GPU acceleration etc., is not applicable to xPC. The approach you would have to take is by utilizing the...

alrededor de 10 años hace | 0

| aceptada

Respondida
xPC Target External error
1. Is the host target communication on a network shared by other devices? In that case the non xPC network traffic may be causin...

alrededor de 10 años hace | 0

| aceptada

Respondida
How does the Raw Ethernet frame looks like w.r.t xpc target example "Real Time Transmit and Receive over Ethernet"?
Your understanding is accurate. The Ethertype in the example is the length of the data packet. this is because the parameter 'Et...

alrededor de 10 años hace | 0

| aceptada

Cargar más