MATLAB入門(MATLAB命令)

2021-10-02 14:54:35 字數 713 閱讀 5308

管理會話中的命令

clc 刪除命令視窗

clear 刪除記憶體中的變數

exist 檢查變數是否存在

global 宣告變數為全域性變數

help 獲取幫助資訊

1、查詢各種算術運算子、關係運算子、邏輯運算子

2、查詢名稱準確已知的命令或檔案

3、非matlab自帶.m檔案的幫助性注釋內容

lookfor 查詢關鍵字

lookfor fprintf

fprintf - write formatted data to text file.

fprintf - overloaded for distributed arrays

fprintf - overloaded for gpuarrays

smprintf - : fprintf conditioned by the silient mode.

smprintf - : fprintf conditioned by the silient mode.

fprintf - write text to instrument.

fprintf - write text to device.

who 當前變數

whos 當前變數詳細資訊

quit(exit) 退出matlab

MATLAB入門基礎

1.常用的幫助命令 help lookfor which set get doc type edit helpin 2.幫助視窗 3.演示系統 1.matlab特點 基本計算單元是矩陣 向量,功能的擴充套件性 除了基本部分外還有專業擴充套件部分 2.matlab組成 matlab matlabcom...

matlab程式 入門

imshow uint8 xx title 重構圖 x imread flower.jpg image x colormap map title 原始影象 畫出原影象 x rgb2gray x hv rgb2hsv x 可以通過下面的程式看一幅圖的hsv三個通道 h hv 1 s hv 2 v hv...

matlab自我入門

1 第乙個物理行之後加上3個小黑點並按下回車鍵,然後接著下乙個物理行繼續寫命令的其他部分 2 命令搜尋路徑 變數 內部函式 當前目錄下m檔案 其他目錄下m檔案 3 使用者目錄 cd c mydir 只在當前啟動環境下有效 4 path命令將使用者目錄臨時納入搜尋路徑 path path,c mydi...