photo

Ernest Adamtey


Last seen: plus d'un an il y a Actif depuis 2021

Followers: 0   Following: 0

Statistiques

MATLAB Answers

5 Questions
0 Réponses

RANG
197 337
of 300 343

RÉPUTATION
0

CONTRIBUTIONS
5 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
40.0%

VOTES REÇUS
0

RANG
 of 20 926

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 172

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
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


Preallocating str for speed
I have this code. I want it to run faster. And I keep getting the warning to preallocate str for speed. clc str=[]; for T='...

environ 4 ans il y a | 3 réponses | 0

3

réponses

Question


Nested if statements under for loop
I have this nested if statements under a for loop. I want the for loop to calculate 3.1*5^2. And if the answer is 77.5, it shoul...

environ 4 ans il y a | 1 réponse | 0

1

réponse

Question


For this loop I want the output to print str='b' anytime A='1'
For this loop I want the output to print str='b' anytime A='1' clc clear for q=20:21 str=[]; A=dec2base(q,19) if A...

environ 4 ans il y a | 1 réponse | 0

1

réponse

Question


How to convert the digits of a number in a higher number base to an array
I converted 32 to base 18 using the code A=dec2base(32,18) and the output was '1B' I want to convert the digits of 1B to an ...

environ 4 ans il y a | 1 réponse | 0

0

réponse

Question


How to calculate a printed arithmetic
for A=1:3 if A==1 fprintf('2') elseif A==2 fprintf('+') elseif A==3 fprintf('3') ...

environ 4 ans il y a | 1 réponse | 0

1

réponse