How can I define f for 0=<x=<1000? I know that we can say x=[0:increment:1000], but I am looking for something that can be defined as continuous form of f rather than discrete points.
    2 views (last 30 days)
  
       Show older comments
    
Hello,
How can I define f for 0=<x=<1000? I know that we can say x=[0:increment:1000], but I am looking for something that can be defined as continuous form of f rather than discrete points.
2 Comments
  KALYAN ACHARJYA
      
      
 on 17 May 2018
				
      Edited: KALYAN ACHARJYA
      
      
 on 17 May 2018
  
			For computer everything considered as discrete. Whatever the space separation is very very small or some value. Here it has infinite computation, how you deal with the numbers.
Answers (1)
  Majid Farzaneh
      
 on 17 May 2018
        Hi, There is no way to define something continues in computer. All the signals store as discrete. Because a continues signal has infinite points and we have not infinite storage. You can take increment very small like 0.00001. When you use a command like plot, the result presented as continues.
See Also
Categories
				Find more on Performance and Memory in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

