統計
MATLAB Answers
8 質問
0 回答
ランク
of 154,257
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Finding the indices of the elements of one array in another one with multiple repating
i need to find contents of rxn in file1 and when the contents were the same, the contents of dor with the same indices with file...
約12年 前 | 0 件の回答 | 0
0
回答質問
finding the same arrays with different indices
i need to find contents of rxn in file1 and when the contents were the same, the contents of dor with the same indices with file...
約12年 前 | 0 件の回答 | 0
0
回答質問
Finding the indices of the elements of one array in another
i have matrix a: 1 2 3 i have matrix b: 1 2 4 and finally matrix c: 3 5 7 i 'm going to f...
約12年 前 | 1 件の回答 | 0
1
回答質問
creating new matrix from another one
>> enz=[]; >> enz=zeros(8,3); >> for ii=1:14 for jj=1:3 match=ismember(file1,rxn) if match(ii)==1 enz(ii,jj)=r...
約12年 前 | 1 件の回答 | 0
1
回答質問
making a matrix from another one
i havematrix a= 1 2 3 4 5 6 7 8 9 i need t...
約12年 前 | 2 件の回答 | 0
2
回答質問
finding conetnts of a cell in another one
Here is what my data exactly is: File1 contains 1column x 1109rows and each cell contains numbers like this: 2.11.7.8 Rxn con...
約12年 前 | 0 件の回答 | 0
0
回答質問
Finding contents of cell in another one
Hi I have a matrix that is called file1=[1109x1] and another matrix that is caled rxn=[1170x7] i need to know if the contents ...
約12年 前 | 4 件の回答 | 0
4
回答質問
xlsread on mac os x!
i've been used xlsread function on windows with out any problem, but on mac os x, it doesnt work, there is always an error in li...
12年以上 前 | 1 件の回答 | 0