Community Profile

photo

KAZUKI TAKEMI


Last seen: 1 year ago Active since 2019

Followers: 0   Following: 0

Statistics

All
  • Thankful Level 1
  • Solver

View badges

Feeds

View by

Question


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

4 years ago | 0 answers | 0

0

answers

Question


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

4 years ago | 1 answer | 0

1

answer

Solved


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 ago

Solved


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 ago

Solved


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

4 years ago

Solved


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

4 years ago

Solved


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 ago