turbine and compressor maps

6 ビュー (過去 30 日間)
cemsi888
cemsi888 2015 年 3 月 24 日
コメント済み: cemsi888 2015 年 3 月 26 日
Hi everyone i want to create turbine and compressor map but i have Problem.I attached my files. You can see my datas. There are Speed lines and for each Speed line i want to create curve . i used just plot and matlab combined last value of first line with first value of next line. i think i have to write Loop but i do not know how should i start. Could you please help me ?
  3 件のコメント
cemsi888
cemsi888 2015 年 3 月 25 日
編集済み: cemsi888 2015 年 3 月 25 日
Please help !!!
cemsi888
cemsi888 2015 年 3 月 25 日
I added 2 Graphs to better describe my Problem. first graph is which i got second graph is which i want to reach

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

採用された回答

Titus Edelhofer
Titus Edelhofer 2015 年 3 月 25 日
Hi,
to get started I would recommend to use reshape to convert your vectors to matrices, something like
linenoMatrix = reshape(lineno(2:end), 10, (length(lineno-1)/10));
Then you can loop over the columns of the matrices to produce your curves (or use surf/mesh on the matrices to plot the map instead of curves).
Titus
  6 件のコメント
cemsi888
cemsi888 2015 年 3 月 25 日
編集済み: cemsi888 2015 年 3 月 25 日
Did you check my photos that i have already uploaded it ? Look at this file if it is possible? Thanx
cemsi888
cemsi888 2015 年 3 月 26 日
To sum up for example i have Speed line number 10. i must say matlab please find all Speed line number 10 and plot graph with mdottcor and etactt which are staying same lines i mean if Speed line 10 is staying 1 2 9 200 250 ...967 th lines take the same values of mdottcor and etactt from These lines

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

その他の回答 (0 件)

カテゴリ

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by