photo

Nisha Rajiv


TCE

Last seen: 4 years ago Active since 2012

Followers: 0   Following: 0

Message

Professional Interests: Protein Interaction

Statistics

MATLAB Answers

6 Questions
2 Answers

RANK
23,093
of 300,618

REPUTATION
1

CONTRIBUTIONS
6 Questions
2 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
1

RANK
 of 21,030

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,839

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Answered
I have value in matlab that has to given to python script. How should i pass the variable to it
I have found it...This is what i wanted! a= 30; b= 120; c= 90; syscmd = sprintf('python D:\\ex.py %d %d %d', a, b, c...

13 years ago | 0

| accepted

Question


I have value in matlab that has to given to python script. How should i pass the variable to it
a= 30; b= 120; c= 90; system('python D:\ex.py'); how will i be able to access the variables a,b,c in ex.py

13 years ago | 1 answer | 0

1

answer

Question


how to avoid overlapping of 2 images
I have 2 images whose boundary are extracted. I have them plotted.But they are overlapping this is the code how to co...

13 years ago | 0 answers | 0

0

answers

Question


Am trying to run a program using Duo Core2 processor. I am getting errors which I donot know to solve.
Am trying to run a program using Duo Core2 processor. I am getting errors which I donot know to solve. * Undefined function ...

13 years ago | 1 answer | 0

1

answer

Question


Is it possible to call PYMOL from Matlab code..
I have to write a program in such a way that, I need to call PYMOL and give a pdb(protein structure) file as input. PYMOL has to...

13 years ago | 0 answers | 1

0

answers

Question


How to group elements of an array
I have a array of 1500 rows and 2 columns Now among the 1500 rows there are repetition of values like 5 100s 2 300 etc... now ...

13 years ago | 1 answer | 0

1

answer

Question


I have extracted a boundary and plotted the boundary using bwtrace boundary function. now I need to use the coordinates to rotate the boundary when I give an angle.How should i code it in matlab
if true Protein1_boundary = bwtraceboundary(Protein1_Binary, [Protein1_row, Protein1_col], 'N', connectivity, num_points);...

13 years ago | 0 answers | 0

0

answers

Answered
how to get boundary of a hand image???
I have used the same code and i have got the boundary of the image. now i need to make two image boundary to interact to check ...

13 years ago | 0