Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Make a function M-file, name it as myCounter.m which uses three inputs, n3, n2, n1, from the list (2, 3, 4, 5, 6, 7, 8,

Make a function M-file, name it as myCounter.m which uses three inputs, n3, n2, n1, from the list (2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F). The program then counts out the numbers from 0 to (n3 n2 n1) on the screen. Example: imagine that the user has used the inputs: 2 for n3, 2 for n2, and 3 for n1. Then the program would print out a counter from 0 0 0 to 1 1 2 as follows:

0 0 0

0 0 1

0 0 2

0 1 0

0 1 1

0 1 2

1 0 0

1 0 1

1 0 2

1 1 0

1 1 1

1 1 2

could someone solve this using MATLAB or GNU(octave)

Step by Step Solution

3.44 Rating (147 Votes )

There are 3 Steps involved in it

Step: 1

myCounterm function myCoun... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Elementary Statistics

Authors: Mario F. Triola

12th Edition

0321836960, 978-0321836960

More Books

Students also viewed these Operating System questions