Feeds
提问
Can't run my 'if, elseif, else' code
score= randi(100); if score < 20 grade= 'D'; print grade elseif score < 40 grade= 'C'; print grade elseif score < 60 gra...
3 years 前 | 2 个回答 | 0
2
个回答提问
Cannot execute the "nexttile" function.
I tried to code for tiled plots as I was learning the tiledlayout/nexttile function. Although the code ran fine initially, it no...
3 years 前 | 1 个回答 | 0
