Feeds
提问
How to use 'for loop' for plotting multiple graphs?
I am kind of stuck in this code how to use nested for loop for x & y my below code: x = 1:1:10; y = 1:1:10; [b, c]...
8 years 前 | 1 个回答 | 0
1
个回答提问
How to plot 100a +75b +50c - (100b) in matlab?
I need to plot Max z = 100A + 75B+ 50C Constraints: A+B+C=100, A≥0, B≥0, C≥0
8 years 前 | 1 个回答 | 0