フィルターのクリア

Error using signal.int​ernal.sigc​heckfloatt​ype

13 ビュー (過去 30 日間)
Mahmod Karndash
Mahmod Karndash 2022 年 10 月 27 日
コメント済み: Walter Roberson 2022 年 10 月 28 日
Error using signal.internal.sigcheckfloattype
Can't reload '/usr/local/MATLAB/R2018aaa/bin/glnxa64/libmwxcp_dwarf.so'
Error in signal.internal.sigcasttofloat (line 36)
signal.internal.sigcheckfloattype(x,'', fcnName, varName, datacheckflag);
Error in gausswin (line 40)
a = signal.internal.sigcasttofloat(a,'double','gausswin','ALPHA',...
Error in clap_filt (line 47)
B=gausswin(7)*gausswin(7)';
Error in ps_est_gamma_quick (line 225)
ph_filt(:,:,i)=clap_filt(ph_grid(:,:,i),clap_alpha,clap_beta,n_win*0.75,n_win*0.25,low_pass);
Error in stamps (line 327)
ps_est_gamma_quick(est_gamma_parm);

回答 (1 件)

Walter Roberson
Walter Roberson 2022 年 10 月 27 日
When it you get "can't reload" of a .so object, then there are a small number of possibilities:
  • the so object no longer exists; or
  • the so object is no longer accessible, because permissions have changed; or
  • the so object is not currently accessible, such as if it lives on a network drive that cannot be reached; or
  • you ran out of memory
  2 件のコメント
Mahmod Karndash
Mahmod Karndash 2022 年 10 月 28 日
Thank you for your reply. How can I find out the reason and solve the problem? Please help
Walter Roberson
Walter Roberson 2022 年 10 月 28 日
I see some claims that missing libraries or missing fonts can cause the problem; see https://www.mathworks.com/matlabcentral/answers/361053-can-t-reload-usr-local-matlab-r2017b-bin-glnxa64-libmwdastudio-so

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeGet Started with GPU Coder についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by