Héctor Corte
NPL
Followers: 0 Following: 0
Feeds
제출됨
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....
5년 초과 전 | 다운로드 수: 1 |
문제를 풀었습니다
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
9년 초과 전
제출됨
Asteroids Matlab Version Game
Asteroids game written to work in a Matlab figure. Example of KeyPressFcn WindowButtonMotionFcn.
10년 초과 전 | 다운로드 수: 6 |
제출됨
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.
10년 초과 전 | 다운로드 수: 3 |
제출됨
Convert Array Image to patch
This function converts an image array into patches in order to draw it with the patch function.
10년 초과 전 | 다운로드 수: 1 |
제출됨
Oommf vector data file to Matlab array
Imports Oommf vector data files saved as text into Matlab
대략 12년 전 | 다운로드 수: 3 |
제출됨
Matlab Space Invaders VideoGame
A tribute to Space Invaders coded in Matlab. Just take fun and get ideas for more games.
대략 13년 전 | 다운로드 수: 7 |
제출됨
GingerBread_Man iterated chaotic map with parameters. Attractor explorer.
This is the Gingerbreadman map with parameters to explore variations over the original attractor.
대략 13년 전 | 다운로드 수: 1 |
제출됨
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.
13년 초과 전 | 다운로드 수: 1 |
제출됨
Animated gif generator from images
This script is a GUI to easily generate an animated gif from images. Time between images can be set.
13년 초과 전 | 다운로드 수: 3 |
제출됨
Edge Drawer
This simple script allows you to create edge pictures from an existent image.
13년 초과 전 | 다운로드 수: 1 |
제출됨
Iterated Complex Function Time Escape Fractal Explorer
A GUI to explore iterated complex function fractals. For example Julia Sets.
13년 초과 전 | 다운로드 수: 1 |
답변 있음
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...
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...
거의 14년 전 | 0
답변 있음
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...
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...
거의 14년 전 | 0
| 수락됨
답변 있음
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...
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...
거의 14년 전 | 0
제출됨
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.
거의 14년 전 | 다운로드 수: 2 |
답변 있음
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...
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...
거의 14년 전 | 0
답변 있음
Help reading Excel files
With this code you get value on cell (A , fila): ActivesheetRange = get(Activesheet,'Range',['A',num2str(fila)]); To chec...
Help reading Excel files
With this code you get value on cell (A , fila): ActivesheetRange = get(Activesheet,'Range',['A',num2str(fila)]); To chec...
거의 14년 전 | 0
답변 있음
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...
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...
거의 14년 전 | 0
| 수락됨
답변 있음
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...
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...
거의 14년 전 | 0
답변 있음
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...
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...
거의 14년 전 | 0
답변 있음
Neural Networks Input Error
To calculate your net outputs to some inputs you should write: outputs=sim(net,inputs1)
Neural Networks Input Error
To calculate your net outputs to some inputs you should write: outputs=sim(net,inputs1)
거의 14년 전 | 0
답변 있음
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...
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...
거의 14년 전 | 0
제출됨
Delay Embedding Vector From Data
This scripts creates delayed vectors from data vector. You can chose delay and embedding dimension.
거의 14년 전 | 다운로드 수: 2 |
제출됨
Simulated Annealing Optimization
This program performs simulated annealing otimization on functions of R^n in R.
대략 14년 전 | 다운로드 수: 4 |
제출됨
Convert inline to symbolic
Convert an inline function into symbolic so you can use symbolic operators like diff() or jacobian()
대략 14년 전 | 다운로드 수: 8 |
제출됨
Create avifile from frames.
This code is for create an avifile from frames.
14년 초과 전 | 다운로드 수: 1 |








