photo

Shyam Sangaraju


Rochester Institute of Technology

Active since 2014

Followers: 0   Following: 0

Message

Graduate student at Rochester Institute of Technology

Statistics

MATLAB Answers

0 Questions
5 Answers

RANK
242,807
of 298,641

REPUTATION
0

CONTRIBUTIONS
0 Questions
5 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
 of 20,635

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 161,878

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

  • Revival Level 2
  • First Answer

View badges

Feeds

View by

Answered
How can I change the buffer size on NI-Daq device, using session-based interface ?
You can use “getdata” function to acquire data of specific size. Following sample code demonstrates how to use “getdata” functio...

6 years ago | 0

Answered
Change properties of more than one channel for a session-based DAQ object
“set” function can be used to assign similar properties to multiple channels. Following sample code demonstrates how to use “set...

11 years ago | 0

Answered
Computing the Inverse of Co-variance Matrix results in "Inf". What could be the problem?
“Warning: Matrix is singular to working precision” indicates that you have encountered a round off error that demonstrates a...

11 years ago | 0

Answered
Seeding RNG in MEX function
MEX library does not have a specific function to generate random numbers. In the code you have provided, you are trying to seed ...

11 years ago | 0

Answered
ERROR USING MEX - MatLab R2011b - Microsoft Visual C++ 2008 Express
“Microsoft Visual C++ 2008 Express“ compiler is not a supported compiler with MATLAB R2011b. I highly recommend you to install a...

11 years ago | 0