Community Profile

photo

Peggy Liu


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


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=...

3 years ago | 1 answer | 0

1

answer