Feeds
已解决
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...
9 years 前
已解决
Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...
9 years 前
已解决
Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Example...
9 years 前
已解决
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 ...
9 years 前
已解决
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...
9 years 前
已解决
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:...
9 years 前
提问
Why can't my target computer find any accessbile disk drive?
Hi, I have a problem to enable data logging for my Simulink Real-Time model. At startup, the target computer shows the error...
10 years 前 | 2 个回答 | 0
2
个回答提问
Simulink Real Time are the benchmark results acceptable?
Hi, I'm checking the performance of my target computer. I suspect the results are not satisfactory, however I will be thankfu...
10 years 前 | 1 个回答 | 0
1
个回答提问
How to decrease sample rate to run a model in real time?
Hi, I have a steering model (attached, as an .mdl but only runs as .slx) which I want to modify so that it can run in real ti...
10 years 前 | 0 个回答 | 0
0
个回答已回答
Are there CAN-USB drivers for Simulink Real-Time?
Thank you for your answer, Suneesh. I actually browsed through forum and from what I understand writing own USB drivers was a ba...
Are there CAN-USB drivers for Simulink Real-Time?
Thank you for your answer, Suneesh. I actually browsed through forum and from what I understand writing own USB drivers was a ba...
10 years 前 | 0
提问
Are there CAN-USB drivers for Simulink Real-Time?
Hi, I owe two different CAN-USB interfaces (from PEAK and VECTOR), however no PCI board. I've been wondering whether it's pos...
10 years 前 | 2 个回答 | 0
2
个回答提问
Why does the target computer get disconnected?
Hello, I'm setting up a Simulink Real-Time environment for the first time. I connected the host and the target using RS-232. ...
10 years 前 | 0 个回答 | 0