
Sanket Mishra
University at Buffalo
I am Application Support Engineer. I like playig cricket and cooking.
Professional Interests: MATLAB, MATLAB Compiler,DAQ,IMAQ,PCT,MEX
Statistics
0 Questions
11 Answers
RANK
4.261
of 279.812
REPUTATION
10
CONTRIBUTIONS
0 Questions
11 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
1
RANK
of 18.771
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 128.635
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
Content Feed
Controlling the frame rate of a image acquisition program in MATLAB.
The error message on your machine is caused by the delay between the device and MATLAB, which is not a constant value and this r...
bijna 9 jaar ago | 1
| accepted
Serial communication with Arduino error "Index exceeds matrix dimensions"
In your FOR iteration when i exceeds 3 then the code points to an index say v4(4,1) corresponding to which there does not exist ...
bijna 9 jaar ago | 0
Matlab code to dll conversion
Refer the <http://www.mathworks.com/help/releases/R2012b/compiler/creating-a-shared-library-from-matlab-code.html Create a Share...
bijna 9 jaar ago | 0
can any one tell me some thing how to use the lasso function
Lasso function provides regularized least-squares regression using lasso or elastic net algorithms. You can use below syntax to...
bijna 9 jaar ago | 0
Importdata does not import whole .txt file
Put importdata command into try and catch block and look for the exception that gets displayed. This might help you. try ...
bijna 9 jaar ago | 0
How to set LD_LIBRARY_PATH for local workers
Use below sequence of commands to set LD_LIBRARY_PATH for 12 workers: parpool(12); pctRunOnAll setenv('LD_LIBRARY_PATH',...
bijna 9 jaar ago | 0
Compiled application and -e flag
"pause" is known to cause problem in standalone applications. Modify your code as below so that JFrame will not disappear ...
bijna 9 jaar ago | 0
| accepted
What Matlab can do without toolbox
If you execute a built in function that does require a specific toolbox which is not installed on your machine, it will simply e...
bijna 9 jaar ago | 0
Problem DAQ device - Matlab doesn't find device properly
You cannot add AnalogOutputChannel to this device as it only supports Digital i/o and counter i/o channels. Moreover, MATLAB...
bijna 9 jaar ago | 0
vid = videoinput('winvideo',1,vinfo.SupportedFormats{'1280*720'}); ?
Assuming you are using a format supported by the device, simply use 1280x720 instead of 1280*720 (replace * by x).
bijna 9 jaar ago | 0
how to download a file using matlab ?
“urlread” function returns the contents of a URL in the form of a string : >> filex = 'http://www.mathworks.com/matlabcentral/f...
bijna 9 jaar ago | 0