![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/5376168.jpg)
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
統計
MATLAB Answers
3 質問
0 回答
ランク
of 157,725
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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年以上 前 | 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年以上 前 | 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年以上 前 | 2 件の回答 | 0