photo

Ernest Adamtey


Last seen: 1년 초과 전 2021년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

5 질문
0 답변

순위
97,391
of 300,381

평판
0

참여
5 질문
0 답변

답변 채택
40.0%

획득한 표
0

순위
 of 20,941

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,477

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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

대략 4년 전 | 답변 수: 3 | 0

3

답변

질문


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

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


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

4년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

4년 초과 전 | 답변 수: 1 | 0

1

답변