babak - MATLAB Central
photo

babak


Active since 2012

Followers: 0   Following: 0

Message

Statistics

MATLAB AnswersFrom 05/12 to 01/25Use left and right arrows to move selectionFrom 05/12Use left and right arrows to move left selectionTo 01/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

RANK
163 172
of 296 430

REPUTATION
0

CONTRIBUTIONS
8 Questions
0 Answers

ANSWER ACCEPTANCE
25.0%

VOTES RECEIVED
0

  • Thankful Level 1

View badges

Feeds

View by

Question


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...

ungefär 12 år ago | 0 answers | 0

0

answers

Question


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...

ungefär 12 år ago | 0 answers | 0

0

answers

Question


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...

mer än 12 år ago | 1 answer | 0

1

answer

Question


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...

mer än 12 år ago | 1 answer | 0

1

answer

Question


making a matrix from another one
i havematrix a= 1 2 3 4 5 6 7 8 9 i need t...

mer än 12 år ago | 2 answers | 0

2

answers

Question


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...

mer än 12 år ago | 0 answers | 0

0

answers

Question


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 ...

mer än 12 år ago | 4 answers | 0

4

answers

Question


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...

mer än 12 år ago | 1 answer | 0

1

answer
Go to top of page