MATLAB Notes for Professionals

Tác giả : goalkicker.com
  • Lượt đọc : 441
  • Kích thước : 2.82 MB
  • Số trang : 182
  • Đăng lúc : 3 năm trước
  • Số lượt tải : 168
  • Số lượt xem : 1.481
  • Đọc trên điện thoại :
This MATLAB® Notes for Professionals book is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow. Text content is released under Creative Commons BY-SA, see credits at the end of this book whom contributed to the various chapters. Images may be copyright of their respective owners unless otherwise specified
This is an unofficial free book created for educational purposes and is not affiliated with official MATLAB® group(s) or company(s) nor Stack Overflow. All trademarks and registered trademarks are the property of their respective company owners
The information presented in this book is not guaranteed to be correct nor accurate, use at your own risk
Please send feedback and corrections to [email protected]

---
MATLAB allows for several methods to index (access) elements of matrices and arrays:
Subscript indexing - where you specify the position of the elements you want in each dimension of the matrix separately.
Linear indexing - where the matrix is treated as a vector, no matter its dimensions. That means, you specify each position in the matrix with a single number.
Logical indexing - where you use a logical matrix (and matrix of true and false values) with the identical dimensions of the matrix you are trying to index as a mask to specify which value to return.

Thuộc bộ sách