Borrar filtros
Borrar filtros

How to implement fitnet.m in MATLAB R2007?

3 visualizaciones (últimos 30 días)
farzad
farzad el 8 de Jul. de 2018
Comentada: Walter Roberson el 24 de Jul. de 2018
Hi All
Is there a way to introduce the fitnet function in MATLAB R2007, despite it's introduced in R2010 ?

Respuesta aceptada

Greg Heath
Greg Heath el 8 de Jul. de 2018
There may be licensing problems. Otherwise just use NEWFF. It's old but it is pretty good.
Greg
  5 comentarios
Greg Heath
Greg Heath el 24 de Jul. de 2018
1. Apparently your first problem was using NEWFF instead of newff.
2. There is absolutely no reason why rng(0) should throw an error. It is just an alternate way to initialize the random number generator
>> rng(0), rand
ans =
0.8147
>> rng('default'), rand
ans =
0.8147
Hope this helps,
Greg
Walter Roberson
Walter Roberson el 24 de Jul. de 2018
rng() was added in R2011a, replacing the use of rand or randn with the 'seed', 'state' or 'twister' inputs

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Image Data Workflows en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by