Which of the following statements is correct to plot a line when fhandle = @plot; O A. fhandle{x,y,'r'} O B. @fhandle(x,
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Which of the following statements is correct to plot a line when fhandle = @plot; O A. fhandle{x,y,'r'} O B. @fhandle(x,
A time signal consists of three components: the start time to the time interval between two consecutive data points de and the amplitude of the signal y, a vector. Which of the following code plots the time signal correctly? O A.n=length(y): t=t0:dt:(n-1)dt+10 plot(ty): O B. n=length(y): t=t0:dt:(n-1)dt; plott.y); OC.n=length(y): t=0 dtn'dt plot(t,y); O D.n=length(y); t=t0:dtndt+10 plot(t.y);
Which statement regarding the formatted file or unformatted file is true? O A. Formatted file can be read by notepad and word. O B. Unformatted file can be used for easy data exchange between applications, O C. Formatted file takes up less disk space than unformatted file O D. Unformatted file can only be used to store numerical data.