フィルターのクリア

Printmat still usable and if so, what am I doing wrong

2 ビュー (過去 30 日間)
Lennart
Lennart 2013 年 10 月 8 日
回答済み: Jan 2013 年 10 月 8 日
So Ive got this matrix, and would like it to be printed with labels and my colleagues use the function printmat. However I keep getting Undefined function 'printmat' for input arguments of type'cell' or 'double'. Also doc printmat shows no results. I use Matlab 2013a.
Is printmat still usable?
If so, what am I doing wrong?
A = magic(3);
name = 'magmat';
cnames = 'a b c';
rnames = '10 11 12';
printmat(A, name, rnames, cnames)
printmat({A, name, rnames, cnames})
doc printmat
Undefined function 'printmat' for input arguments of type 'double'.
Undefined function 'printmat' for input arguments of type 'cell'.
no results found

採用された回答

Walter Roberson
Walter Roberson 2013 年 10 月 8 日

その他の回答 (1 件)

Jan
Jan 2013 年 10 月 8 日
printmat is not a built-in Matlab function. So ask your colleagues for the source code of this function.

カテゴリ

Help Center および File ExchangeMatrix Indexing についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by