photo

Chaman Dewangan


Last seen: 3 years ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

0 Questions
3 Answers

RANK
11,954
of 300,369

REPUTATION
4

CONTRIBUTIONS
0 Questions
3 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
2

RANK
 of 20,936

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,407

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

  • First Answer
  • Revival Level 1

View badges

Feeds

View by

Answered
How to create bar graph with categorical data
I found answer in mathworks.com as. Very happy it is working nicely. One way to indicate categories for your bars is to specify...

4 years ago | 0

Answered
Extracting data from simout MATLAB work space
to workspace block is used to send data from Simulink to workspace. In this block parameters, there is an option save format. (A...

4 years ago | 2

Answered
how to calculate the probability
If we have data then, the following MATLAB code can find probability. %Create data x=1.1:0.001:1.8; x=x';% because fitdist fu...

4 years ago | 0