Community Profile

photo

Yosuke Matsuki


Denso Corp

Last seen: 대략 4년 전 2019년부터 활동

통계

All
  • Knowledgeable Level 1
  • Solver
  • First Answer
  • Revival Level 1

배지 보기

Content Feed

보기 기준

문제를 풀었습니다


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

대략 5년 전

문제를 풀었습니다


Area of a circle
Find the value for area of the circle if diameter is given

대략 5년 전

문제를 풀었습니다


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

대략 5년 전

문제를 풀었습니다


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

대략 5년 전

문제를 풀었습니다


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

대략 5년 전

답변 있음
How to draw hyperplane using 'fitcsvm'
最終行 hold off の1行前に、下記コードを追加することでhyperplaneを描画可能です。 等高線(contour)として描画する方法になります。dは等高線のメッシュサイズです。 d = 0.02; [x1Grid,x2Grid] = ...

대략 5년 전 | 2

| 수락됨

답변 있음
MPCを用いたシミュレーションに不感帯(デッドバンド)を設けたい
>不感帯内(26℃~28℃)の操作量は、不感帯に入る直前の操作量を使用し続けるようなシミュレーションを行いたい 簡単な解決策としては、MPCブロックの外部にて処理を行う方法があります。 ±1℃の不感帯であれば、absブロックとswitchブロックの組み...

대략 5년 전 | 1

| 수락됨