Farrah Vogel-Javeri
Followers: 0 Following: 0
統計
MATLAB Answers
2 質問
0 回答
ランク
of 153,912
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Dot indexing not supportedd
I am trying to write a function which converts all answers to a Likart survey to 1 and 0. The code itself works, but when I trz ...
4年弱 前 | 1 件の回答 | 0
1
回答質問
Applying a function across all columns of a table
T = readtable('agree'); %%name of table T.Q1(strcmpi(T.Q1,'Agree')) = {1}; %% change all results in column called Q1 to 1 if ag...
4年弱 前 | 2 件の回答 | 0