Storing/Writing 3D data

조회 수: 2 (최근 30일)
mehtap agirsoy
mehtap agirsoy 2021년 5월 29일
편집: mehtap agirsoy 2021년 5월 30일
Hey, I would like to calculate mean values of certain files. For example, for the first iteration I need to store values of B35 to B41 files and then calculate the average of them. My code does not store the previous data and just takes the new and calculates the average. My data(:,:,i) should store the old values but not.I really get stucked and could not find a solution. Could you please give me some advice? Thanks in advance.
  댓글 수: 3
mehtap agirsoy
mehtap agirsoy 2021년 5월 29일
I could not upload, I have .dat files and these are not supported. If it is possible for you to share your email I can send you the files. Thanks
Walter Roberson
Walter Roberson 2021년 5월 29일
You can zip files and attach the zip

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

채택된 답변

Walter Roberson
Walter Roberson 2021년 5월 30일
I have attached cleaned up code that is more careful about filenames and about potentially missing data, and it saves data more carefully.
However...
  • because you were saving data(:,:,i) I saved all the data into a cell array filedata(), in case you want to do something with it later. But this is a questionable decision as you overwrite data(:,:,i) for each j iteration, suggesting you do not really need to store the file data after you have written the tekplot
  • your folder structure is weird, with multiple levels of redundancies
  댓글 수: 1
mehtap agirsoy
mehtap agirsoy 2021년 5월 30일
편집: mehtap agirsoy 2021년 5월 30일
Hi Walter, I really appreciate it. I am not comfortable with matlab as you can see from my code. I agree my folder structure is quite weird I need to think about it. Again many many thanks.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by