Matlab, Fourth Edition: A Practical Introduction to Programming and Problem Solving
Matlab, Fourth Edition: A Practical Introduction to Programming and Problem Solving
4th Edition
ISBN: 9780128045251
Author: Stormy Attaway Ph.D. Boston University
Publisher: Elsevier Science
bartleby

Videos

Question
Book Icon
Chapter 13, Problem 13.2P
To determine

To create:

The 3×3(×3) true color matrix by using the type uint8.

Expert Solution & Answer
Check Mark

Answer to Problem 13.2P

Solution:

The script file is,

matrix = zeros(2, 2, 3);

%define the 3*3 true color matrix.

matrix(1, 1, 3) = 255;

matrix(1, 3, 3) = 255;

matrix(1, 2, 3) = 255;

matrix(2, 1, 3) = 255;

matrix(3, 3, 3) = 255;

matrix(2, 2, 3) = 255;

matrix(2, 2, 3) = 255;

matrix(3, 1, 3) = 255;

matrix(3, 2, 3) = 255;

matrix(2, 3, 1) = 255;

matrix = uint8(matrix);

image(matrix);

%create an image of a 3*3 true color matrix.

Explanation of Solution

A true color matrix is created of the order of 3×3.

MATLAB Code:

matrix = zeros(2, 2, 3);

%define the 3*3 true color matrix.

matrix(1, 1, 3) = 255;

matrix(1, 3, 3) = 255;

matrix(1, 2, 3) = 255;

matrix(2, 1, 3) = 255;

matrix(3, 3, 3) = 255;

matrix(2, 2, 3) = 255;

matrix(2, 2, 3) = 255;

matrix(3, 1, 3) = 255;

matrix(3, 2, 3) = 255;

matrix(2, 3, 1) = 255;

matrix = uint8(matrix);

image(matrix);

%create an image of a 3*3 true color matrix.

Save the MATLAB files with name, chapter13_54793_13_2P.m in the current folder. Execute the file by typing the name at the command window to generate output.

Result:

The figure window is,

Matlab, Fourth Edition: A Practical Introduction to Programming and Problem Solving, Chapter 13, Problem 13.2P

Therefore, the result is stated above.

Want to see more full solutions like this?

Subscribe now to access step-by-step solutions to millions of textbook problems written by subject matter experts!
Students have asked these similar questions
Twenty-eight applicants interested in working for the Food Stamp program took an examination designed to measure their aptitude for social work. A stem-and-leaf plot of the 28 scores appears below, where the first column is the count per branch, the second column is the stem value, and the remaining digits are the leaves. a) List all the values. Count 1 Stems Leaves 4 6 1 4 6 567 9 3688 026799 9 8 145667788 7 9 1234788 b) Calculate the first quartile (Q1) and the third Quartile (Q3). c) Calculate the interquartile range. d) Construct a boxplot for this data.
Pam, Rob and Sam get a cake that is one-third chocolate, one-third vanilla, and one-third strawberry as shown below. They wish to fairly divide the cake using the lone chooser method.  Pam likes strawberry twice as much as chocolate or vanilla.   Rob only likes chocolate.  Sam, the chooser, likes vanilla and strawberry twice as much as chocolate.  In the first division, Pam cuts the strawberry piece off and lets Rob choose his favorite piece.  Based on that, Rob chooses the chocolate and vanilla parts. Note: All cuts made to the cake shown below are vertical.Which is a second division that Rob would make of his share of the cake?
Three players (one divider and two choosers) are going to divide a cake fairly using the lone divider method. The divider cuts the cake into three slices (s1, s2, and s3). If the choosers' declarations are Chooser 1: {s1 , s2} and Chooser 2: {s2 , s3}. Using the lone-divider method, how many different fair divisions of this cake are possible?
Knowledge Booster
Background pattern image
Statistics
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, statistics and related others by exploring similar questions and additional content below.
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
College Algebra (MindTap Course List)
Algebra
ISBN:9781305652231
Author:R. David Gustafson, Jeff Hughes
Publisher:Cengage Learning
Text book image
Intermediate Algebra
Algebra
ISBN:9780998625720
Author:Lynn Marecek
Publisher:OpenStax College
Text book image
College Algebra
Algebra
ISBN:9781337282291
Author:Ron Larson
Publisher:Cengage Learning
Text book image
Algebra & Trigonometry with Analytic Geometry
Algebra
ISBN:9781133382119
Author:Swokowski
Publisher:Cengage
Text book image
Algebra and Trigonometry (MindTap Course List)
Algebra
ISBN:9781305071742
Author:James Stewart, Lothar Redlin, Saleem Watson
Publisher:Cengage Learning
Text book image
Elementary Linear Algebra (MindTap Course List)
Algebra
ISBN:9781305658004
Author:Ron Larson
Publisher:Cengage Learning
Matrix Factorization - Numberphile; Author: Numberphile;https://www.youtube.com/watch?v=wTUSz-HSaBg;License: Standard YouTube License, CC-BY