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.
4 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
KALYAN ACHARJYA
2018 年 5 月 17 日
編集済み: KALYAN ACHARJYA
2018 年 5 月 17 日
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.
回答 (1 件)
Majid Farzaneh
2018 年 5 月 17 日
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.
参考
カテゴリ
Help Center および File Exchange で Whos についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!