photo

Sang Heon Lee


2017년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

7 질문
0 답변

순위
40,713
of 300,871

평판
1

참여
7 질문
0 답변

답변 채택
42.86%

획득한 표
1

순위
 of 21,100

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,413

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


How to make EV3 motor to move a fixed distance??
How can I make a motor (connected to ev3) to move a fixed distance??

거의 8년 전 | 답변 수: 0 | 0

0

답변

질문


Using fprintf to print in text file
This is my script and I am trying to use fprintf to print sth in other file. This is the script I have currently and this does n...

8년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Finding column and row number of a element in array
How can I get the number of column and row which certain element of array in located? For example, for a array or matrix of [...

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

1

답변

질문


Forming matrix with string
How can I make function that forms a matrix with string? If string is 'idk' and number is 3 the output should be sth like this [...

8년 초과 전 | 답변 수: 2 | 0

2

답변

질문


How can I print entered string with restriction of 40 characters per line?
So my task is entering a string as a input value. Then, with the numel(string), get the number of characters and divide the ente...

8년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Executing two loops at the same time
What I am trying to do is applying different calculations depending on whether the number is odd or even. n = input('Your n...

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

1

답변

질문


Matrix dimensions must agree while using if
celestialBody = input('Celestial body = ','s'); if celestialBody == 'moon' mass1 = MASS_OF_MOON; distance = RADIU...

8년 초과 전 | 답변 수: 3 | 1

3

답변