how can i solve the error? >> f_function Error: File: f_function.m Line: 1 Column: 29 Unbalanced or unexpected parenthesis or bracket
Show older comments
function y = f_function(rand(1,1)*depth,neighboure_Noise(p))
y=(1/rand(1,1)*depth*neighboure_Noise(p));
end
the error are like this
>> f_function
Error: File: f_function.m Line: 1 Column: 29
Unbalanced or unexpected parenthesis or bracket
Accepted Answer
More Answers (0)
Categories
Find more on Uncertain Models in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!