Among the following commands, which is not equivalent to the others that are equivalent to each other?( )
A: line(x,y,'Color','r');
B: line(x,y,'r');
C: plot(x,y,'Color','r');
D: plot(x,y,'r');
A: line(x,y,'Color','r');
B: line(x,y,'r');
C: plot(x,y,'Color','r');
D: plot(x,y,'r');
举一反三
- The equivalent commands in the following are ( ). A: line(x,y,'Color','r'); B: line(x,y,'r'); C: plot(x,y,'Color','r'); D: plot(x,y,'r');
- 下列命令中,正确的命令是( )。 A: line(x,y,'Color','r'); B: plot(x,y,'Color','r'); C: line(x,y,'r'); D: plot(x,y,'r');
- 下列命令中,等价的命令是( )。 A: line(x,y,'Color','r'); B: line(x,y,'r'); C: plot(x,y,'Color','r'); D: plot(x,y,'r');
- 下列命令中,除一条命令外其他三条命令等价,这一条命令是( )。? line(x,y,'Color','r');|line(x,y,'r');|plot(x,y,'Color','r');|plot(x,y,'r');
- 下列命令中,除一条命令外其他三条命令等价,这一条命令是()。 A: line(x,y,’Color’,’r’); B: line(x,y,’r’); C: plot(x,y,’Color’,’r’); D: plot(x,y,’r’);