ファイルの指定範囲の読み取りとカラーマップ表示

3 vues (au cours des 30 derniers jours)
wataru suzuki
wataru suzuki le 24 Sep 2020
Commenté : Kojiro Saito le 27 Sep 2020
下記のようなtxt形式のファイルを読み取り、任意の行と列から数値を読み取り、
4×4ピクセルのカラーマップを表示するような機能をもつプログラムを作りたいです。
この場合はどのようなプログラムを参考に作ればよいのでしょうか?
%読み取りファイル
5 5 5 5 5 5
0 0 0 0 0 0
1 2 3 10 0 0
1 2 3 10 0 0
1 2 3 10 0 0
1 2 3 10 0 0
  1 commentaire
Kojiro Saito
Kojiro Saito le 27 Sep 2020
4×4のカラーマップを表示するとは、例えば読み取ったデータの行と列の値を使って色を付けて可視化したい、ということでしょうか?

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur データのインポートと解析 dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!