freqz2(abs(h,[32 32])); give colorful image , iwant to change the color to grey ? how can i do that !

 Accepted Answer

Tommy
Tommy on 7 May 2020
colormap([0.86 0.86 0.86])
freqz2(abs(h,[32 32]));

More Answers (0)

Tags

Asked:

on 7 May 2020

Answered:

on 7 May 2020

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!