C++, C, Java, Javascript, MATLAB, SQL, HTML, CSS, Arduino, Shell, Assembly, Fortran
Spoken Languages:
English
Estadística
1 Pregunta
5 Respuestas
1 Problema
744 Soluciones
CLASIFICACIÓN
8.819
of 301.628
REPUTACIÓN
5
CONTRIBUCIONES
1 Pregunta
5 Respuestas
ACEPTACIÓN DE RESPUESTAS
100.0%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 21.366
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
116
of 175.858
CONTRIBUCIONES
1 Problema
744 Soluciones
PUNTUACIÓN
11.211
NÚMERO DE INSIGNIAS
63
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
In a (possibly directed) graph, is there a simple way to find all nodes reachable for a given node?
I've recently started working with MATLAB graphs. In two recent problems, I have graphs which are not known to be connected eve...
alrededor de 1 año hace | 2 respuestas | 1
2
respuestasDoes matlab have any function that can compare multiple numbers and return logical value zero or one?
With a vector of singles or doubles, you could use ~std([a b c d]). If all the values are the same, the standard deviation will...
más de 3 años hace | 0
How to search for substring in cell array and get the corresponding index then?
If I'm understanding correctly, cellfun(@numel,strfind(string(val),"EXPERIMENT")) will give you a matrix with 1's where th...
más de 3 años hace | 0
Removing duplicate rows (not "unique")
%Here's a much cleaner way to do it with 2019a or later! [B,BG]=groupcounts(A); A_reduced=BG(B==1); % or just A if you want th...
más de 3 años hace | 0
Calculating GeoMean of a double array
% Here's some data for a sample A=magic(4) % And here we'll calculate the geometric mean of each column vect=prod(A,1).^(1/...
casi 4 años hace | 0
| aceptada
How to append arrays of different lengths
What about something like: function cat=horzcat_pad(a,b); % How long is the longer matrix? longer=max(length(a,1),lengt...
casi 4 años hace | 0











