Bharath Lohray
Followers: 0 Following: 0
Statistics
RANK
13,176
of 295,467
REPUTATION
2
CONTRIBUTIONS
10 Questions
1 Answer
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
2
RANK
12,553 of 20,234
REPUTATION
27
AVERAGE RATING
5.00
CONTRIBUTIONS
2 Files
DOWNLOADS
2
ALL TIME DOWNLOADS
229
RANK
of 153,912
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
Feeds
Question
Are gpuArray supported within parfor?
Hi, I am running the following code and receive an error Error using gpuArrayTest (line 16) The following error occu...
6 years ago | 0 answers | 0
0
answersSubmitted
Persistent Figure
A function to persistently draw a figure window at the same position on the screen.
7 years ago | 1 download |
Question
How do I align decimal points in a table?
Here is a sample of my data. I would like to align the decimal points to make it easy to read. How do I do this? ...
7 years ago | 4 answers | 0
4
answersQuestion
How do I pick the largest peaks in a region?
The following MATLAB code takes in multiple peak coordinates and heights and eliminates lesser peaks that are within a certain d...
7 years ago | 1 answer | 0
1
answerSubmitted
Pushbullet Notifier
Push Notifications from MATLAB using Pushbullet service.
9 years ago | 1 download |
How do I get a value returned by a Java method in MATLAB?
Never mind. I was iterating development and had the old class in memory. I had executed clear classes between tries, but...
9 years ago | 0
| accepted
Question
How do I get a value returned by a Java method in MATLAB?
Hi, I am trying to get value form a java class method. My Java code is as follows: public class HelloWorld { public...
9 years ago | 1 answer | 1
1
answerQuestion
Why do I get a time out while getting a from a USB webcam?
How do I fix this problem. I webcam works fine on skype and I had all my chat apps off too. Preview gets me a window with a blac...
9 years ago | 2 answers | 1
2
answersQuestion
Why am I loosing a row and a column in MATLAB slice plot?
I am trying to plot a 3D volume in MATLAB. I am using the slice command. a(:,:,1)=[1,2; 3,4]; a(:,:,2)=[5,6; 9,8]; ...
9 years ago | 1 answer | 0
1
answerQuestion
How do I add 2 Y axis to my MATLAB Plot?
I know this question has been asked before - but none of them deal with a 3D plot with 2 Y axis. My question is a continuation o...
11 years ago | 1 answer | 0
1
answerQuestion
How do I add a 2D Plot along with a surface or mesh plot in MATLAB?
I would like to have a 2D plot along with a 3D surface or mesh plot - shown by the blue line I drew on the surface plot below. H...
11 years ago | 1 answer | 0
1
answerQuestion
Can I switch the beagleboard / pandaboard firmwares?
Is the firmware that gets downloaded with the targetinstaller any different from the stock linux arm image? (armel / armhf) C...
12 years ago | 1 answer | 0
1
answerQuestion
C Structure like variables in MATLAB
What I want to do is have Q - 10 bit & C - 4 bit and perform the operation - Q,C = Q,C << 1 (left shift MSB of C into LSB of ...
12 years ago | 1 answer | 0