photo

Vadim Potorocha


Last seen: 約5年 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

7 質問
0 回答

ランク
185,586
of 300,853

評判
0

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

回答採用率
57.14%

獲得投票数
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

バッジを表示

Feeds

表示方法

質問


How to find the smallest entropy value greater than 88 bits from a given alphabet
function [b, n] = calc_info(msg, alph, alph_p) size_alph = numel(alph); size_alph_p = numel(alph_p); size_msg = num...

約5年 前 | 0 件の回答 | 0

0

回答

質問


Is NaN ok here?
%coin txt 5.00000000e-01 5.00000000e-01 %crime txt 1.66000000e-01 6.60000000e-02 1.40000000e-02 3.90000000e-02 1.40000000...

約5年 前 | 2 件の回答 | 0

2

回答

質問


Code function without if else switch and loops. Is that possible?
Write a function that takes a rectangular matrix as a parameter, removes rows in it, the first element of which is less than 0.5...

約5年 前 | 0 件の回答 | 0

0

回答

質問


How to code a function that calculates the redundancy of a given alphabet
I have a function that calculates the entropy of vector element function h = alph_entropy(P) h = -sum(P .* log2(P)); endfu...

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

1

回答

質問


In item 7, I need to use short labels for the x, y, z axes. How it is? Thank you
x = -4:0.1:4; y = -4:0.1:4; [X,Y] = meshgrid(x,y) Z = cos(37.6*X).*X.^3-Y.^2; figure('Name','Zadanie 7','NumberTitle...

約5年 前 | 0 件の回答 | 0

0

回答

質問


How to optimize this code?
u = (0:1500).*(96*(2*pi)/1500); % spiral with 96 waves r=u./2; % spiral radius x=r.* cos(u); % X y=r.* sin(u); % Y

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

1

回答

質問


How to write included function into other
Hi, i need to write a function that simulates a coin toss: r = coin_flip (N), where N is the number of tosses, r is a logical ...

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

1

回答