Engineering arrays zybooks problem
Mostra commenti meno recenti
function dailyMaterialSum = MaterialSum (weightArray)
% Write a function that sums the elements of the weightArray
% and prints the result to 2 decimal points
dailyMaterialSum = fprintf ('%.2f',(MaterialSum (weightArray)))
end
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su NaNs in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!