photo

Héctor Corte


NPL

Last seen: más de 2 años hace Con actividad desde 2011

Followers: 0   Following: 0

Mensaje

B.Sc. in Physics from the University of Oviedo, Spain, in 2010. M.Sc in complex systems from the UNED, Spain, in 2012. Currently working on: National Physical Laboratory, London, UK. Quantum Detection Group. Professional Interests: Neural networks, datamining, simulations

Estadística

All
MATLAB Answers

0 Preguntas
11 Respuestas

File Exchange

17 Archivos

Cody

0 Problemas
1 Solución

CLASIFICACIÓN
4.342
of 300.381

REPUTACIÓN
12

CONTRIBUCIONES
0 Preguntas
11 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
963 of 20.941

REPUTACIÓN
1.973

EVALUACIÓN MEDIA
4.40

CONTRIBUCIONES
17 Archivos

DESCARGAS
42

ALL TIME DESCARGAS
18658

CLASIFICACIÓN
115.156
of 168.477

CONTRIBUCIONES
0 Problemas
1 Solución

PUNTUACIÓN
20

NÚMERO DE INSIGNIAS
1

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Personal Best Downloads Level 2
  • First Review
  • 5-Star Galaxy Level 4
  • First Submission
  • Revival Level 2
  • Knowledgeable Level 2
  • First Answer
  • Scavenger Finisher
  • Solver

Ver insignias

Feeds

Ver por

Enviada


Magnetic dipole fit to Gwyddion TTF of a MFM probe.
Approximate the stray field gradient of a MFM probe using a magnetic dipole and simulated annealing to find the best parameters....

más de 5 años hace | 1 descarga |

0.0 / 5
Thumbnail

Resuelto


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

alrededor de 9 años hace

Enviada


Asteroids Matlab Version Game
Asteroids game written to work in a Matlab figure. Example of KeyPressFcn WindowButtonMotionFcn.

más de 10 años hace | 6 descargas |

0.0 / 5
Thumbnail

Enviada


Moon Lander Matlab Game Example of getting keypressed
Lunar Lander game in Matlab, fully functional, and an example of how to get keypressed in figures.

más de 10 años hace | 2 descargas |

4.5 / 5
Thumbnail

Enviada


Convert Array Image to patch
This function converts an image array into patches in order to draw it with the patch function.

más de 10 años hace | 1 descarga |

0.0 / 5
Thumbnail

Enviada


Oommfodt2matlab
Imports Oommf odt data files into Matlab

más de 11 años hace | 1 descarga |

0.0 / 5
Thumbnail

Enviada


Oommf vector data file to Matlab array
Imports Oommf vector data files saved as text into Matlab

casi 12 años hace | 3 descargas |

5.0 / 5
Thumbnail

Enviada


Matlab Space Invaders VideoGame
A tribute to Space Invaders coded in Matlab. Just take fun and get ideas for more games.

casi 13 años hace | 4 descargas |

5.0 / 5
Thumbnail

Enviada


GingerBread_Man iterated chaotic map with parameters. Attractor explorer.
This is the Gingerbreadman map with parameters to explore variations over the original attractor.

alrededor de 13 años hace | 3 descargas |

5.0 / 5
Thumbnail

Enviada


Animation *.wav to *.avi spectrum animation generator.
This script takes an audio file in *.wav and converts it into an *.avi animation using its spectrum.

alrededor de 13 años hace | 1 descarga |

5.0 / 5
Thumbnail

Enviada


Animated gif generator from images
This script is a GUI to easily generate an animated gif from images. Time between images can be set.

más de 13 años hace | 3 descargas |

3.0 / 5
Thumbnail

Enviada


Edge Drawer
This simple script allows you to create edge pictures from an existent image.

más de 13 años hace | 1 descarga |

5.0 / 5
Thumbnail

Enviada


Iterated Complex Function Time Escape Fractal Explorer
A GUI to explore iterated complex function fractals. For example Julia Sets.

más de 13 años hace | 2 descargas |

0.0 / 5
Thumbnail

Respondida
Neural network
I recomend you to look for NARX neural network models.

casi 14 años hace | 0

| aceptada

Respondida
Getframe to subplot
This code will fix your problem. clc; clear; A = 1; B = 2; C = 2; D = 2; E = 0; N = 15 s = -100:.001:1...

casi 14 años hace | 0

Respondida
Plotting separate points on the same graph while your program is running
Try this code: for j=1:5 %processes to find r.. r = %a certain value; plot (r,j); %plot must be inside th...

casi 14 años hace | 0

| aceptada

Respondida
I already had a GUI which solves formula my problem how do i load and read the excel to my GUI?anyone can help?
I have just uploaded a file into Matlab FileExchange to this kind of questions. You can check it out here: http://www.mathwor...

casi 14 años hace | 0

Enviada


Example of how to save or read data to an Excel archive.
This function writes data inside an Excel archive. Is an example of usage of commands.

casi 14 años hace | 2 descargas |

0.0 / 5

Respondida
Need help using a for loop
Your first for should be: for i=1:length(A(:1)) and your second for should be: for i=length(ID):length(A(:1)) An...

casi 14 años hace | 0

Respondida
Help reading Excel files
With this code you get value on cell (A , fila): ActivesheetRange = get(Activesheet,'Range',['A',num2str(fila)]); To chec...

casi 14 años hace | 0

Respondida
Curve pattern prediction - Interpolation (neural network)
This is not a trivial problem. A first aproximation can be done calculating the mean value of flowrate between 60 and 40 ºC. But...

casi 14 años hace | 0

| aceptada

Respondida
neuron weights
If net is your network, the weigths of hidden layer i are in: net.LW{i+1,i} If you refer to the state of the neuron dur...

casi 14 años hace | 0

Respondida
Neural Network will not "Learn"
I have used your code and it works properly. What kind of error are you getting? I used x on interval [-2,10]. Note that with 20...

casi 14 años hace | 0

Respondida
Neural Networks Input Error
To calculate your net outputs to some inputs you should write: outputs=sim(net,inputs1)

casi 14 años hace | 0

Respondida
share data between guis
Another way is to use global variables. But remember to write global variable_name in every place you use that variable. For e...

casi 14 años hace | 0

Enviada


Delay Embedding Vector From Data
This scripts creates delayed vectors from data vector. You can chose delay and embedding dimension.

casi 14 años hace | 2 descargas |

5.0 / 5
Thumbnail

Enviada


Simulated Annealing Optimization
This program performs simulated annealing otimization on functions of R^n in R.

alrededor de 14 años hace | 4 descargas |

3.33333 / 5
Thumbnail

Enviada


Convert inline to symbolic
Convert an inline function into symbolic so you can use symbolic operators like diff() or jacobian()

alrededor de 14 años hace | 4 descargas |

3.5 / 5

Enviada


Create avifile from frames.
This code is for create an avifile from frames.

más de 14 años hace | 2 descargas |

4.0 / 5