photo

Nick


Last seen: oltre 4 anni fa Attivo dal 2021

Followers: 0   Following: 0

Statistica

MATLAB Answers

9 Domande
0 Risposte

RANK
138.641
of 300.759

REPUTAZIONE
0

CONTRIBUTI
9 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
22.22%

VOTI RICEVUTI
0

RANK
 of 21.081

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 170.900

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 2
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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

oltre 4 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 4 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 4 anni fa | 2 risposte | 0

2

risposte