Displaying the value in cell

1 回表示 (過去 30 日間)
Pat
Pat 2012 年 8 月 29 日
i have a values as
gene =
{7x6 cell}
{6x6 cell}
{5x6 cell}
{4x6 cell}
{3x6 cell}
{2x6 cell}
please tell how to display these values in command window,i want to see the result in command window
please help

採用された回答

Jürgen
Jürgen 2012 年 8 月 29 日
編集済み: Jürgen 2012 年 8 月 29 日
gene{1}(1,1) will show the content of the first cell so replace the numbers be the desired position or use : to see a range try gene{:} for example

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGenomics and Next Generation Sequencing についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by