salman hayat
university of agriculture faisalabad
自 2014 起处于活动状态
Followers: 0 Following: 0
i want to use computational sciences in agriculture
Professional Interests: modeling agricultural systems and simulating results
Feeds
提问
compare answer with a range of numbers ?
i have answers 4,6,7,9 and want to compare them with a range of numbers 4:12 then i will extract that row which will meet this c...
10 years 前 | 1 个回答 | 0
1
个回答提问
hello to all ! i am trying tp read an nc file but it gives me error of this type i am trying to read an netcdf file but it gives me error Error using double Out of memory. Type HELP MEMORY for your options. Error in internal.matlab.imagesci.nc/read
hello to all ! i am trying tp read an nc file of a large size having 3/multi dimentional data but it gives me error of this typ...
10 years 前 | 1 个回答 | 0
1
个回答提问
i want to save all the value of variable a from all iterations into a single matrix ?
f=[1 3 5 7 9 11; 2 4 6 8 10 12]; b=[1 2;3 4]; [m n]=size(f); [m c]=size(b); for k=1:n f1=f(:,k); for i=1:c b1=b(i,:); ...
10 years 前 | 2 个回答 | 0