click here for Part 1 click here for Part 3
1. How to open Matlab
Method1: click on matlab shortcut in start menu or on desktop
Method2: for windows os ::::Press windows+R--->type cmd--->type "matlab"
for linux os:::::::go to terminal/Konsole--->type "matlab"
Note: It is recommended not to do any action, atleast-for-a-vial, while opening MATLAB because Matlab consumes more RAM while invoking.
2. Basic commands
ver
version
license/hostid
computer/computer('arch')
ispc/isunix/ismac
matlabpath/path/setpath
dir/ls---files in current working directory
delete filename.m
mkdir/rmdir
diary
cd/pwd----present working directory
diary('filename'),diary on ....diary off
1. How to open Matlab
Method1: click on matlab shortcut in start menu or on desktop
Method2: for windows os ::::Press windows+R--->type cmd--->type "matlab"
for linux os:::::::go to terminal/Konsole--->type "matlab"
Note: It is recommended not to do any action, atleast-for-a-vial, while opening MATLAB because Matlab consumes more RAM while invoking.
2. Basic commands
ver
version
license/hostid
computer/computer('arch')
ispc/isunix/ismac
matlabpath/path/setpath
dir/ls---files in current working directory
delete filename.m
mkdir/rmdir
diary
cd/pwd----present working directory
diary('filename'),diary on ....diary off
Comments
Post a Comment