Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

10 years ago

Answered
Issue with building reference models with xPC target
Just building model |B| is a different build format from building |A| (which in turn builds B). In the first case, you are buil...

10 years ago | 0

Answered
xPC target in Matlab R2013a does not show "Host PC Root" when the command xpcexplr is run
At the MATLAB command prompt, run the command: xpcsetCC -setup Similar to mex -setup, this will give you a list of insta...

10 years ago | 0

| accepted

Answered
Viewer scope time axis setting in Simulink external mode
The scope time axis is under the scope properties (the properties icon in the actual scope window). You can specify the duratio...

10 years ago | 0

Answered
Is the xPC Target C API redistributable?
You only need an xPC Target Embedded Option for yourself, to be able to distribute the standalone application plus the compiled ...

10 years ago | 0

Answered
xpctarget execution time runs faster than real-time with parallel port interrupt
Hello, It looks like you are using a plug in parallel port board; the original driver was written for the parallel port that ...

10 years ago | 0

| accepted

Answered
How can I programmatically start/stop data logging or enable/disable File Scope block.
There are two possible solutions: # You can set the File scope to be signal triggered, and only activate the trigger signal w...

11 years ago | 0

Answered
how to specify fpga pin in hdl workflow advisor?
What are you trying to connect the FPGA pins to? In general, you should not be setting the FPGA pins, but rather the I/O pins o...

11 years ago | 0

Answered
xpc target: ERROR:no accesssible disk found:file system disable
This is not an error; it says that it did not find a compatible hard disk (which you don't necessarily need). For the loaded ...

11 years ago | 0

| accepted

Solved


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

12 years ago

Solved


Remove the vowels
Remove all the vowels in the given phrase. Example: Input s1 = 'Jack and Jill went up the hill' Output s2 is 'Jck nd Jll wn...

12 years ago

Solved


Add two numbers
Given a and b, return the sum a+b in c.

12 years ago

Solved


Find the numeric mean of the prime numbers in a matrix.
There will always be at least one prime in the matrix. Example: Input in = [ 8 3 5 9 ] Output out is 4...

12 years ago

Solved


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

12 years ago

Solved


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

12 years ago

Solved


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

12 years ago

Solved


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

12 years ago

Solved


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

12 years ago

Answered
xpc realtime udp receive
<http://www.mathworks.com/support/bugreports/search_results?search_executed=1&keyword=783622&release_filter=Exists+in&release=19...

12 years ago | 0

Answered
Real - time parameter tuning using xPC Target and C - MEX S - Function.
They should automatically be tunable. The only thing is that the parameter names will show up as "P1", "P2", etc.

12 years ago | 0

Answered
How to Trigger based on a incoming data value?
Please take a look at the white paper "xPC Target Serial Communication" available here <http://www.mathworks.com/tagteam/68353_...

12 years ago | 0

| accepted

Answered
1.#IO error on xPC
I believe you are getting this error where it shows the average TeT or the execution time. This essentially means that the model...

12 years ago | 0

| accepted

Answered
xPC Target : problem with multiple NIC card
Gigabit Ethernet is not supported for Real Time UDP or Raw Ethernet. If you are trying (and failing) to accomplish host-target c...

12 years ago | 0

Answered
xPC target toolbox
Though you have to use a single block, you can enter a vector of numbers in the "channels" parameter of the block mask that choo...

12 years ago | 0

| accepted