explain the differences between C++, MATLAB, and VBA for Excel?

Np Ms Office 365/Excel 2016 I Ntermed
1st Edition
ISBN:9781337508841
Author:Carey
Publisher:Carey
Chapter8: Working With Advanced Functions
Section8.1: Logical Functions
Problem 3QC
icon
Related questions
Question

explain the differences between C++, MATLAB, and VBA for Excel?

  • 20-If you would like to make a function that returns the number given squared and would like to store it in a file named m which of the following function declarations would you use?
    • a-function result = square(input)
    • b-function square = result(input)
    • c-function input = square(result)
    • d-square = function(input)
  • 13-If you would like to extract all of the data in the second column of a MATLAB matrix, which of the following operations would you use? (Assume the matrix is called x.)
    • (a)   Y=x(:,1)
    •  (b)  Y=x(1,:)
    •  (c)  Y=x(:,2)
    • (d)   Y=x(2,:)
    • 12-When declaring matrix in MATLAB which of the following are valid? (Circle all that apply!)
      • (a)  X = [4, 2, 3; 1, 2, 5]
      • (b)X = [4 2 3;125

      1 2 5]

    1. X = [4 2 4; 1 2 5]
    2. X = [1:4]

 

Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Business Analysis Strategies
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Np Ms Office 365/Excel 2016 I Ntermed
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:
9781337508841
Author:
Carey
Publisher:
Cengage
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr