Feeds
提问
Pass Variables from Java to MATLAB
Hi, I'm trying to pass a variable from a Java program to the MATLAB workspace. The engine.jar located at C:\Program Files\M...
4 years 前 | 1 个回答 | 0
1
个回答提问
Change white pixels to invisible
Hi, I have a .png I'm trying to overlay on top of an existing figure in matlab. Most of the image is just a white background. Is...
4 years 前 | 1 个回答 | 0
1
个回答提问
Can I check if factored and expanded polynomial forms are equal?
>> syms w k >> isequal((w^2-k^2),(w+k)*(w-k)) ans = logical 0 Is there a way to tell that w^2-k^2 and (w+k)*(w-k...
5 years 前 | 2 个回答 | 0