photo

Nick


Last seen: 4年以上 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

9 質問
0 回答

ランク
138,641
of 300,759

評判
0

コントリビューション
9 質問
0 回答

回答採用率
22.22%

獲得投票数
0

ランク
 of 21,081

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,900

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


How to simulate a neural network with multiple inputs?
I want to simulate a feedforward neural network function approximation with 3 inputs and 1 output, using "sim". Inputs are in ...

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

0

回答

質問


Input data size does not match network inputs size
I want to create a ff neural network with 3 inputs (x,y,z) and 1 output. I use 200 samples so the inputs Px,Py,Pz are 1x200 each...

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

1

回答

質問


How to make Subscript indices real positive integers or logicals?
I wrote this code in order to create a neural network to approach the function f(x,y,z)=z^2 + x^3 -2xcos(yz+4) within [-1,1]. ...

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

1

回答

質問


How to keep only 3 digits after the dot on a number?
Hello I have an array (1000x11) of binary numbers like this : 1 0 1 1 0 0 0 1 1 0 0 0 0 0 1 ...

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

1

回答

質問


How to create a cell array with binary numbers?
I want to create a cell array 1000x11 of binary digits. I wrote the following code but when I run it, I get an array of {0×0 dou...

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

1

回答

質問


How to convert cell array to float array?
Hello! I have a cell array (1000x11) of binary digits like that: 0 1 0 0 0 0 1 0 0 0 0 0 1 0 1 1 1 0 1 1 1 0 1 1 1 0 0 1 0 1 ...

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

2

回答

質問


How to decode a cell type variable to a decimal?
I want to implement this function: power =3+ sqrt(das.*das); But das is cell type (with binary digits) so when I run the "powe...

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

1

回答

質問


Error with function handle while running Genetic Algorithm code
Hello! I wrote the following code in Matlab trying to solve a problem using Genetic Algorithms. When it runs it gives me these e...

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

1

回答

質問


How to solve a cubic equation using Genetic Algorithms?
Hello there, I want to write a code in matlab that finds a real solution for the equation x^3+x^2+x+7=0 , -5<x<5, using Genetic...

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

2

回答