turbine and compressor maps
    6 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
    cemsi888
 il 24 Mar 2015
  
    
    
    
    
    Commentato: cemsi888
 il 26 Mar 2015
            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 Commenti
Risposta accettata
  Titus Edelhofer
    
 il 25 Mar 2015
        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 Commenti
Più risposte (0)
Vedere anche
Categorie
				Scopri di più su Annotations in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

