📄 scaletautostate2.m
字号:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%function [states,taus,scaleInds] = ...% scaleTauToState2(scaleInds,times,G)%% given a list of scaleInds and times, returns the % corresponding state.% (this is the inverse of getTauScale(state)function [states] = scaleTauToState2(st,G) for j=1:size(st,1) states(j) = G.stMap(st(j,1),st(j,2)); end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -