필터 지우기
필터 지우기

How to use a user input to open a file and use values within that file?

조회 수: 2 (최근 30일)
Bedanta
Bedanta 2012년 9월 21일
I have a number of files that contain similar information. I am trying to write a program to open each file on user input and do its thing. But I am struggling to code it as a complete newbie;
line=input('Which DASI line do you want to organise?(Type 1 for Line 1) ','s'); navfile=strcat('D',line,'_positions'); load (strcat(navfile,'.txt'))
e.g load D1_positions.txt
I want to be able to do this: T=[D1_positions(:,3),D1_positions(:,2),D1_positions(:,1),D1_positions(:,4),D1_positions(:,5),D1_positions(:,6)];
The value D1_positions need to change depending on the user input.
How do I do this?
  댓글 수: 1
per isakson
per isakson 2012년 9월 21일
편집: per isakson 2012년 9월 21일
If D1_positions.txt contains at least six columns of of numbers (and no letters) your code should work. What's the problem?

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Workspace Variables and MAT-Files에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by