MATLAB® provides a large number of functions that perform computational tasks. Functions are equivalent to subroutines or methods in other programming languages.
To call a function, such as max
, enclose its input arguments in parentheses:
A = [1 3 5]; max(A)
ans = 5
If there are multiple input arguments, separate them with commas:
B = [10 6 4]; max(A,B)
ans = 1×3
10 6 5
Return output from a function by assigning it to a variable:
maxA = max(A)
maxA = 5
When there are multiple output arguments, enclose them in square brackets:
[maxA,location] = max(A)
maxA = 5
location = 3
Enclose any character inputs in single quotes:
disp('hello world')
hello world
To call a function that does not require any inputs and does not return any outputs, type only the function name:
clc
The clc
function clears the Command Window.
Matlabsolutions.com provides guaranteed satisfaction with a
commitment to complete the work within time. Combined with our meticulous work ethics and extensive domain
experience, We are the ideal partner for all your homework/assignment needs. We pledge to provide 24*7 support
to dissolve all your academic doubts. We are composed of 300+ esteemed Matlab and other experts who have been
empanelled after extensive research and quality check.
Matlabsolutions.com provides undivided attention to each Matlab
assignment order with a methodical approach to solution. Our network span is not restricted to US, UK and Australia rather extends to countries like Singapore, Canada and UAE. Our Matlab assignment help services
include Image Processing Assignments, Electrical Engineering Assignments, Matlab homework help, Matlab Research Paper help, Matlab Simulink help. Get your work
done at the best price in industry.