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

oltre 11 anni fa | 0

Risposto
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. #...

oltre 11 anni fa | 0

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

oltre 11 anni fa | 0

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

quasi 12 anni fa | 1

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

quasi 12 anni fa | 0

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

quasi 12 anni fa | 0

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

quasi 12 anni fa | 0

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

quasi 12 anni fa | 0

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

quasi 12 anni fa | 2

| accettato

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

quasi 12 anni fa | 0

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

quasi 12 anni fa | 0

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

quasi 12 anni fa | 0

Risposto
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>

quasi 12 anni fa | 0

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

quasi 12 anni fa | 0

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

quasi 12 anni fa | 0

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

quasi 12 anni fa | 0

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

quasi 12 anni fa | 0

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

quasi 12 anni fa | 0

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

quasi 12 anni fa | 0

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

quasi 12 anni fa | 0

Risposto
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>

quasi 12 anni fa | 0

Risposto
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://...

quasi 12 anni fa | 3

| accettato

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

quasi 12 anni fa | 1

| accettato

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

quasi 12 anni fa | 0

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

quasi 12 anni fa | 0

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

quasi 12 anni fa | 0

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

quasi 12 anni fa | 0

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

quasi 12 anni fa | 0

| accettato

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

quasi 12 anni fa | 0

| accettato

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

quasi 12 anni fa | 0

| accettato

Carica altro