MATLAB basic
What is Matlab?
Matlab Screen
Variables, array, matrix, indexing Operators (Arithmetic, relational, logical ) Display Facilities
Flow Control
Using of M-File
Writing User Defined Functions Conclusion
What is Matlab?
Matlab Screen
Variables, array, matrix, indexing Operators (Arithmetic, relational, logical ) Display Facilities
Flow Control
Using of M-File
Writing User Defined Functions Conclusion
Given an array nums of distinct integers, return all the possible permutations. You can return the answer in any order.
Example 1:
Input: nums = [1,2,3]
Output: [[1,2,3],[1,3,2],[2,1,3],[2,3,1],[3,1,2],[3,2,1]]
Given an array of distinct integers candidates and a target integer target, return a list of all unique combinations of candidates where the chosen numbers sum to target. You may return the combinations in any order.
The same number may be chosen from candidates an unlimited number of times. Two combinations are unique if the frequency of at least one of the chosen numbers is different.
It is guaranteed that the number of unique combinations that sum up to target is less than 150 combinations for the given input.
Given an array of integers nums sorted in ascending order, find the starting and ending position of a given target value.
If target is not found in the array, return [-1, -1].
Example 1:
Input: nums = [5,7,7,8,8,10], target = 8
Output: [3,4]
Example 2:
Input: nums = [5,7,7,8,8,10], target = 6
Output: [-1,-1]
Example 3:
Input: nums = [], target = 0
Output: [-1,-1]
strategies: specific goal we want to achieve
principle: high level
Information are not just computer information
Auditability and Accountability
Access Control
Description: the course deals with the design, use, and applications of multimedia information systems. An introduction to acquisition, processing, compression, storage, retrieval, and presentation of data from different media types such as images, text, voice, graphics, and alphanumeric.
• Learning objectives: master fundamental concepts, specific domain knowledge, applications, and current research topics.
NLP applications:
advanced: speech recognition, machine translation.
basic: spelling, grammar
Natural language on the web
basic components: text, links, graphic ( everything that is visual)
basic formating: text, links, graphic
Main container for document: page
performance: page
architecture: site
captions: highly stylize and associate with pictures