MATLAB Tips
cat
Concatenate arrays along specified dimension
https://www.mathworks.com/help/matlab/ref/cat.html
size
Array size
https://www.mathworks.com/help/matlab/ref/size.html
sqrt
Square root
https://www.mathworks.com/help/matlab/ref/sqrt.html
pwd
Identify current folder
https://www.mathworks.com/help/matlab/ref/pwd.html
Concatenate arrays along specified dimension
https://www.mathworks.com/help/matlab/ref/cat.html
size
Array size
https://www.mathworks.com/help/matlab/ref/size.html
sqrt
Square root
https://www.mathworks.com/help/matlab/ref/sqrt.html
pwd
Identify current folder
https://www.mathworks.com/help/matlab/ref/pwd.html
How to return files with a specific extension using 'dir'?
isfolder
Determine if input is folder
dir
List folder contents
Can you use DIR to list files in subfolders ?
list the subfolders in a folder - Matlab (only subfolders, not files)
strrep
Find and replace substring
convert double to string!
check if a file exists
11.4 隨機亂數指令
Generate 0 and 1
How can I normalize data between 0 and 1 ? I want to use logsig...
how can i arrange values from decimal array to the 0-255 range array?
Matlab 程序结束后发送短信或者邮件
【MATLAB】自動寄信功能