Given an array of citations (each citation is a non-negative integer) of a researcher, write a function to compute the researcher's h-index. According to the definition of h-index on Wikipedia: "A scientist has index h if h of his/her N papers have a…
只贴基本的适合小白的Matlab实现代码,深入的研究除了需要改进算法,我建议好好研究一下混沌与分形,不说让你抓住趋势,至少不会大亏,这个资金盈亏回调我以前研究过. function [line_H,RS]=dfaX_0322(x)%% 初始化数据处理% x=importdata('IF.txt');[line_H,RS]=dfaX_0322(x);line_H%x=1000*rand(4000,1);[line_H,RS]=dfaX_0322(x);line_Hx=x(:);x=x+2;%防止x…