⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 plotcomp.xml

📁 开发环境: Matlab Version 7.8.0.347(R2009a) Visual Studio 2005(.NET 2.0, C#) 演示如何在ASP.NET(C#)网页中调用MATL
💻 XML
字号:
<?xml version="1.0"?>
<doc>
    <assembly>
        <name>PlotComp</name>
    </assembly>
    <members>
        <member name="T:PlotComp.Plotter">
            <summary>
            The Plotter class provides a CLS compliant, MWArray interface to the M-functions
            contained in the files:
            <newpara></newpara>
            D:\FDTD_Matlab\瀛︿範璧勬枡\Matlab_Csharp\drawgraph.m
            <newpara></newpara>
            deployprint.m
            <newpara></newpara>
            printdlg.m
            </summary>
            <remarks>
            @Version 0.0
            </remarks>
        </member>
        <member name="M:PlotComp.Plotter.#cctor">
            <summary internal= "true">
            The static constructor instantiates and initializes the MATLAB Component
            Runtime instance.
            </summary>
        </member>
        <member name="M:PlotComp.Plotter.#ctor">
            <summary>
            Constructs a new instance of the Plotter class.
            </summary>
        </member>
        <member name="M:PlotComp.Plotter.Finalize">
            <summary internal= "true">
            Class destructor called by the CLR garbage collector.
            </summary>
        </member>
        <member name="M:PlotComp.Plotter.Dispose">
            <summary>
            Frees the native resources associated with this object
            </summary>
        </member>
        <member name="M:PlotComp.Plotter.Dispose(System.Boolean)">
            <summary internal= "true">
            Internal dispose function
            </summary>
        </member>
        <member name="M:PlotComp.Plotter.drawgraph">
             <summary>
             Provides a void output, 0-input MWArray interface to the drawgraph M-function.
             </summary>
             <remarks>
             M-Documentation:
             DRAWGRAPH Plot a curve from the specified x and y coordinates contained in the
             coords array.
             DRAWGRAPH (coords) Plots a curve from the specified coordinate values 
             in a MATLAB figure window.
             This file is used as an example for the MATLAB Builder NE product.
             </remarks>
            
        </member>
        <member name="M:PlotComp.Plotter.drawgraph(MathWorks.MATLAB.NET.Arrays.MWArray)">
             <summary>
             Provides a void output, 1-input MWArray interface to the drawgraph M-function.
             </summary>
             <remarks>
             M-Documentation:
             DRAWGRAPH Plot a curve from the specified x and y coordinates contained in the
             coords array.
             DRAWGRAPH (coords) Plots a curve from the specified coordinate values 
             in a MATLAB figure window.
             This file is used as an example for the MATLAB Builder NE product.
             </remarks>
             <param name="coords">Input argument #1</param>
            
        </member>
        <member name="M:PlotComp.Plotter.drawgraph(System.Int32)">
             <summary>
             Provides the standard 0-input MWArray interface to the drawgraph M-function.
             </summary>
             <remarks>
             M-Documentation:
             DRAWGRAPH Plot a curve from the specified x and y coordinates contained in the
             coords array.
             DRAWGRAPH (coords) Plots a curve from the specified coordinate values 
             in a MATLAB figure window.
             This file is used as an example for the MATLAB Builder NE product.
             </remarks>
             <param name="numArgsOut">The number of output arguments to return.</param>
             <returns>An Array of length "numArgsOut" containing the output
             arguments.</returns>
            
        </member>
        <member name="M:PlotComp.Plotter.drawgraph(System.Int32,MathWorks.MATLAB.NET.Arrays.MWArray)">
             <summary>
             Provides the standard 1-input MWArray interface to the drawgraph M-function.
             </summary>
             <remarks>
             M-Documentation:
             DRAWGRAPH Plot a curve from the specified x and y coordinates contained in the
             coords array.
             DRAWGRAPH (coords) Plots a curve from the specified coordinate values 
             in a MATLAB figure window.
             This file is used as an example for the MATLAB Builder NE product.
             </remarks>
             <param name="numArgsOut">The number of output arguments to return.</param>
             <param name="coords">Input argument #1</param>
             <returns>An Array of length "numArgsOut" containing the output
             arguments.</returns>
            
        </member>
        <member name="M:PlotComp.Plotter.WaitForFiguresToDie">
             <summary>
             This method will cause a MATLAB figure window to behave as a modal dialog box.
             The method will not return until all the figure windows associated with this
             component have been closed.
             </summary>
             <remarks>
             An application should only call this method when required to keep the
             MATLAB figure window from disappearing.  Other techniques, such as calling
             Console.ReadLine() from the application should be considered where
             possible.</remarks>
            
        </member>
        <member name="T:MathWorks.MATLAB.NET.ComponentData.MCRComponentState">
            <summary>
            The MCR Component State
            </summary>
        </member>
        <member name="F:MathWorks.MATLAB.NET.ComponentData.MCRComponentState.MCC_PlotComp_name_data">
            <summary>
            The .NET Builder component name
            </summary>
        </member>
        <member name="F:MathWorks.MATLAB.NET.ComponentData.MCRComponentState.MCC_PlotComp_root_data">
            <summary>
            The component root data
            </summary>
        </member>
        <member name="F:MathWorks.MATLAB.NET.ComponentData.MCRComponentState.MCC_PlotComp_public_data">
            <summary>
            The public encryption key for the .NET Builder component
            </summary>
        </member>
        <member name="F:MathWorks.MATLAB.NET.ComponentData.MCRComponentState.MCC_PlotComp_session_data">
            <summary>
            The session encryption key for the .NET Builder component
            </summary>
        </member>
        <member name="F:MathWorks.MATLAB.NET.ComponentData.MCRComponentState.MCC_PlotComp_matlabpath_data">
            <summary>
            The MATLAB path for the .NET Builder component
            </summary>
        </member>
        <member name="F:MathWorks.MATLAB.NET.ComponentData.MCRComponentState.MCC_PlotComp_matlabpath_data_count">
            <summary>
            The MATLAB path count
            </summary>
        </member>
        <member name="F:MathWorks.MATLAB.NET.ComponentData.MCRComponentState.MCC_PlotComp_classpath_data">
            <summary>
            The class path for the .NET Builder component
            </summary>
        </member>
        <member name="F:MathWorks.MATLAB.NET.ComponentData.MCRComponentState.MCC_PlotComp_classpath_data_count">
            <summary>
            The class path count
            </summary>
        </member>
        <member name="F:MathWorks.MATLAB.NET.ComponentData.MCRComponentState.MCC_PlotComp_libpath_data">
            <summary>
            The lib path for the .NET Builder component
            </summary>
        </member>
        <member name="F:MathWorks.MATLAB.NET.ComponentData.MCRComponentState.MCC_PlotComp_libpath_data_count">
            <summary>
            The lib path count
            </summary>
        </member>
        <member name="F:MathWorks.MATLAB.NET.ComponentData.MCRComponentState.MCC_PlotComp_mcr_application_options">
            <summary>
            The MCR application options
            </summary>
        </member>
        <member name="F:MathWorks.MATLAB.NET.ComponentData.MCRComponentState.MCC_PlotComp_mcr_application_option_count">
            <summary>
            The MCR application options count
            </summary>
        </member>
        <member name="F:MathWorks.MATLAB.NET.ComponentData.MCRComponentState.MCC_PlotComp_mcr_runtime_options">
            <summary>
            The MCR runtime options
            </summary>
        </member>
        <member name="F:MathWorks.MATLAB.NET.ComponentData.MCRComponentState.MCC_PlotComp_mcr_runtime_option_count">
            <summary>
            The MCR runtime options count
            </summary>
        </member>
        <member name="F:MathWorks.MATLAB.NET.ComponentData.MCRComponentState.MCC_PlotComp_mcr_pref_dir">
            <summary>
            The component preferences directory
            </summary>
        </member>
        <member name="F:MathWorks.MATLAB.NET.ComponentData.MCRComponentState.MCC_PlotComp_set_warning_state">
            <summary>
            Runtime warning states
            </summary>
        </member>
        <member name="F:MathWorks.MATLAB.NET.ComponentData.MCRComponentState.MCC_PlotComp_set_warning_state_count">
            <summary>
            Runtime warning state count
            </summary>
        </member>
    </members>
</doc>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -