You need to put code in your primary function to call the subfunctions to create the tables. E.g.,
function []=temperature_conversions() % % You write a bunch of code here to create the tables by calling the subfunctions % function R=C_to_F(C)
You need to put code in your primary function to call the subfunctions to create the tables. E.g.,
function []=temperature_conversions() % % You write a bunch of code here to create the tables by calling the subfunctions % function R=C_to_F(C)
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!