简单的方法来绘制和显示阵列? [英] Easy way to plot and display arrays?

查看:174
本文介绍了简单的方法来绘制和显示阵列?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

第一篇文章在这里。在Visual Studio 2008中使用C如有必要,可与2005年的工作VS

First post here. Using C in Visual Studio 2008. Can work with VS 2005 if necessary.


  1. 如何显示阵列数字数据作为A S preadsheet?

  2. 如何在数组中绘制的数值数据?

这似乎是简单的问题。但我不能找到解决办法。到目前为止,我将打印的数据文件,导入到Excel和视图/图。然而,与此code有太多的阵列 - 这样的打印/进口/图是累人。
一些制约因素。

These seem to be simple questions. But I cannot find solutions. So far, I would print the data to a file, import into Excel and view/plot. However, with this code there are too many arrays--so the print/import/plot is tiring. Some constraints.


  1. 我不想写20+线code做以上。 MATFOR或阵列展示台让你做了一个一行函数调用绘制。

  2. 它们不能在一个方便的格式显示数据。我想,使它们同时可见显示数据并且在一个情节或两个窗口。

  3. 这是一个Win32控制台应用程序---所有code是可移植的。

  4. 将在调试过程中使用这些。

  5. 免费或付费的。

虽然我在寻找一些具体的事情,要求基本上是任何一个做处理数组和矩阵数值的工作是相同的 - 同时显示数据和曲线。
我希望一个这样的工具已被写入并可用。
我也开到该阵列的数据输出到Excel表(可以保持Excel中打开)的解决方案,如果它也能积,可以是伟大的,但我生活中可以没有密谋。

While I am looking for something specific, the requirements are substantially the same for any one doing numerical work with arrays and matrices--displaying data and plot simultaneously. I am hoping that a such a tool has been written and is available. I am also open to a solution that outputs the array data to an Excel sheet (can keep Excel open) and if it can also plot that can be great but I can live without plotting.

PS:我调试code时才需要这个

PS: I need this only when debugging the code.

推荐答案

我使用 ArrayDebugView 这是一个插件-in安装在Visual Studio中,并绘制出图形阵列,而你正在调试应用程序。它的工作原理是在调试模式变量观察的可视化的方式。你不需要编写一行code的。

I use ArrayDebugView which is a plug-in you install in Visual studio and draws graphs out of arrays while you are debugging your application. It works as a visual way of variable watch in debug mode. You don't need to write a line of code.

这篇关于简单的方法来绘制和显示阵列?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆