1 2 3 4 5 6 7 8
clc; close(); clear(); //page no 379 //prob no. 11.8 B=400*64; //Mb/s mprintf('Memory bus bandwidth = %i Mb/s or %i MB/s',B,B/8);