Sheldon Zeng
Followers: 0 Following: 0
Feeds
提问
Always give an error when opening matlab on Ubuntu
After installe Matlab on Ubuntu, matlab always gives errors when I open it. What can I do to solve it?
5 years 前 | 1 个回答 | 0
1
个回答提问
Convert the code to parallel compute.The error says line 1:unable to perform assignment because the index on the left is not compatible with the size on the right.If I remove line 8 ,9,the program runs well.Can't I use loop variable i in parfor?
parfor i=100:1438 I=Im(:,:,i); I = AnisotropicDiffusion(0.01,0.002,I); [Ex,Ey] = gradient(I); ...
6 years 前 | 1 个回答 | 0