Feeds
回答済み
how to assign names to each bar of a bar chart
Use like this X = categorical({'Small','Medium','Large','Extra Large'}); Y = [0 15 20 25]; bar(X,Y)
how to assign names to each bar of a bar chart
Use like this X = categorical({'Small','Medium','Large','Extra Large'}); Y = [0 15 20 25]; bar(X,Y)
5年以上 前 | 5
質問
check whather user input is given or Not and check the validation
I wrote a code and while executing it sometimes i will skip some inputs then it will continue to second line, whle computing it ...
5年以上 前 | 2 件の回答 | 0
