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)
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.

Answers (1)

Majid Farzaneh
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.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!