Community Profile

photo

Yosuke Matsuki


Denso Corp

Last seen: circa 4 anni fa Attivo dal 2019

Statistiche

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

Visualizza badge

Content Feed

Visto da

Risolto


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

circa 5 anni fa

Risolto


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

circa 5 anni fa

Risolto


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

circa 5 anni fa

Risolto


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

circa 5 anni fa

Risolto


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

circa 5 anni fa

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

circa 5 anni fa | 2

| accettato

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

circa 5 anni fa | 1

| accettato