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)
Mostra commenti meno recenti
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 Commenti
KALYAN ACHARJYA
il 17 Mag 2018
Modificato: KALYAN ACHARJYA
il 17 Mag 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.
Risposte (1)
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.
Vedere anche
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!