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

10 years 前 | 0

已回答
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. #...

10 years 前 | 0

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

10 years 前 | 0

已回答
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...

10 years 前 | 1

已回答
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...

10 years 前 | 0

已回答
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...

10 years 前 | 0

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

10 years 前 | 0

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

10 years 前 | 0

已回答
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...

10 years 前 | 2

| 已接受

已回答
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...

10 years 前 | 0

已回答
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...

10 years 前 | 0

已回答
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...

10 years 前 | 0

已回答
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>

10 years 前 | 0

已回答
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...

10 years 前 | 0

已回答
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...

10 years 前 | 0

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

10 years 前 | 0

已回答
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...

10 years 前 | 0

已回答
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...

10 years 前 | 0

已回答
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...

10 years 前 | 0

已回答
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...

10 years 前 | 0

已回答
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>

10 years 前 | 0

已回答
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://...

10 years 前 | 3

| 已接受

已回答
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...

10 years 前 | 1

| 已接受

已回答
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...

10 years 前 | 0

已回答
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...

10 years 前 | 0

已回答
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...

10 years 前 | 0

已回答
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 ...

10 years 前 | 0

已回答
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...

10 years 前 | 0

| 已接受

已回答
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...

10 years 前 | 0

| 已接受

已回答
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...

10 years 前 | 0

| 已接受

加载更多