Mohammed Bahubayl
2018년부터 활동
Followers: 0 Following: 0
Feeds
답변 있음
subtract values inside a array
function output =difff(x) intial=50; output=[]; for i=1:length(x) output(end+1)=intial-x(i); ...
subtract values inside a array
function output =difff(x) intial=50; output=[]; for i=1:length(x) output(end+1)=intial-x(i); ...
거의 7년 전 | 1