Anomaly with comments and rating in one file in File Exchange.

1 回表示 (過去 30 日間)
Bobby Fischer
Bobby Fischer 2021 年 1 月 19 日
回答済み: Walter Roberson 2021 年 1 月 19 日
I posted this:
clc
lon=30;
conduc=linspace(0,2000,lon);
sali=zeros(1,lon);
for k=1:lon
sali(k)=conduc2sali(30,0,conduc(k));
end
figure(1)
close(1)
figure(1)
plot(sali,conduc)
xlabel('salinity')
ylabel('conductivity')
% Can conductivity drop this quickly with salinity?
All the comments and the ratings disappeared for that file almost suddenly and mysteriously. Can someone explain what happened?

採用された回答

Walter Roberson
Walter Roberson 2021 年 1 月 19 日
That is a new contribution that you are confusing with the related contribution
https://www.mathworks.com/matlabcentral/fileexchange/32176-water-salinity-from-pressure-and-conductivity-of-the-water

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMigrate GUIDE Apps についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by