photo

Chaman Dewangan


Last seen: bijna 3 jaar ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

0 Questions
3 Answers

RANK
12.206
of 300.392

REPUTATION
4

CONTRIBUTIONS
0 Questions
3 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
2

RANK
 of 20.934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168.373

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

meer dan 4 jaar 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...

meer dan 4 jaar 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...

meer dan 4 jaar ago | 0