Soham Chakraborty
MathWorks
Followers: 0 Following: 0
I work at MathWorks India Pvt. Ltd.
DISCLAIMER: Any advice or opinions posted here are my own, and in no way reflect that of the company.
Statistics
0 Questions
13 Answers
RANK
2,653
of 295,448
REPUTATION
22
CONTRIBUTIONS
0 Questions
13 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
4
RANK
of 20,227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,872
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
How to convert a point cloud to a 3-d surface
Hi, Have look at this link: https://www.mathworks.com/matlabcentral/fileexchange/5105-making-surface-plots-from-scatter-data H...
5 years ago | 1
| accepted
matlab says initializing when I start it
If the loading status states 'Initializing' or 'Busy' for a long time, it could be because of the below reasons: 1. ...
5 years ago | 2
| accepted
How to draw real time plot in guide matlab
Hi, have you tried Analog Input recorder app?
5 years ago | 0
can't install MATLAB drive connector
Hi, You could check the log file generated, The installation log files should be generated in the same directory as where your ...
5 years ago | 0
How do I successfully use this Simulink Library for Arduino ?
Hi, Required: Simulink support package for Arduino hardware, Arduino board, 16x2 LCD, USB cable You could be facing issue due ...
5 years ago | 0
Add-on Product Installer Error "Something Unexpected Occured"
HI, If you are receiving this error when installing any support package in MATLAB R2016b, apply the following patch to your MAT...
5 years ago | 0
Reading accelerometer in Arduino
Hi, BMA220 has I2C connectivity interface and can be connectd to other I2C devices using the I2C bus. Each bus has an I2C Maste...
5 years ago | 0
| accepted
MATLAB 2019b Installer stuck on Mac OSX 10.15 Catalina
Hi Paolo, There is an issue with the way Accessibility features work on macOS with MATLAB at this time. You can follow these s...
5 years ago | 1
how to add simulink if I already have MatLab application and license?
Hi, Try the following command from MATLAB command window: simulink
5 years ago | 0
Find out range of servo rotation
Hello, As per my understanding you want to read the shaft position in degrees. To answer your question, you would first have t...
5 years ago | 0
Writing the text from a MATLAB Grader student solution to a variable
Hi, You could first read the solution into a variable using "fileread" (Hint: if you are working with Script, the file is named...
5 years ago | 0
Plotting sound pressure level
Hi, In order to get the sound pressure level of an audio signal, you can use the splMeter system object. You can refer to the f...
5 years ago | 0
Plot 4d Using meshgrid
Hi, As per my understanding you are able to create a 3-D plot. However, you need guidance in representating an additional colum...
5 years ago | 0