Estadística
11 Preguntas
0 Respuestas
CLASIFICACIÓN
88.981
of 300.379
REPUTACIÓN
0
CONTRIBUCIONES
11 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
63.64%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.931
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 168.299
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Exclude matrix diagonal in for loop
Hi, Let's say I have a 20x20 matrix for which I wish to run some formulas over a loop. But I wish to exclude the main diagona...
más de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
Stationary distribution for a 50x50 ??!
Hi. How would one find a stationary distribution for a 50x50 transition matrix using Matlab? Thanks!
más de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
Call a script via a function?
Hi. Can I call (run) a script in a function? My inputs are elements of a 10x10 matrix. How would I write the output?
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Loop Matrix elements on a script?
Hi. Let's say I have a function who's inputs are from an array (1 to k) of external data. The output to the function is an kx...
más de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
Run function for paired data?
Hi, Let's say I have a 10x10 matrix A. I wish to run *each unique* pair of elements from that matrix (e.g. (1,1),(1,2),...,(1...
casi 11 años hace | 2 respuestas | 0
2
respuestasPregunta
Rank matrix elements in descending order
Hi! I have a matrix from which I want the elements to be moved to a table where the elements are sorted via descending order....
casi 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Use elements from different Matrices as function input
Hi I previously asked a question which was resolved here: http://uk.mathworks.com/matlabcentral/answers/168532-use-matrix...
casi 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Use Matrix element as function input
Hi! I have a 10x2 Matrix A, defined as A=R*T. Where R and T are also Matrices. I have: function [S] = myFunction(q,w...
casi 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Remove space between Matrix elements?
Hi! I have a Matrix which I copied over from Excel, but the problem is it has 2 extra *horizontal* spaces between elements th...
casi 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Select elements of Matrix?
Hi, I have a 20x20 matrix, P. I wish to define a matrix Q such that the rows of Q are the LAST 18 rows of P (rows 2-20), an...
casi 11 años hace | 3 respuestas | 0
3
respuestasPregunta
??? Subscripted assignment dimension mismatch.
Getting the error in title, my code was: >> P=zeros(3,3); >> P(3,3)=p Any idea why? I'm guessing I need to assign p to ...
casi 11 años hace | 2 respuestas | 0
