Given the following colormap matrix:
belongs to book: MATLAB: A Practical Introduction to Programming and Problem Solving|Stormy Attaway|Fourth Edition| Chapter number:14| Question number:30.14
All Answers
total answers (1)
belongs to book: MATLAB: A Practical Introduction to Programming and Problem Solving|Stormy Attaway|Fourth Edition| Chapter number:14| Question number:30.14
total answers (1)
colormap(mycmap)
immat = diag(1:4) + 1;
image(immat)
need an explanation for this answer? contact us directly to get an explanation for this answer