A résolu


Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Inpu...

plus de 14 ans il y a

A résolu


Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...

plus de 14 ans il y a

A résolu


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

plus de 14 ans il y a

A résolu


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

plus de 14 ans il y a

A résolu


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

plus de 14 ans il y a

A résolu


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

plus de 14 ans il y a

Réponse apportée
Driver Editor: ability to assign array of doubles directly to a property
Mike, There is no limitation on passing in an array of doubles into a MDD. The datatype is just the type - it doesn't specify...

plus de 14 ans il y a | 0

Réponse apportée
error constructing a device object from matlab instrument driver via instrument control toolbox
First do what Walter suggested. Then, mex -setup and follow steps.

plus de 14 ans il y a | 0

Réponse apportée
Using IVI-COM IviRfSigGen to generate an ARB signal
You need both lines below sig_gen.RF.OutputEnabled = true; sig_gen.IQ.Enabled = true;

plus de 14 ans il y a | 0

Réponse apportée
TCP IP Scope Connectivity Issues
Sounds like TEK VISA is not configured correctly. Have you tried using Agilent VISA instead? You can get Agilent VISA by install...

plus de 14 ans il y a | 0

Réponse apportée
MATLAB Device Driver Wrapper: IVI-C vs IVI-COM
Tom, From a user's perspective, once you create the MDD file IVI-COM and IVI-C drivers will look similar in terms of interact...

plus de 14 ans il y a | 0