MATLAB code for decoding. clc. clear all. close all. a=input( 'Enter the array:' );. b=[];. for i=1:2:length(a). b=[b a(i)];.
確定! 回上一頁