dat
Followers: 0 Following: 0
Feeds
提问
check for integers and positive numbers
clc, clear [a, b, c] = LastName_FirstName_ME_Q_7_FN_input(); [A, B, C] = LastName_FirstName_ME_Q_7_FN_calc(a, b, c); LastName...
1 year 前 | 1 个回答 | 0
1
个回答提问
Indexing with min and numel
vector1 = 1:5 vector2 = 2:7 N = max(numel(vector1), numel(vector2)) [n,I] = min([numel(vector1),numel(vector2)]) *can someone...
1 year 前 | 3 个回答 | 0
3
个回答提问
if loop for checking package weights and to calculate shipping costs
package = input('Enter weight of package\n') cost =15; % %15 for the two first lbs if package <=2 %checks for packages equal o...
1 year 前 | 1 个回答 | 0