Hello! I am very unfamiliar with MATLAB and just want a PSEUDOCODE for this assignment! I'm getting confused about where I should even begin. Thank you for your help! Attached is an image of the assignment as well as a screenshot of what the supplied demo.m file produces at the start. Also for convenience, here is the demo.m script pasted in case that helps: figure(1) x(1:2,1)=[1;0]; plot(x(1), x(2),'*'); grid on; hold on; axis([-15 15 -15 15]); k=1; Inc=1; for j=1:Inc:360; x(1:2,k+1)=[cosd(Inc) -sind(Inc);sind(Inc) cosd(Inc)]*x(1:2,k); plot(x(1,k+1), x(2,k+1),'^'); k=k+1; %pause(); end for k=1:Inc:360; y1(1:2,k)=[1.5 0;0 3]*x(1:2,k); plot(y1(1,k),y1(2,k),'^') %pause(0.1); end for k=1:Inc:360; y2(1:2,k)=[3 0;0 1.5]*x(1:2,k)+[7;5]; plot(y2(1,k),y2(2,k),'^') %pause(0.1); end for k=1:Inc:360; y3(1:2,k)=[3 0;0 1.5]*x(1:2,k)+[-7;5]; plot(y3(1,k),y3(2,k),'^') %pause(0.1); end % % for k=1:Inc:360; % y4(1:2,k)=[3 0;0 1.5]*x(1:2,k)+[-7;-5]; % plot(y4(1,k),y4(2,k),'^') % pause(0.1); % end % % % for k=1:Inc:360; % y5(1:2,k)=[3 0;0 1.5]*x(1:2,k)+[7;-5]; % plot(y5(1,k),y5(2,k),'^') % pause(0.1); % end % for k=225:Inc:315 % y4(1:2,k)=x(1:2,k)*5-[0;5]; % plot(y4(1,k),y4(2,k),'^') % %pause(0.1); % end for k=45:Inc:135 y4(1:2,k)=x(1:2,k)*5-[0;15]; plot(y4(1,k),y4(2,k),'^') %pause(0.1); end
Hello! I am very unfamiliar with MATLAB and just want a PSEUDOCODE for this assignment! I'm getting confused about where I should even begin. Thank you for your help! Attached is an image of the assignment as well as a screenshot of what the supplied demo.m file produces at the start. Also for convenience, here is the demo.m script pasted in case that helps: figure(1) x(1:2,1)=[1;0]; plot(x(1), x(2),'*'); grid on; hold on; axis([-15 15 -15 15]); k=1; Inc=1; for j=1:Inc:360; x(1:2,k+1)=[cosd(Inc) -sind(Inc);sind(Inc) cosd(Inc)]*x(1:2,k); plot(x(1,k+1), x(2,k+1),'^'); k=k+1; %pause(); end for k=1:Inc:360; y1(1:2,k)=[1.5 0;0 3]*x(1:2,k); plot(y1(1,k),y1(2,k),'^') %pause(0.1); end for k=1:Inc:360; y2(1:2,k)=[3 0;0 1.5]*x(1:2,k)+[7;5]; plot(y2(1,k),y2(2,k),'^') %pause(0.1); end for k=1:Inc:360; y3(1:2,k)=[3 0;0 1.5]*x(1:2,k)+[-7;5]; plot(y3(1,k),y3(2,k),'^') %pause(0.1); end % % for k=1:Inc:360; % y4(1:2,k)=[3 0;0 1.5]*x(1:2,k)+[-7;-5]; % plot(y4(1,k),y4(2,k),'^') % pause(0.1); % end % % % for k=1:Inc:360; % y5(1:2,k)=[3 0;0 1.5]*x(1:2,k)+[7;-5]; % plot(y5(1,k),y5(2,k),'^') % pause(0.1); % end % for k=225:Inc:315 % y4(1:2,k)=x(1:2,k)*5-[0;5]; % plot(y4(1,k),y4(2,k),'^') % %pause(0.1); % end for k=45:Inc:135 y4(1:2,k)=x(1:2,k)*5-[0;15]; plot(y4(1,k),y4(2,k),'^') %pause(0.1); end
Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
Related questions
Question
Hello! I am very unfamiliar with MATLAB and just want a PSEUDOCODE for this assignment! I'm getting confused about where I should even begin. Thank you for your help!
Attached is an image of the assignment as well as a screenshot of what the supplied demo.m file produces at the start.
Also for convenience, here is the demo.m script pasted in case that helps:
figure(1)
x(1:2,1)=[1;0];
plot(x(1), x(2),'*');
grid on; hold on;
axis([-15 15 -15 15]);
k=1;
Inc=1;
for j=1:Inc:360;
x(1:2,k+1)=[cosd(Inc) -sind(Inc);sind(Inc) cosd(Inc)]*x(1:2,k);
plot(x(1,k+1), x(2,k+1),'^');
k=k+1;
%pause();
end
for k=1:Inc:360;
y1(1:2,k)=[1.5 0;0 3]*x(1:2,k);
plot(y1(1,k),y1(2,k),'^')
%pause(0.1);
end
for k=1:Inc:360;
y2(1:2,k)=[3 0;0 1.5]*x(1:2,k)+[7;5];
plot(y2(1,k),y2(2,k),'^')
%pause(0.1);
end
for k=1:Inc:360;
y3(1:2,k)=[3 0;0 1.5]*x(1:2,k)+[-7;5];
plot(y3(1,k),y3(2,k),'^')
%pause(0.1);
end
%
% for k=1:Inc:360;
% y4(1:2,k)=[3 0;0 1.5]*x(1:2,k)+[-7;-5];
% plot(y4(1,k),y4(2,k),'^')
% pause(0.1);
% end
%
%
% for k=1:Inc:360;
% y5(1:2,k)=[3 0;0 1.5]*x(1:2,k)+[7;-5];
% plot(y5(1,k),y5(2,k),'^')
% pause(0.1);
% end
% for k=225:Inc:315
% y4(1:2,k)=x(1:2,k)*5-[0;5];
% plot(y4(1,k),y4(2,k),'^')
% %pause(0.1);
% end
for k=45:Inc:135
y4(1:2,k)=x(1:2,k)*5-[0;15];
plot(y4(1,k),y4(2,k),'^')
%pause(0.1);
end
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution!
Trending now
This is a popular solution!
Step by step
Solved in 3 steps
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY