문제를 풀었습니다


Is my wife right?
Regardless of input, output the string 'yes'.

9년 초과 전

문제를 풀었습니다


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

9년 초과 전

문제를 풀었습니다


Distance walked 1D
Suppose you go from position 7 to 10 to 6 to 4. Then you have walked 9 units of distance, since 7 to 10 is 3 units, 10 to 6 is 4...

9년 초과 전

문제를 풀었습니다


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년 초과 전

문제를 풀었습니다


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년 초과 전

문제를 풀었습니다


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년 초과 전

질문


using math operation as string in array on an expression
Hi all, i need to do some math operation on elements in certain order, as: 3+4, 3-4, 3*4, 3/4, 3^4 i thought usin...

거의 10년 전 | 답변 수: 1 | 0

1

답변

질문


compiled standalone app that controlling instrument (with visa) dosn't work on other PC's
Hi, i have Matlab R2013b with Test&measurement and compiler toolboxes. My code activates an external instruments via visa, ...

대략 10년 전 | 답변 수: 2 | 0

2

답변