Visual C#.NET调用GNUPLOT [英] Visual C# .NET to call GNUPLOT

查看:141
本文介绍了Visual C#.NET调用GNUPLOT的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我知道像Visual C#.NET一样,它可以调用GNUPLOT并能够在C#本身中输入参数.

有可能吗?

它,我不希望显示GNUPLOT的DOS命令提示符,而是躲在后面.

that it, I do not want DOS command prompt of GNUPLOT to be displayed, but hide behind.

我还希望能够在C#本身中输入GNUPLOT的参数,而不是

I also want to be able to input in the arguments for the GNUPLOT inside C# itself, instead of

.例如"plot sin(x)"的参数

from the DOS command prompt of GNUPLOT. e.g the argument of "plot sin(x)"

私有 无效 button2_Click( 对象 发件人, EventArgs e)

private void button2_Click(object sender, EventArgs e)

{

处理 proc = 处理 ();

Process proc = new Process();

proc.StartInfo.FileName = " D:\\ Program Files \\ Octave \\ bin \\ pgnuplot.exe" <字体大小= 2>;

proc.StartInfo.FileName = "D:\\Program Files\\Octave\\bin\\pgnuplot.exe";

proc.Start();

proc.Start();

}

谢谢.

此致

Thiam Huat

Thiam Huat

推荐答案

TH,

您有解决方案吗?我也在寻找答案.请PM我,谢谢.

VL

Hi TH,

Have you got the solutions? I am looking for answer too. Please PM me, thanks.

VL


这篇关于Visual C#.NET调用GNUPLOT的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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