photo

KAZUKI TAKEMI


Last seen: 2 years 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB Answers

2 个提问
0 个回答

Cody

0 个问题
5 个答案

排名
207,691
of 299,947

声誉
0

贡献数
2 个提问
0 个回答

回答接受率
50.0%

收到投票数
0

排名
 of 20,848

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
57,443
of 166,679

贡献数
0 个问题
5 个答案

评分
60

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1
  • Solver

查看徽章

Feeds

排序方式:

提问


Simulink 3D Animation Viewerの視点の追加方法
Simulink 3D Animation Viewerの viewpointの追加に関する方法についてのついての質問なのですが、直接画面を操作してviewpointを追加する以外に、Pos(Position?),Dir(direction?)の値を直接指...

6 years 前 | 0 个回答 | 0

0

个回答

提问


MinidroneCompetition how to process the image
Parrot image comversion ブロックで出力されて値を用いて画像処理を行おうとしているのですが、その際に不明な点がいくつかあったので質問させていただきます。 1.上記のブロックで出力される値(配列?)はR,G,Bという変数で出力されるの...

6 years 前 | 1 个回答 | 0

1

个回答

已解决


The Goldbach Conjecture
The <http://en.wikipedia.org/wiki/Goldbach's_conjecture Goldbach conjecture> asserts that every even integer greater than 2 can ...

6 years 前

已解决


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

6 years 前

已解决


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

6 years 前

已解决


Add two numbers
Given a and b, return the sum a+b in c.

6 years 前

已解决


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

6 years 前