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
