% binomial.m by David Terr, Raytheon, 5-11-04, from MathWorks.com
% Given nonnegative integers n and m with m<=n, compute the
% binomial coefficient n choose m.
This file contains the material presented as the first Embedded MATLAB webinar on the MathWorks web site on September 13, 2007.
It contains the PDF version of presentation slides and all necessary demonstration files (including MATLAB M-files and Simulink models).
A .zip file contains a series of scripts that were used in the MathWorks webinar "Using MATLAB to Develop Portfolio Optimization Models." The scripts generate 3D efficient frontiers for a universe of 44 stocks with time as the third axis. Additional scripts perform various ex-ante and ex-post analyses. Results are generated with and without market adjustments in the data. A readme.txt. file in the .zip folder describes each script and how to use it
這是一本由MathWorks公司2008年5月出版的有關數字濾波器設計的書,書名是Digital Filters with MATLAB。書中詳細介紹了各種濾波器的設計,同時還詳細介紹了有關的Matlab函數的使用方法等,是一本學習數字信號處理又結合Matlab少有的好書。書中包含了許多Matlab的程序。