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 visualizzazioni (ultimi 30 giorni)
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.

Risposte (1)

Majid Farzaneh
Majid Farzaneh il 17 Mag 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.

Categorie

Scopri di più su Performance and Memory in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by