photo

dat


Last seen: 9 months ago Active since 2023

Followers: 0   Following: 0

Statistics

  • Thankful Level 2

View badges

Feeds

View by

Question


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...

10 months ago | 1 answer | 0

1

answer

Question


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...

10 months ago | 3 answers | 0

3

answers

Question


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...

10 months ago | 1 answer | 0

1

answer