フィルターのクリア

Is it possible to plot a scatter graph in excel, with 2 separate y axes, using matlab?

1 回表示 (過去 30 日間)
George Atkinson
George Atkinson 2015 年 6 月 29 日
回答済み: Guillaume 2015 年 6 月 29 日
I am curious as to whether this is possible, as individuals I work with are more familiar with excel than matlab and thus if anything were to go wrong with the code they could fall back on the excel data.

回答 (1 件)

Guillaume
Guillaume 2015 年 6 月 29 日
Anything that can be done in Excel is available through excel COM api. Since matlab supports COM interfaces and since it's possible to create graphs with two y axes in excel the answer is "Yes".
You'll have to figure out the correct sequence of calls to excel. The simplest to achieve that might to record a macro in excel where you construct the graph and translate that in the appropriate COM methods.

カテゴリ

Help Center および File ExchangeSpreadsheets についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by