MATLAB?й???MySQL?????????
???????????? ???????[ 2014/5/6 9:47:29 ] ????????MySQL ?????
?????????£?
????curs =fetch(curs)
???????curs.Data??????????curs.Data???????CELL???????????CELL???????
????MATRIX????????
????cur=cell2mat(cur)
????a=cur(1??1);
????????????????????a??
???????
??????exec??????в???????У??е?sql?????????????????????strcat????????
?????????
t =strcat(s1?? s2?? s3?? ...)
for(t=1:10)
sql1 = strcat('select count(did) from rss_genepairs_u wheregocc>='??num2str(t)??' || gomf>= '??num2str(t)??' || gobp >='??num2str(t));
end
???????????????£?
conn =database('tissueppi'??'root'??'root'??'com.mysql.jdbc.Driver'??'jdbc:mysql://localhost:3306/tissueppi');
for t=0.5:0.01:0.91
for x=0.5:0.1:11
sql = strcat('select count(did) from rss_genepairs_x2 where score<='??num2str(x)??' and did in(select did fromrss_genepairs_u where gocc >='??num2str(t)??' || gomf>= '??num2str(t)??' || gobp >='??num2str(t)??')');
aTemp = exec(conn??sql);
aTemp = fetch(aTemp);
a = aTemp.Data;
a = cell2mat(a);
a= a(1??1);
end
end
??????
???·???
??????????????????
2023/3/23 14:23:39???д?ò??????????
2023/3/22 16:17:39????????????????????Щ??
2022/6/14 16:14:27??????????????????????????
2021/10/18 15:37:44???????????????
2021/9/17 15:19:29???·???????·
2021/9/14 15:42:25?????????????
2021/5/28 17:25:47??????APP??????????
2021/5/8 17:01:11