photo

Subhrajit Debnath


IIIT Bangalore

Active since 2012

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
264.658
of 297.503

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
75.0%

VOTES RECEIVED
0

RANK
 of 20.449

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159.017

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

View badges

Feeds

View by

Question


FInd a chord in a polyhedron in a random direction?
Given a polyhedron and a point (X,Y) inside it. I want to choose a random direction and plot the chord passing through (X,Y). Ca...

bijna 13 jaar ago | 1 answer | 0

1

answer

Question


Find euclidean distance of a m X 2 matrix
Suppose I have a =( 1 ,2; 3, 4;5,6); 3 X 2 matrix x =( 1,10); 2 X 1 matrix bsx_out = bsxfun(@minus,a,x); % i have done...

bijna 13 jaar ago | 2 answers | 0

2

answers

Question


bsxfun in GPU in PCT v5.2
I am trying to do bsxfun(@minus,b,A*x); It is giving error as: Undefined function 'bsxfun' for input arguments of type 'parall...

bijna 13 jaar ago | 1 answer | 0

1

answer

Question


Run custom function on GPU with Parallel Computing Toolbox?
I have a function which needs to find min( b -A*x ). The dimensions of b = 5 X 1; A = 5 X 2; x = 2 X 10; The output of ...

bijna 13 jaar ago | 2 answers | 0

2

answers