how to use double input into a function.

2 views (last 30 days)
Umar Arshad
Umar Arshad on 23 Jun 2016
Answered: Walter Roberson on 23 Jun 2016
please help me to solve the attached assignment .. i need the script for .m file

Answers (1)

Walter Roberson
Walter Roberson on 23 Jun 2016
function [firstoutput, secondoutput] = functionname(firstinput, secondinput)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!