Export consol output to workspace

I have a console application (linux) that prints some hexadecimal values and quits. I want to import the output of the application to workspace and plot versus time. How can I do this ?

6 件のコメント

Walter Roberson
Walter Roberson 2011 年 12 月 10 日
It matters for this purpose that you want to be able to do this repeatedly, as you described in your near-duplicate of this question, http://www.mathworks.com/matlabcentral/answers/23533-embeding-c-code-to-matlab
Yigit
Yigit 2011 年 12 月 10 日
Thank you for this productive reply and brilliant solution.
Walter Roberson
Walter Roberson 2011 年 12 月 10 日
system() is an appropriate solution for the question as phrased here, but is not appropriate for what you are trying to do in the larger context.
Yigit
Yigit 2011 年 12 月 10 日
system('myapp') returns what I want. I can make a for loop for system('myapp') but have no idea where to start plotting versus time.
Walter Roberson
Walter Roberson 2011 年 12 月 13 日
In your other posting, you asked for advice, but here you are sarcastic towards those who offer you advice. Your response is not one that would tend to incline volunteers to spend time offering you the benefit of their experience.
Jan
Jan 2011 年 12 月 13 日
@Walter: You have posted thousands of productive replies and brilliant solutions in this forum. How can a fact be sarcastic?

サインインしてコメントする。

 採用された回答

Jan
Jan 2011 年 12 月 10 日

0 投票

The system command can catch the output of an external program as string, when both output arguments are caught.

2 件のコメント

Yigit
Yigit 2011 年 12 月 10 日
Any way to import the console output to workspace ?
Jan
Jan 2011 年 12 月 13 日
What exactly does "import to workspace" mean? Can you post an example?

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

質問済み:

2011 年 12 月 10 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by