フィルターのクリア

how to call for the value of a variable from another script and perform mathematical operations from it.

1 回表示 (過去 30 日間)
here is code for the function that i have written:
function f = scale(m)
f = (m*sf)+ao;
end
it gives an error saying : too many output arguments
the code from where I am getting those attributes is as shown below.
data = netcdf.getVar(ncid1,j);
[varname, xtype, dimid, natt] = netcdf.inqVar(ncid1, j);
disp(j)
sf = netcdf.getAtt(ncid1,j,'scale_factor');
ao = netcdf.getAtt(ncid1,j,'add_offset');

回答 (0 件)

カテゴリ

Help Center および File ExchangeLoops and Conditional Statements についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by