Question: % Create an inline function named inkm % Syntax - function _ name = @ ( arglist ) expression inkm = @ ( x )

%Create an inline function named inkm
%Syntax - function_name=@(arglist)expression
inkm= @(x) x*1.61;
%Store values in variables
D1=5;D2=25;D3=1600;
%Call inkm function for different variables
D_km1=inkm(D1)
D_km2=inkm(D2)
D_km3=inkm(D3)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!