photo

Jenice Chen


2018 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

6 質問
0 回答

ランク
182,080
of 300,786

評判
0

コントリビューション
6 質問
0 回答

回答採用率
33.33%

獲得投票数
0

ランク
 of 21,091

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,061

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Error using xlsread.
k=1; N=zeros(16*k+1,150*k+1); xlsFile='ConflictCasesC1-0418-1.xls'; case_matrix=xlsread(xlsFile,'crash_matrix_on_link'); A...

約7年 前 | 1 件の回答 | 0

1

回答

質問


Error using xlsread.
try file = validpath(file); catch exception error(message('MATLAB:xlsread:FileNotFound', file, exception.message)); ...

約7年 前 | 1 件の回答 | 0

1

回答

質問


At least one END is missing: the statement may begin here.
for p=1:size(case_matrix,1) if case_matrix(p,1)==1 scatter(case_matrix(p,4),case_matrix(p,5),'s','r'); hold on; ...

約7年 前 | 4 件の回答 | 0

4

回答

質問


Error using size and Error in cross
if isvector(a) && isvector(b) if (nargin == 2 && (length(a) ~= 3 || length(b) ~= 3)) || ... (nargin == 3 && (size(a...

約7年 前 | 2 件の回答 | 0

2

回答

質問


Too many input arguments.
I don't have idea why is wrong. My program showed me this error. %% ConflictType for p=1:size(crash_matrix,1) lcar=cras...

約7年 前 | 1 件の回答 | 0

1

回答

質問


Invalid text character.
I don't have idea why is wrong. My program showed me this error. Maxvideo=12; NVideo=2; % Max=13 欲讀取之檔案數量 %RVideo=[7 8]; RVi...

約7年 前 | 2 件の回答 | 0

2

回答