photo

ARAM KHURSHEED


Last seen: 3年以上 前 2022 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

3 質問
0 回答

ランク
259,167
of 300,853

評判
0

コントリビューション
3 質問
0 回答

回答採用率
66.67%

獲得投票数
0

ランク
 of 21,094

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,294

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 2
  • Thankful Level 1
  • Explorer

バッジを表示

Feeds

表示方法

質問


Hello everybody, I want to save the following code result in matrix without overwrite the old result and finally export it as xls file?
for n=1:5 for z=1:4 sheetNumber = z; range = 'A1:A50'; if(z==1) Weight = rot90(W1); elseif(z==2) Weight = rot90(W2...

4年弱 前 | 1 件の回答 | 0

1

回答

質問


Hello every one, How can I generate randomly only one number between two values (e.g.: 0.01-1)each time?
a=ran(0.2,1.12) b= ran(0.01,0.1) function T = ran(min,max) T= fix((max-min).*rand(1,1) + min)+1; end This code doesn't give...

4年弱 前 | 1 件の回答 | 0

1

回答

質問


Hello Everyone, I am new in MATLAB and I want to get result of this code(MATLAB2021a), its run correctly but doesn't show the result. Anyone can help me?? thanks in advance
c=[ ]; global d; c(1,d)= ran(10,21); function x = ran(min,max) x= fix ((max-min).*rand(1,1) + min)+1; end It should give...

約4年 前 | 1 件の回答 | 0

1

回答