MATLAB程序,求助!!!

来源:百度知道 编辑:UC知道 时间:2024/09/28 12:48:50
学校出了道题 实在做不出来 求各位高手帮忙解答
题目:建立一个用户图形界面GUI
要求:
1.利用菜单项实现SinX/X和SinX图形显示
2.利用快捷菜单实现图形线性,颜色等属性处理
3.在曲线值最大处标记y=SinX/X和y=SinX

有没有大侠能做的,哪怕做个大概也可以,MATLAB6.0

function varargout = a1(varargin)
% A1 M-file for a1.fig
% A1, by itself, creates a new A1 or raises the existing
% singleton*.
%
% H = A1 returns the handle to a new A1 or the handle to
% the existing singleton*.
%
% A1('CALLBACK',hObject,eventData,handles,...) calls the local
% function named CALLBACK in A1.M with the given input arguments.
%
% A1('Property','Value',...) creates a new A1 or raises the
% existing singleton*. Starting from the left, property value pairs are
% applied to the GUI before a1_OpeningFunction gets called. An
% unrecognized property name or invalid value makes property application
% stop. All inputs are passed to a1_OpeningFcn via varargin.
%
% *See GUI Options on GUIDE's Tools menu. Choose "GUI allows only one
% instance to run (singleton)".
%
% See al