subject
Engineering, 31.05.2021 14:40 scottykinkade7860

Design and write an Octave function (you can specify any name) that performs the following functionality: 1. Accepts three input parameters that specify the start element in the array, the end element in the array and the number of points in total between the start and end points. [6] 2. Check if three input arguments are provided. If insufficient input arguments are provided, then print an error message and exit the function. [4] 3. Check that the end input parameter is greater than the start input parameter. If the start input parameter is greater than or equal to the end input parameter, then print an error message and exit the function. [4] 4. Create two row vectors (x and y) with the input arguments. Use the Octave command that returns a row vector with linearly spaced elements [10] 5. Use the Octave command that creates matrices corresponding to a full 2-D grid. [4] 6. Use the Octave command that plots a 3-D wireframe mesh with underlying contour lines [4] 7. Label the x, y and z axis with a font size of 12. [3]


Design and write an Octave function (you can specify any name) that performs the following function

ansver
Answers: 2

Another question on Engineering

question
Engineering, 04.07.2019 19:10
When subject to a steady load (within elastic range) over a long period of time, what is the major difference in material behavoir between steel and plastic?
Answers: 2
question
Engineering, 06.07.2019 03:20
Figure out the odd statement about ceramics in the following (a) good insulators of heat and electricity (b) usually less desire than metals (c) ductile in nature (d) contains both metallic and nonmetallic elements
Answers: 3
question
Engineering, 06.07.2019 04:10
Amixture of gases consists of 0.4 kg of oxygen, 0.7 kg of carbon dioxide, and 0.2 kg of helium this mixture is maintained at 100 kpa and 27°c. determine: (a) the apparent molecular weight of this mixture the volume it occupies (b) the partial volume of the oxygen, and (c) (d) the partial pressure of the helium
Answers: 1
question
Engineering, 06.07.2019 04:20
Assume that you are asked to perform a boring operation on a large-diameter hollow workpiece. would you use a horizontal or a vertical boring mill?
Answers: 3
You know the right answer?
Design and write an Octave function (you can specify any name) that performs the following functiona...
Questions