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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 1 | 0
