資源簡介
語譜圖實(shí)驗(yàn)介紹
界面即功能介紹:
左上角的圖形框(the spectrum of the number)
表示:輸入的數(shù)字的頻譜圖;
左下角的圖形框(yuputu)
表示:連續(xù)輸入的號碼的語譜圖;
右上角的圖形框顯示輸入的數(shù)字;
右面中間的16個號碼代表按鍵盤;
“hangup”:表示“掛斷電話”,
同時將左上角的圖形框(the spectrum of the number)
和左下角的圖形框(yuputu)清空;
“recall”:表示 “重播”,同時將上一次輸入的一串號碼數(shù)值顯示
(yuputu)中,并將上次號碼的最后一個號碼的頻譜圖顯示在
(the spec
代碼片段和文件信息
function?varargout?=?ypt(varargin)
%?YPT?MATLAB?code?for?ypt.fig
%??????YPT?by?itself?creates?a?new?YPT?or?raises?the?existing
%??????singleton*.
%
%??????H?=?YPT?returns?the?handle?to?a?new?YPT?or?the?handle?to
%??????the?existing?singleton*.
%
%??????YPT(‘CALLBACK‘hobjecteventDatahandles...)?calls?the?local
%??????function?named?CALLBACK?in?YPT.M?with?the?given?input?arguments.
%
%??????YPT(‘Property‘‘Value‘...)?creates?a?new?YPT?or?raises?the
%??????existing?singleton*.??Starting?from?the?left?property?value?pairs?are
%??????applied?to?the?GUI?before?ypt_OpeningFcn?gets?called.??An
%??????unrecognized?property?name?or?invalid?value?makes?property?application
%??????stop.??All?inputs?are?passed?to?ypt_OpeningFcn?via?varargin.
%
%??????*See?GUI?Options?on?GUIDE‘s?Tools?menu.??Cho
評論
共有 條評論