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