Câu hỏi:

26/03/2025 13

Để 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:

verified Trả lời bởi Docx

Để 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 4 / 15
Xem đáp án » 26/03/2025 17
Câu hỏi 9 / 15
Xem đáp án » 26/03/2025 15