Feeds
提问
This code calculate m n h values in For loop, and m n h values are probability values, they must be between 0 and 1.I found these values.But I want to find spikes values during 100 second.Spike means values over 20mV in this code.
clear all;clc; % === simulation time === Simulationtime= 2000; % as ms deltaT=0.01; t=0:deltaT:Simulationti...
8 years 前 | 0 个回答 | 0
0
个回答提问
This code calculate m n h values in For loop, and m n h values are probability values, they must be between 0 and 1, So m n h values must be between 0 and 1 when the for loop is over. But I cant When I run the code, I can not get these values.Can you
% === simulation time=== simulationtime= 1000; % Milisaniye cinsinden deltaT=0.01; t=0:deltaT:simulationtime; ...
8 years 前 | 1 个回答 | 0
