Takim Mustakim
Followers: 0 Following: 0
Statistiques
RANG
89 284
of 295 467
RÉPUTATION
0
CONTRIBUTIONS
14 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
71.43%
VOTES REÇUS
0
RANG
of 20 234
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 912
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
sorting data with specific
A=[5 4 3 2 1; 6 7 8 9 0] . How to sort A being A=[1 2 3 4 5; 0 9 8 7 6] ???
plus d'un an il y a | 1 réponse | 0
1
réponseQuestion
delete some matrix values
A = [1 2 3 4 5 6 7 8 9]; how to make A < 7: A = [1 2 3 4 5 6]
environ 2 ans il y a | 1 réponse | 0
1
réponseQuestion
remove NaN from 1xn Matrix
A = [0 3 2 4 1 NaN 3 2 NaN 2 4 2 1 3 NaN 2 4 2]; How to make matrix B from A but without "NaN" like: B = [0 3 2 4 1 3 2 2 4 2...
environ 2 ans il y a | 1 réponse | 0
1
réponseQuestion
matrix 1xn MatLab
a = [0 0 0 0 0 0 0 0 0 0]; b = [1 2 3]; how to make: c = [1 2 3 0 0 0 0 0 0 0]; from a and b
environ 2 ans il y a | 1 réponse | 0
1
réponserandom number generating RANDI with percentage
my MatLab unrecognized function or variable "GetRandom"
environ 2 ans il y a | 0
Question
random number generating RANDI with percentage
How to generating random number with percentage: value = 0 - 14 with 86% value = 15 - 28 with 14% with 1000 array
environ 2 ans il y a | 3 réponses | 0
3
réponsesQuestion
average for all looping
format short datasave=[]; for i=1:10 a=randi(10); datasave=[i a]; end display(a) how to looking for average a for...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
delete or remove some value from vector
wak(1)=poissrnd(60); wk(1)=wak(1) n=1; while wk(n)<1000 n=n+1; wak(n) = poissrnd(60); wk(n) = wk(n-1)+wak(n)...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
generating random numbers only 2 numbers with percentage
how to generating random numbers 1x100 but only 2 numbers (suppose 0 and 1) with percentage 0=30% and 1=70%
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
insert new rows and movin data into new rows
clear all; clc; n = 1000; lambda = 480; WAK = poissrnd(lambda,1,n); WK(1) = WAK(1); for i=1:n-1 WK(i+1) = WK(i...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
Index in position 1 is invalid. Array indices must be positive integers or logical values.
I am getting the following error message: Index in position 1 is invalid. Array indices must be positive integers or logical val...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
generating random numbers from poisson distribution
how i can generate random numbers Poisson distribution pdf : P(x) = e^(-λt).(λt)^x / x!
plus de 2 ans il y a | 2 réponses | 0
2
réponsesQuestion
generating random numbers only 2 numbers
i want to generating random numbers on matrix 1x30 how i get generating 2 random numbers (only 1 and 4 , not between) ???
environ 3 ans il y a | 1 réponse | 0
1
réponseQuestion
move data in randomly
suppose I have a 1 x 10 matrix : [ 1 3 2 5 4 7 6 9 8 0] and want to move it to A and B how to randomly move the dataset by gener...
environ 3 ans il y a | 1 réponse | 0
1
réponseQuestion
Selection data with percentage
let's say i have 500 units and i want to move those units to A and B. how to separate those units by percentage 60 to A and 40 t...
environ 3 ans il y a | 1 réponse | 0