photo

dat


Last seen: 8 mois il y a Actif depuis 2023

Followers: 0   Following: 0

Statistiques

  • Thankful Level 2

Afficher les badges

Feeds

Afficher par

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

8 mois il y a | 1 réponse | 0

1

réponse

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

8 mois il y a | 3 réponses | 0

3

réponses

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

8 mois il y a | 1 réponse | 0

1

réponse