美文网首页
【机器学习】-Week2 6.Octave/Matlab Res

【机器学习】-Week2 6.Octave/Matlab Res

作者: Kitty_风花 | 来源:发表于2019-11-30 10:50 被阅读0次

    Octave/MATLAB resources

    Octave Resources

    At the Octave command line, typing help followed by a function name displays documentation for a built-in function. For example, help plot will bring up help information for plotting. Further documentation can be found at the Octave documentation pages.

    MATLAB Resources

    At the MATLAB command line, typing help followed by a function name displays documentation for a built-in function. For example, help plot will bring up help information for plotting. Further documentation can be found at the MATLAB documentation pages.

    Introduction to MATLAB with Onramp

    Made for MATLAB beginners or those looking for a quick refresh, the MATLAB Onramp is a 1-2 hour interactive introduction to the basics of MATLAB programming. Octave users are also welcome to use Onramp (requires creation of a free MathWorks account). To access Onramp:

    1.If you don’t already have one, create a MathWorks account at: https://www.mathworks.com/mwaccount/register

    2.Go to: https://matlabacademy.mathworks.com/ and click on the MATLAB Onramp button to start learning MATLAB!

    MATLAB Programming Tutorials

    These short tutorial videos introduce MATLAB and cover various programming topics . . *Indicates content covered in Onramp.

    Get Started with MATLAB and MATLAB Online

    What is MATLAB?*

    MATLAB Variables*

    MATLAB as a Calculator*

    MATLAB Functions*

    Getting Started with MATLAB Online

    Managing Files in MATLAB Online

    Vectors

    Creating Vectors*

    Creating Uniformly Spaced Vectors*

    Accessing Elements of a Vector Using Conditions*

    Calculations with Vectors*

    Vector Transpose

    Visualization

    Line Plots*

    Annotating Graphs*

    Multiple Plots*

    Matrices

    Creating Matrices*

    Calculations with Matrices*

    Accessing Elements of a Matrix*

    Matrix Creation Functions*

    Combining Matrices

    Determining Array Size and Length

    Matrix Multiplication

    Reshaping Arrays

    Statistical Functions with Matrices

    MATLAB Programming

    Logical Variables*

    If-Else Statements*

    Writing a FOR loop*

    Writing a WHILE Loop

    Writing Functions

    Passing Functions as Inputs

    Troubleshooting

    Using Online Documentation*

    Which File or Variable Am I Using?

    Troubleshooting Code with the Debugger

    来源:coursera 斯坦福 吴恩达 机器学习

    相关文章

      网友评论

          本文标题:【机器学习】-Week2 6.Octave/Matlab Res

          本文链接:https://www.haomeiwen.com/subject/yoissctx.html