필터 지우기
필터 지우기

How do I write a script that increments along a dataset header

조회 수: 1 (최근 30일)
I've got one large dataset that consist of a number of trials. The trials include numerous different units in two different conditions (pre and post treatment,) each with multiple variables. I'd like to create a script that runs analysis on each unit between the pre and post groups, something like
ttest((mean(data.variable1(data.unit=='unit1' & data.treatmentstatus=='Pre Treatment'))), mean(data.variable1(data.unit=='unit1' & data.treatmentstatus=='Post Treatment')))
How can frame this in a script such that it automatically increments along the different unit titles ('unit1', 'unit2', ..., then variable1, variable2, ..., etc)
Thanks!

채택된 답변

Walter Roberson
Walter Roberson 2013년 1월 23일
Please remember to use strcmp() to compare strings, not "=="

추가 답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by