Community Profile

photo

KAZUKI TAKEMI


Last seen: 1 year 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计数据

All
  • Thankful Level 1
  • Solver

查看徽章

Feeds

排序方式:

提问


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

4 years 前 | 0 个回答 | 0

0

个回答

提问


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

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

4 years 前

已解决


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

4 years 前

已解决


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

4 years 前

已解决


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

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

4 years 前