photo

Sang Heon Lee


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

7 个提问
0 个回答

排名
40,706
of 300,863

声誉
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??

7 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 3 个回答 | 1

3

个回答