photo

Bojan


Politecnico di Milano

2014 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

9 質問
1 回答

ランク
287,509
of 297,503

評判
0

コントリビューション
9 質問
1 回答

回答採用率
33.33%

獲得投票数
0

ランク
 of 20,449

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,017

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


how to resize my large vector to a smaller one for plotting?
hey guys, I have a large vector with length of 185437, i want to make a new one, reshaped vector with mean values of this one bu...

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

1

回答

質問


use goto, jump or some easier way for my loop in matlab?
I have this code values_nodelay=no_of_values(2:2:end) no_of_values_x1=(find(u~=[u(2:end), u(end)+1])); no_o...

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

1

回答

質問


calculate delay for my vector ?
I have vector for example. Ones and zeros are representing traffic and idle states for base station traffic. u=[1 1...

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

1

回答

質問


Calculate percentage of zeros and ones in my vector?
I've already have my vector and number of zeros and ones with this code: u=[1 1 1 1 1 0 0 0 1 1 0 0 0 0 0 0 0 1 1 1 1 1 0 ...

11年弱 前 | 2 件の回答 | 0

2

回答

質問


how to prin only integer value in matlab ?
Hello guys, I need some help. I have two output values, etc: avg=num/2 avg2=num2/2 and first value is for...

11年弱 前 | 2 件の回答 | 0

2

回答

質問


how to make a pdf(probability density function) plot from a cdf(cumulative distributive function) plot?
I have a CDF data and plot: my vector is 'on' CDF_on = ecdf(on); figure ecdf(on) ...

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

1

回答

回答済み
help with vectors MatLab?
H2 = H; H2([1:2:end,2:2:end])=H; this is the solution !

11年弱 前 | 0

| 採用済み

質問


help with vectors MatLab?
Hello! I have a vector H = 0 0 0 0 0 0 0 0 0 0 ...

11年弱 前 | 2 件の回答 | 0

2

回答

質問


plot two vectors simultaneuosly on the same axis?
Regards. I have 2 vectors. For example a=[2 4 3 6 7 8] and b=[7 5 2 4 4 1]. I wolud like to plot them both on x axis simultaneo...

11年弱 前 | 2 件の回答 | 0

2

回答

質問


How to save output results from loop in a vectors?
So this is my code: threeminutes_Facebook_newsfeed; h=[0:0.5:179]; for idx=1:length(h) threshold=h(idx); m =f...

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

1

回答