photo

Smruti Prasad Dash


Active since 2017

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


how to the save value of variable obtained in iterative process when we input the value of the variable from txt file or excel file?
function sum_b = fcn(c) %#codegen sum_b=0; for ii=1:length(c) sum_b=sum_b+c(ii); disp(sum_b); end ...

7 years ago | 1 answer | 0

1

answer