Matlab. Лекция 16. Высокоуровневая 2D графика.
«Graphics and GUIs with MATLAB, Third Edition» Patrick Marchand, O. Thomas Holland MATLAB®, now the industry-standard engineering language for computation, analysis, and visualization, continues to evolve in its capabilities. Version 6.x incorporated several major improvements, including significant enhancements to its graphics features, such as transparencies, increased 3-D visualization, and an improved rendering engine.The bestselling Graphics and GUIs with MATLAB has been fully revised to reflect MATLAB version 6. The third edition also features a number of improvements in both content and organization that ensure its readers get the optimum level of detail and best possible instruction.New in the Third Edition:"Full updates that reflect MATLAB 6.x enhancements"Expanded discussions on 2-D and 3-D graphics"New chapters on good GUI design and data visualization techniques"Volume visualizations"Updated language commands"Deeper coverage of programming techniques, such as data structures and callback techniques"Exercises in each chapter"Additional examples and updated illustrationsGraphics and GUIs with MATLAB, Third Edition retains the comprehensible, almost conversational tutorial style that made its predecessors so popular but offers a streamlined organization and deeper coverage that make this edition an even better way to acquire or increase proficiency in using MATLAB to its fullest graphics capabilities. Это и многое другое вы найдете в книге Graphics and GUIs with MATLAB, Third Edition (Patrick Marchand, O. Thomas Holland). Напишите свою рецензию о книге Patrick Marchand, O. Thomas Holland «Graphics and GUIs with MATLAB, Third Edition» https://izbe.ru/book/355322-graphics-and-guis-with-matlab-third-edition-patrick-marchand-o-thomas-holland/
Технология построения графиков в Matlab
Построение графика по узловым точкам Графики в Matlab, также как в табличном процессоре, могут быть построены по узловым точкам. Поскольку MATLAB — матричная система, совокупность узловых точек у(х)для построения графика задается векторами X и Y одинакового размера. Графики MATLAB строит в отдельных окнах, называемых графическими окнами. В главном меню окна есть позиция Tools (Инструменты), которая позволяет вывести или скрыть инструментальную панель, видимую в верхней части окна графики. Средства...