フィルターのクリア

Can't reload '/disk1/lo​cal/MATLAB​/R2016b/bi​n/glnxa64/​libmwosgse​rver.so'

3 ビュー (過去 30 日間)
Mai Sakuragi
Mai Sakuragi 2020 年 4 月 18 日
コメント済み: Walter Roberson 2020 年 4 月 18 日
I am using MATLAB R2016b on a shared computing server via MobaXterm. MATLAB gives me an error simply saying :
Error in untitled2 (line 4)
plot(x,y)
My code is simply just:
x = 0:pi/100:2*pi;
y = sin(x);
plot(x,y)
Another code I tried is
for jj = 1:numel(j)
tTHz = j(jj);
gammafunc(jj,:) = E0*exp(-4*log(2)*(tspan-tTHz).^2/tau_THz^2) + gamma;
txt = ['tTHz = ',num2str(tTHz)];
plot(tspan,gammafunc(jj,:),'DisplayName',txt); hold on
xlim([2.5 7.5])
title('γ_1(t)')
end
This is just a part of the code, but MATLAB gives me an error saying
Error using gca
While setting property 'Parent' of class 'Axes':
Can't reload '/disk1/local/MATLAB/R2016b/bin/glnxa64/libmwosgserver.so'
Error in newplot (line 73)
ax = gca(fig);
Error in detuning_data1 (line 51)
plot(tspan,gammafunc(jj,:),'DisplayName',txt); hold on
How can I fix this issue!?
  3 件のコメント
Mai Sakuragi
Mai Sakuragi 2020 年 4 月 18 日
I was reading these links but they don't really make sense to me and I don't know much about ssh.
Do you know what exactly I need to do on MobaXterm?

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

回答 (0 件)

カテゴリ

Help Center および File ExchangeApp Building についてさらに検索

製品


リリース

R2016b

Community Treasure Hunt

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

Start Hunting!

Translated by