photo

sths


Actif depuis 2015

Followers: 0   Following: 0

Statistiques

MATLAB Answers

1 Question
1 Réponse

RANG
193 212
of 300 369

RÉPUTATION
0

CONTRIBUTIONS
1 Question
1 Réponse

ACCEPTATION DE VOS RÉPONSES
0.0%

VOTES REÇUS
0

RANG
 of 20 936

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 436

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

Feeds

Afficher par

Réponse apportée
How create a calculator function ?
a=4 b=2 if strcmp(t,'+') y(a,b)=6 elseif strcmp(t,'-') y(a,b)=2 elseif strcmp(t,'*') y(a,b)=8 elseif s...

plus de 10 ans il y a | 0

Question


How create a calculator function ?
Create a function calculator() that has as input: a: number; b: number; t: textfield containing the mathematical function to pe...

plus de 10 ans il y a | 2 réponses | 0

2

réponses