How do I detect if MATLAB was started -nojvm from a mex extension
    9 ビュー (過去 30 日間)
  
       古いコメントを表示
    
For debugging a mex extension under Linux MATLAB is typically run -nojvm.
However, when run this way stdout/stderr (cout/cerr) no longer need to be redirected / captured. It would be useful to detect this so that code to to this is disabled to simplify debugging.
0 件のコメント
回答 (1 件)
  Serge
      
 2022 年 11 月 29 日
        if usejava('desktop')
    %with java, ie normal
else
    %no java, ie -nojvm
end
0 件のコメント
参考
カテゴリ
				Help Center および File Exchange で Startup and Shutdown についてさらに検索
			
	製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

