photo

Shota Kato


Last seen: 1 day 前 自 2018 起处于活动状态

Followers: 0   Following: 0

消息

2019.4~ Ph.D student

统计学

All
  • Knowledgeable Level 1
  • 3 Month Streak
  • Solver
  • First Answer
  • Revival Level 1

查看徽章

Feeds

排序方式:

已回答
combvecによるメモリ不足および積分計算に関しまして
以下の2点を確認させてください. 台形の面積は解析的な解が存在するので,piecewise関数やint関数を用いることなく陽に答えを書くことができそうですが,そのようにしない回答が必要,ということでしょうか?そうでないなら,問題は簡単になります. 添付...

4 years 前 | 0

已回答
[大至急お願い致します] for文の入れ子に関しまして
Neural Network Toolboxがあるならcomvbec関数,そうでなければMATLAB Centralにあるallcomb関数を用いることで,複数組のベクトルの値からすべての組み合わせを取得することができます. (参考:https://jp...

4 years 前 | 0

| 已接受

提问


How to determine initial condition of PID control?
I want to do a PID control simulation considering the past input and output. I know the initial condition of the PID controller...

5 years 前 | 0 个回答 | 0

0

个回答

已回答
How to Import RegressionGP model to Simulink
Hi, I had the same problem. You can solve the problem by using "saveCompactModel" and "loadCompactModel". Given the trained mo...

5 years 前 | 1

| 已接受

已回答
Dividing the values of a vector
q can be calculated as follows q = p(1,:) ./ p(2,:) or q(:,k) = p(1,k) / p(2,k) Then, you can plot q against r.

5 years 前 | 0

已回答
(13.1^2-b^2 15.2^2 30^2)/(2*13.1*15.2)=1.461
syms b fun = (13.1^2 - b^2 * 15.2^2 * 30^2 ) / (2*13.1*15.2)==1.461; ans = solve(fun) ans = -(25638665^(1/2)*1i)/114000 ...

5 years 前 | 0

已回答
左辺のサイズが 1x1 で右辺のサイズが 0x1 であるため、代入を実行できません。
右辺のサイズが 0x1 であるというエラーメッセージの意味は,vpasolveによって解が求まっていない,ということです. vpasolveのドキュメント (https://jp.mathworks.com/help/symbolic/vpasolve....

5 years 前 | 3

已回答
Simulink failed assertion: object[id] != NULL
I had the same problem but could solve the problem by reworking "MATLAB Funciton" used in a Simulink model. I checked the "MA...

6 years 前 | 1