intTypePromotion=1
zunia.vn Tuyển sinh 2024 dành cho Gen-Z zunia.vn zunia.vn
ADSENSE

Matlab functions

Xem 1-20 trên 25 kết quả Matlab functions
  • This paper presents the problem of exponential stabilization of switched systems with mixed timevarying delays in state and control. Based on the partitioning of the stability state regions into convex cones, a constructive geometric design for switching laws is put forward.

    pdf10p vibenya 31-12-2024 7 2   Download

  • The authors develop a system of differential equations describing the motion of the structural system equipped with DFP bearings. The Runge-Kutta numerical method, specifically the ode15s function in MATLAB, was used to solve these equations. The results of the calculations provide a comparison of the damping efficiency of the structural system with and without the use of DFP bearings, assessing the effectiveness of vibration isolation during an earthquake, with three components X, Y, and vertical considered.

    pdf5p vibenya 31-12-2024 12 2   Download

  • MATLAB là một ngôn ngữ lập trình bậc cao với môi trường tương tác cho phép tính toán, xử lý đồ thị/hình ảnh, mô phỏng đơn giản với nhiều công cụ hỗ trợ sẵn có từ thư viện Tools và Functions. Trong nhiều trường hợp, do cho phép làm việc bằng các phép toán xây dựng cho mảng và ma trận nên MATLAB tỏ ra ưu thế hơn các ngôn ngữ truyền thống khác như C/C++ hay Java™. Bên cạnh đó, ngôn ngữ và các cú pháp lệnh của MATLAB được nhiều người đánh giá là dễ hiểu và thân thiện với người dùng....

    pdf22p robocon721993 03-10-2013 149 14   Download

  • Bài giảng Lập trình Matlab cơ bản - Ths Võ Thiện Lĩnh gồm một số vấn đề cần tìm hiểu Giới thiệu Matlab, Cơ sở về Matlab, Function files và Script files, Đồ họa, Tạo giao diện trong Matlab, Simulink.

    pdf41p miufu01 26-03-2014 288 91   Download

  • MATLAB CANN BẢN I. BIỂU THỨC (EXPRESSION) Biến số ( variables) Số (Numbers) Toán tử ( Operaters) Hàm ( Functions) - tối đa 19 ký tự có nghĩa - phân biệt giữa chữ hoa và chữ thường. - bắt đầu bằng một từ theo sau là từ hay số hoặc dấu (_). - biến tòan cục (global) tác dụng trong tòan chương trình. - biến cục bộ (local) tác dụng trong nội tại hàm (function) - một số biến đặc biệt: pi, ans,… Biến (Variables) Kiểm tra biến (who và whos) Xóa biến (clear và clear all) Ví dụ clear a clear b degree a undefined function or variable...

    pdf0p hoankhaktd 24-01-2013 111 31   Download

  • Giới thiệu Matlab, cơ sở về Matlab, Function files và Script files, đồ họa, tạo giao diện trong Matlab, Simulink là những nội dung chính trong bài giảng "Lập trình matlab cơ bản". Mời các bạn cùng tham khảo nội dung bài giảng để nắm bắt nội dung chi tiết.

    pdf41p hoangvt87 13-10-2015 177 27   Download

  • Những nội dung chính được trình bày trong bài giảng Electrical and electronic principles - Chương 6 gồm có: Trigonometric fourier series, plot function - MATLAB, circuit application (Applying Fourier series). Mời các bạn cùng tham khảo.

    pdf23p nhanmotchut_1 04-10-2016 61 4   Download

  • In this lecture we learned about: Overriding a method, static and dynamic binding, virtual function, types of member function, abstract method/abstract class, constructor and destructor: virtual or non-virtual.

    ppt29p nanhankhuoctai10 23-07-2020 19 2   Download

  • This chapter presents the following content: Introduction to algorithm analysis, different functions, function’s growth rate, three problems related to algorithm running time, maximum contiguous subsequence sum problem.

    ppt21p nanhankhuoctai10 23-07-2020 12 2   Download

  • This chapter presents the following content: Running time of function, running time of cubic function, running time of quadratic function, running time of linear function, running time of logarithmic function, logarithm, static searching problem,...

    ppt33p nanhankhuoctai10 23-07-2020 22 2   Download

  • This chapter presents the following content: Cubic spline interpolation, multidimensional interpolation, curve fitting, linear regression, polynomial regression, the polyval function, the interactive fitting tools, basic curve fitting, curve fitting toolbox, numerical integration.

    ppt32p nanhankhuoctai10 23-07-2020 31 3   Download

  • The main contents of the chapter consist of the following: Script m-file, editor/debugger window, cell mode, using built-in functions, using the HELP feature , window HELP screen, elementary math functions, rounding functions, discrete mathematics, trigonometric function, data analysis function.

    ppt21p nanhankhuoctai10 23-07-2020 16 2   Download

  • In this lecture we learned about: Sum and product functions, matrix size function, variance and standard deviation, random numbers, complex numbers, computational limitations, general mathematical functions, rounding functions, functions used in discrete mathematics, trigonometric functions.

    ppt21p nanhankhuoctai10 23-07-2020 14 2   Download

  • The main contents of the chapter consist of the following: Function M-files, syntax of function M-Files, comments, multiple input and output functions, relational model concepts, relational model constraints and relational database schemas, update operations and dealing with constraint violations.

    ppt34p nanhankhuoctai10 23-07-2020 24 2   Download

  • This chapter presents the following content: Matlab environment, built-in matlab functions, plotting, user-defined functions, numerical techniques, matlab environment, numerical techniques,...

    ppt24p nanhankhuoctai10 23-07-2020 16 2   Download

  • This chapter presents the following content: Basic definitions, example of a database, typical DBMS functionality, main characteristics of the database approach, database users, workers behind the scene,...

    ppt12p nanhankhuoctai10 23-07-2020 30 4   Download

  • In this lecture we learned about: Function plots, three dimensional plotting, surface plotting, mesh plot, surf plot, contour plot, editing in plot in graphical window, making plot from workspace window.

    ppt8p nanhankhuoctai10 23-07-2020 20 2   Download

  • The main contents of the chapter consist of the following: Functions with no input or no output, determining the number of input and output arguments, local variables, global variables, creating toolbox of functions, anonymous functions and function handles, function functions, subfunctions.

    ppt16p nanhankhuoctai10 23-07-2020 16 2   Download

  • Basic elements of program Input – Initialize, define or assign numerical values to variables. Set of command expressions – Operations applied to input variables that lead to the desired result. Output – Display (graphically or numerically) result.An example of technical computinAn example of technical computing Let us consider using the hyperbolic tangent to model a downhill section of a snowboard or snow ski facility. Let us first examine the hyperbolic tangent function by executing the command: ezplot( ‘tanh(x)’ )...

    ppt17p feteler 27-11-2012 67 2   Download

  • File .m trong Matlab là một file văn bản ghi các dòng lệnh Matlab. Có thể soạn thảo các file.m bằng MATLAB Editor hoặc bất kỳ trình soạn thảo văn bản nào. Lưu file có đuôi là .m Gõ tên file để thực thi nội dung các dòng lệnh trong file. Có 2 loại file.m: Scripts, chỉ thực thi các dòng lệnh, không có tham số truyền vào hay trả về một giá trị nào cả. Functions, có thể nhận tham số truyền vào và trả về giá trị xuất....

    ppt12p thienthanhomenh_ndt 17-09-2012 1900 54   Download

CHỦ ĐỀ BẠN MUỐN TÌM

ADSENSE

nocache searchPhinxDoc

 

Đồng bộ tài khoản
100=>1