photo

Sam136


Last seen: 3年以上 前 2014 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

12 質問
2 回答

ランク
34,706
of 300,857

評判
1

コントリビューション
12 質問
2 回答

回答採用率
58.33%

獲得投票数
1

ランク
 of 21,097

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,361

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


Variables in Simscape blocks don't get updated by a Matlab app
I am trying to create an exceutable file from a Matlab app. This app calls a Simulink model which includes Simscape blocks as we...

約5年 前 | 0 件の回答 | 0

0

回答

質問


Creating an executable from a Matlab App that calls a Simulink file
I am trying to create a standalone executable from a Matlab app using Application compiler. This app calls a Simulink/Simscape m...

約5年 前 | 1 件の回答 | 0

1

回答

質問


Variable size signal for integrator in Simulink
In my model (simplified version is shown below), the output size of matlab function is determined by the input. I changed the ou...

6年以上 前 | 2 件の回答 | 0

2

回答

質問


How to use narxnet for new set of data?
I trained a narxnet network with 4 inputs and 2 targets for system identification. The training performance (RMS) seems pretty g...

8年弱 前 | 3 件の回答 | 0

3

回答

質問


Save data in a vector
In simulink, I need to have a block that does the following: function y = fcn(u) if u==M put M a...

9年以上 前 | 0 件の回答 | 0

0

回答

質問


Computed maximum size of the output of function 'colon' is not bounded.
Hello, I get this error in a Matlab function of my Simulink code: Computed maximum size of the output of function 'colon' is...

10年弱 前 | 1 件の回答 | 0

1

回答

質問


How to terminate GA when a criteria is reached
I am using GA to find a local min of a function. I want to terminate iterations when fitness functions reaches a preset value. ...

10年以上 前 | 1 件の回答 | 0

1

回答

質問


Sum of a signal in simulink
In my Simulink model, current value of a signal should be added to all previous value of the same signal. I've used integrator w...

10年以上 前 | 2 件の回答 | 1

2

回答

質問


How to figure out if an array is ordinary or cell?
In my code, variable (A) can be either an ordinary array or cell array. How can I do following If (A) is an ordinary array th...

10年以上 前 | 1 件の回答 | 0

1

回答

質問


Double vs. Cell "Undefined function 'plus' for input arguments of type 'cell' "
In my code, I have two variables (inp.W{9} & inp.W{10}) which seems to be double (when I remove semicolon, this is shown in comm...

10年以上 前 | 2 件の回答 | 0

2

回答

質問


"Attempt to reference field of non-structure array" error in cell2mat function
In my dynamic programming code, all values in each step are scalar except one which is a cell. This cell is generated in a main ...

10年以上 前 | 1 件の回答 | 0

1

回答

回答済み
How to use narxnet for new set of data?
Thanks Greg for the clarification. I used your code for close loop Narxnet: X = con2seq(input_train); T= con2seq(target...

11年以上 前 | 0

回答済み
Noisy results from Neural Network
I changed my net to dynamic(narxnet) with zero delay for input and 1:2 delay for feedback, but I still have the problem. Below...

11年以上 前 | 0

質問


Noisy results from Neural Network
I've trained a feed-forward neural network with 4 inputs and 2 targets with 10000 sample data. When I use this network for testi...

11年以上 前 | 2 件の回答 | 0

2

回答