photo

Chaman Dewangan


Last seen: 1년 초과 전 2021년부터 활동

Followers: 0   Following: 0

통계학

  • First Answer
  • Revival Level 1

배지 보기

Feeds

보기 기준

답변 있음
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...

대략 3년 전 | 0

답변 있음
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...

대략 3년 전 | 2

답변 있음
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...

대략 3년 전 | 0