Loading [MathJax]/extensions/mml2jax.js
Saltar al contenido principal
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
LibreTexts Español

Buscar

  • Filtrar resultados
  • Ubicación
  • Clasificación
    • Tipo de artículo
    • Author
    • Show TOC
    • Cover Page
    • License
    • Transcluded
      • Autonumber Section Headings
      • License Version
    • Incluir datos adjuntos
    Buscando en
    Acerca de 1 resultados
    • https://espanol.libretexts.org/Estadisticas/Teoria_de_Probabilidad/Probabilidad_Aplicada_(Pfeiffer)/06%3A_Variables_aleatorias_y_Probabilidades/6.02%3A_Problemas_en_Variables_Aleatorias_y_Probabilidades
      t = 1:6; c = ones(6,6); [x,y] = meshgrid(t,t) x = 1 2 3 4 5 6 % x-values in each position 1 2 3 4 5 6 1 2 3 4 5 6 1 2 3 4 5 6 1 2 3 4 5 6 1 2 3 4 5 6 y = 1 1 1 1 1 1 % y-values in each position 2 2 2 ...t = 1:6; c = ones(6,6); [x,y] = meshgrid(t,t) x = 1 2 3 4 5 6 % x-values in each position 1 2 3 4 5 6 1 2 3 4 5 6 1 2 3 4 5 6 1 2 3 4 5 6 1 2 3 4 5 6 y = 1 1 1 1 1 1 % y-values in each position 2 2 2 2 2 2 3 3 3 3 3 3 4 4 4 4 4 4 5 5 5 5 5 5 6 6 6 6 6 6 m = min(x,y); % min in each position M = max(x,y); % max in each position s = x + y; % sum x+y in each position d = abs(x - y); % |x - y| in each position [X,fX] = csort(m,c) % sorts values and counts occurrences X = 1 2 3 4 5 6 fX = 11 9 7 5 3 …

    Support Center

    How can we help?