Peggy Liu
Followers: 0 Following: 0
統計
MATLAB Answers
1 質問
0 回答
ランク
of 154,257
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
why this code can't run in my PC but can run in another. it show error about "Invalid expression. When calling a function or indexing a variable, use parentheses. Otherwise, check for mismatched delimiters"
R=imread('test.png'); R=rgb2gray(R); figure(1); imshow(R); F=[0:255]; gamma1=0.6; G1=(round(255*(F/255).^gamma1) gamma2=...
約4年 前 | 1 件の回答 | 0