photo

Tanui Redempter


Last seen: plus de 2 ans il y a Actif depuis 2023

Followers: 0   Following: 0

Statistiques

MATLAB Answers

2 Questions
0 Réponses

RANG
229 605
of 301 153

RÉPUTATION
0

CONTRIBUTIONS
2 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
100.0%

VOTES REÇUS
1

RANG
 of 21 182

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 173 067

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 2

Afficher les badges

Feeds

Afficher par

Question


Kindly help me understand this code, it is a user defined function for multiplying two polynomials
User-defined function: p1 = [2 5 3]; p2 = [4 0 5 8 12]; p = polymult(p1,p2) p_matlab = conv(p1,p2) function p = polymult...

plus de 2 ans il y a | 1 réponse | 0

1

réponse

Question


I am trying to write a Matlab program that calculates the average and standard deviation of scores given and determines the letter grade
Sc=[72, 81, 44, 68, 90,53, 80, 75, 74, 65, 50, 92, 85, 69, 41, 73, 70, 86, 61, 65, 79, 94, 69]; Av=mean(Sc) SD=std(Sc) for k=...

plus de 2 ans il y a | 1 réponse | 1

1

réponse