
Adithya Papa
Followers: 0 Following: 0
Feeds
已回答
multiple function outputs
function [summ,prodd] = sumprod(x1,x2) prodd = (x1)*(x2) summ = x1 + x2;
multiple function outputs
function [summ,prodd] = sumprod(x1,x2) prodd = (x1)*(x2) summ = x1 + x2;
5 years 前 | 0