Question: It's a MatLAB , matlab question. Can you solve asap. A=0 B=1 C=0 D=1 E=8 F=0 G=2 H=7 I=6 Write the outputs of the following

 It's a MatLAB , matlab question. Can you solve asap. A=0

It's a MatLAB , matlab question. Can you solve asap.

A=0

B=1

C=0

D=1

E=8

F=0

G=2

H=7

I=6

Write the outputs of the following scripts. Describe the aim for each code. a. t = 0; == for i 1:(G+2)*1000 for j = 1: (H+3)*2000 if i = j t = t + 1; end end end disp(t) b. n = 2^(E-3); counter = 1; while n ~ 1 if rem(counter, 2) == 0 n = n/2; else n = n/4; end disp(n) counter = counter + 1; end disp(counter)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!