photo

Chaman Dewangan


Last seen: 1 year 前 自 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 years 前 | 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 years 前 | 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 years 前 | 0