photo

Sanket Mishra


University at Buffalo

Last seen: fast 5 Jahre vor Aktiv seit 2014

Followers: 0   Following: 0

Nachricht

I am Application Support Engineer. I like playig cricket and cooking.
Professional Interests: MATLAB, MATLAB Compiler,DAQ,IMAQ,PCT,MEX

Statistik

MATLAB Answers

0 Fragen
11 Antworten

RANG
5.018
of 299.268

REPUTATION
10

BEITRÄGE
0 Fragen
11 Antworten

ANTWORTZUSTIMMUNG
0.00%

ERHALTENE STIMMEN
1

RANG
 of 20.676

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 163.971

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Revival Level 1
  • Knowledgeable Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

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

etwa 11 Jahre vor | 1

| akzeptiert

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

etwa 11 Jahre vor | 0

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

etwa 11 Jahre vor | 0

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

etwa 11 Jahre vor | 0

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

etwa 11 Jahre vor | 0

Beantwortet
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',...

etwa 11 Jahre vor | 0

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

etwa 11 Jahre vor | 0

| akzeptiert

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

etwa 11 Jahre vor | 0

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

etwa 11 Jahre vor | 0

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

etwa 11 Jahre vor | 0

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

etwa 11 Jahre vor | 0