Câu hỏi:
26/03/2025 3Để vẽ đồ thị sau, chúng ta sử dụng cú pháp :
A
subplot(2,1,2); subplot(2,1,2); x=[2 4 8]; plot(x)
B
subplot(1,2,2); subplot(1,2,2); x=[2 4 8]; plot(x)
C
subplot(1,2,1); subplot(1,2,2); x=[2 4 8]; plot(x)
D
subplot(2,1,1); subplot(2,1,2); x=[2 4 8]; plot(x)
Đáp án chính xác
Trả lời:

Để vẽ đồ thị sau, chúng ta sử dụng cú pháp : subplot(2,1,1); subplot(2,1,2); x=[2 4 8]; plot(x)
CÂU HỎI HOT CÙNG CHỦ ĐỀ
Câu hỏi 5 / 15
Xem đáp án »
26/03/2025
4
Câu hỏi 8 / 15
Xem đáp án »
26/03/2025
3
Câu hỏi 10 / 15
Xem đáp án »
26/03/2025
3