Statistiques
RANG
150 184
of 295 569
RÉPUTATION
0
CONTRIBUTIONS
6 Questions
2 Réponses
ACCEPTATION DE VOS RÉPONSES
100.0%
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
The problem with the function 'all'
Hello, I need to compare two data sets, i.e. a = [6 11 9; 5 4 3]; b = [1 2 3]; all(a>b); % The problem is that 'a' contains m...
environ 13 ans il y a | 3 réponses | 0
3
réponsesQuestion
Find divisors for a given number
Hello, I need to find all possible divisors D for a given number N that provide integers in N/D. For instance, if N=8, then D...
environ 13 ans il y a | 6 réponses | 0
6
réponsesQuestion
Determine if a point is inside a cube
Hi! There are given 8 vertices of a cube and a random point. How can I define that the point lies inside the cube? I wanted to c...
environ 13 ans il y a | 4 réponses | 0
4
réponsesQuestion
Sum of Euclidean distances
Hi. There are 5 points in 3D space: xyz=rand(5,3). How can I quickly calculate a sum of Euclidean distances from the 1st ...
environ 13 ans il y a | 2 réponses | 0
2
réponsesQuestion
How to simplify the given code snippet?
Hello, I need to simplify the following code. Perhaps 'reshape' function should be used, but in which way? Any ideas would be a...
environ 13 ans il y a | 1 réponse | 0
1
réponseselecting desired values
Do you want to select values based on indices? If so, then here is an example: ind = [1; 2; 5; 15]; col1 = array(ind,1); col2 = ...
environ 13 ans il y a | 0
program takes long time to run
If Nf is large, then try to vectorize FOR loop.
environ 13 ans il y a | 0
Question
Array processing problem
Hi, I have the following problem. Let's say there is an 3x3 array 'arr': 0 0 0 0 0 0 0 0 0 There are 3 edges 'E': 1 2 ...
environ 13 ans il y a | 1 réponse | 0