... Simulink 11 1 A Simple Differential Equation 11 1 ✰ An Engineering Example 11 5 ✰ Communication with the Workspace 12 0 9 ✰ GUIs 12 3 GUI Layout and GUIDE 12 3 Saving and Running a GUI 12 6 GUI Callback ... 12 7 10 Applications 13 1 Illuminating a Room 13 2 Mortgage Payments 13 8 Monte Carlo Simulation 14 4 Population Dynamics 15 0 Linear Economic Models 16 0 Linear...
Ngày tải lên: 27/06/2014, 08:20
... the data into vectors, let: a = [9 55 14 1 267 34 5 5 31 ] a = 9 55 14 1 267 34 5 5 31 »time = [1 3 5 7 8 10 ] time = 1 3 5 7 8 10 Now fit the data using polyfit(independent_variable,dependent_variable, ... 9] a = 1 2 3 4 5 6 7 8 9 a + a ans = 2 4 6 8 10 12 14 16 18 a * a matrix multiplication ans = 30 36 42 66 81 96 10 2 12 6 15 0 Plac...
Ngày tải lên: 29/06/2014, 02:20
Object oriented programming with C++ - Session 1 - Basic Object Oriented Concepts doc
... class private: object_ data is an integer; // class data public: member_function1(parameter1, parameter2…) {assign value to object_ data} member_function2(){display data} }; Object Oriented Programming ... is relevant to the application. Object Oriented Programming with C++/ Session 1/ 50 of 50 Smalltalk ■ Has a rich class library that can be easily reused via inherit...
Ngày tải lên: 16/03/2014, 01:20