
Manas Shivakumar
Statistics
0 Questions
7 Answers
RANK
262,021
of 279,931
REPUTATION
0
CONTRIBUTIONS
0 Questions
7 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
1
RANK
of 18,776
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 128,743
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
How to make guessing number game in matlab?
All you need to understand is the requirements of the game and the paradigm/methods needed to code it. You will need some kind ...
10 months ago | 0
how to find a number in cell and make it NaN?
There are several ways to do this. 1) convert to matrix, replace and convert back to cell array: tmp = cell2mat(A); tmp(tmp =...
10 months ago | 1
Stream sensor data to Web app Server
You can take a look at the following resources. Sensor Data Streaming Demo - MATLAB & Simulink (mathworks.com) Stream Sensor D...
10 months ago | 0
MATLAB connector issue with new imac
Did you try deleting and reinstalling the matlab connector? try clearing your cached account information folder by deleting the...
10 months ago | 0
splitting dataset into training and testing
There are a couple of functions to split the testing dataset. They include : cvpartition crossvalind Since you don't know the...
10 months ago | 0
Why do I get 'Fatal Error on Startup" while trying to open MATLAB 2021b?
This error can occur when MATLAB gets corrupted during the installation process. To resolve this issue, disable any security so...
10 months ago | 0
Creating nested MATLAB function in simulink
The solution is simple. Construct two functions with approriate inputs and outputs. Assume all variables necessry are passed to ...
10 months ago | 0