2.3 Section Wrap-Up _ 2. Handling Two-Dimensional Data _ MATLAB Essentials _ edX
2.3 Section Wrap-Up _ 2. Handling Two-Dimensional Data _ MATLAB Essentials _ edX
Ayuda alvaro_0404
MATLAB Essentials
Anterior Siguiente
A "Quick Reference and Things to Try Out" unit is included at the end of every section. It has all the commands
used in this section and some additional things for you to try out on your own.
Quick Reference
The table below collects all used commands or important concepts with links to the documentation.
year, month, day, hour, minute, second Extract components of datetime values as numeric values
years, days, hours, minutes, seconds Create a duration array or return a numerical value from a duration array
addcats, removecats, mergecats, renamecats Add, remove, merge, or rename categories in a categorical array
>, <, >=, <=, ==, ~= Relational operators; compare two values
&, |, ~ Logical operators; combine multiple conditions &, | or negate a condition (~)
' Transpose (complex conjugate); switch the rows and columns of a matrix
Join Tables Live Task Interactively combine two tables in the live editor
Create Plot Live Task Create and explore visualizations in the live editor
datetime("yesterday"), datetime("today"), Create a datetime variable with yesterday's, today's, or tomorrow's date
datetime("tomorrow")
magic Create a magic square matric with equal row and column sums
.' Transpose (nonconjugate). Returns the same result as ' for matrices
without complex numbers
Anterior Siguiente