

InterviewSolution
Saved Bookmarks
1. |
The input to the unix command should be within _________(a) ()(b) {}(c) [](d) Is not available in MATLABI got this question in an online interview.I need to ask this question from System Commands topic in chapter Advanced Software Development of MATLAB |
Answer» RIGHT option is (a) () Easiest EXPLANATION: The unix command is defined in MATLAB to run unix based CODES. The INPUT to this command should always be within parentheses. Thus only () is ALLOWED. |
|