Feeds
提问
Subplot problem
Dear all, The instructions are: * use subplot(3,1,q), q= 1, 2 &3 to plot C1, S1 and AM1 I wrote this code but it does not wor...
14 years 前 | 1 个回答 | 0
1
个回答提问
Produce an eggbox
Dear all, I should produce an eggbox. I tried to use this code, following the instructions, but I did not receive what I needed....
14 years 前 | 3 个回答 | 0
3
个回答提问
Vector x produce another vector s
Dear all, this is my problem: I have written this code: x=-4:0.2:4 y2=x.^2 plot(x, y2) xLabel('x-variable') yLabel('multi-...
14 years 前 | 1 个回答 | 0
