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

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