統計
All
Feeds
質問
XML file node replacement
I have two XML files. They have some common nodes. I would like to replace the common nodes in one file with the other. Are...
11年以上 前 | 0 件の回答 | 0
0
回答解決済み
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年弱 前
解決済み
Swap the input arguments
Write a two-input, two-output function that swaps its two input arguments. For example: [q,r] = swap(5,10) returns q = ...
12年弱 前
解決済み
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...
12年弱 前
解決済み
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年弱 前
解決済み
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
12年弱 前
解決済み
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:...
12年弱 前
質問
How do I group signal definitions per their data types in generated code?
I am generting C code from a model which contains signals with different data types like integers, characters, words etc. Wh...
12年弱 前 | 1 件の回答 | 0