Feeds
질문
If the memory copy occurs when execute an assignment or build a temporary object?
For example, A =zeros(10, 10) %is a matrix. B = A; % statement 1 C = A(:,6:end); % statement 2 D = C *C'; % statement 3 E =...
4년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to add a specific path to Matlab in -batch mode?
I have two questions. 1)I need to run matlab in a remote server. The running mode is matlab -batch. Is there a way to add a sea...
4년 초과 전 | 답변 수: 2 | 1
2
답변질문
matlab -batch always failed with: | Error: Invalid use of operator.
Following Matlab's manual, I run Matlab with: matlab -batch ./hello.m or matlab -batch "./hello.m". However, there is an error...
4년 초과 전 | 답변 수: 1 | 0
1
답변Discussion
matlab -batch always failed, what is wrong?
Following Matlab manual, I run Matlab on Linux with: matlab -batch ./hello.m or matlab -batch "./hello.m". hello.m is an one li...
4년 초과 전 | 0
질문
Why MATLAB can not start on Ubuntu 18.04?
When I run sudo /usr/local/MATLAB/R2018a/bin/matlab, MATLAB always stay on the startup screen, and I got a matlab_crash_dump.211...
거의 7년 전 | 답변 수: 1 | 0

