Group Abstract Group Abstract

Message Boards Message Boards

Use the Shannon sampling to find an analytic expression for some 2D data?

Posted 6 years ago
5 Replies

No problem!

Thank you for your advice. I will edit the code once I have access to my workspace computer again.

POSTED BY: Jaime de la Mota

Thank you very much for your answer. I will try that on monday once I have access to my workplace computer.

POSTED BY: Jaime de la Mota

I cannot run you code, but maybe this is the problem: Instead of

idata2D = Table[{t, u, ifunc[t, u]}, {t, xmin, xmax, dDelta}, {u, ymin, ymax, dDelta}];

try

idata2D = Flatten[Table[{t, u, ifunc[t, u]}, {t, xmin, xmax, dDelta}, {u, ymin, ymax, dDelta}], 1];
POSTED BY: Henrik Schachner

Maybe you should try posting WL code, so that your fellow contributors can understand better your problem better, and then they can help you more. If you don’t know how to post WL code, have a look at this.

Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard