Alice Zurock
Followers: 0 Following: 0
Statistiques
RANG
199 362
of 295 569
RÉPUTATION
0
CONTRIBUTIONS
8 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
37.5%
VOTES REÇUS
0
RANG
of 20 247
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 105
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
How can I solve this question?
------------------------------------------------------------------------------------------------------------------------------...
plus de 4 ans il y a | 1 réponse | 0
0
réponseQuestion
Normally its easy to solving mean and covariance of Bernoulli Distribution but how we do when its Bernoulli Distribution vector in below Questions?
Maybe it's so easy to solve but I confused, Could anyone explain to me how can I solve these 2 questions?
plus de 4 ans il y a | 1 réponse | 0
0
réponseTo see different design and perspective, how can we redesign this code and make shorter/longer it?
% SparseLab is used here (downloaded from https://sparselab.stanford.edu/) % It can be replaced with any other sparse construct...
plus de 4 ans il y a | 0
Question
To see different design and perspective, how can we redesign this code and make shorter/longer it?
Hi, I solved this problem but I want to use my code more efficient manner so, how can we make shorter my code pa...
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
How can we make this code shorter?
function APSM figure L=200;%Dimension of the unknown vector N=3500; %Number of Data theta=randn(L,1);%Unknown parameter ...
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
How Can you redesign this code? Same result but different structure
My Code: clear format compact close all randn('seed',0) % Definition of mu's and Sigma % Mean vectors and covariance m...
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
Classification result of matrix row multiplication
1- Is there any less than -1 (<-1 )or bigger than (>1) Result1 or Result2, If there is ...-3, -2 ,2,3,4... Result1 or Result2...
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
Creating [-1 1] matrix given length n
Hi, I want to create N length long [-1 1] matrix, For example: Length=2 Output: [ 1 1 1 -1 -1 1 -1 -1] Length = 3...
plus de 4 ans il y a | 2 réponses | 0
2
réponsesQuestion
Complementary Code Keying ( 802.11b )
How can I find CCK code pairs length N on matlab? For example N = 4. Check whether [-1 -1 -1 1] obeys the requirements of CCK c...
plus de 4 ans il y a | 2 réponses | 0