Estadística
CLASIFICACIÓN
68.285
of 301.298
REPUTACIÓN
0
CONTRIBUCIONES
4 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
0.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 21.225
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 173.851
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
Why I get different results evaluating the same matrix usign the symbolic toolbox and the numerical approach?
clc; close all; clear all; %% model 2 syms Wc dt a q_x q_y q_z Dt f1(a, Wc) f2(a, Wc) f3(a, Wc) % Wc = a^2+wc^2 ...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Hello, I am trying to wright a variable directly on the GPU using the following command:
A5 = parallel.gpu.GPUArray.rand(3000,3000); but I get the following error: Undefined variable "parallel" or class "paralle...
más de 9 años hace | 2 respuestas | 0
2
respuestasHello, I am trying to solve this problem: I have a matrix, for semplicity let's consider a vector and I want to get only the indexes of the element sorted in descending order
I have not the indexes, I want to find them
más de 9 años hace | 0
Pregunta
Hello, I am trying to solve this problem: I have a matrix, for semplicity let's consider a vector and I want to get only the indexes of the element sorted in descending order
% consider the vector A A = [10 9 4 2 7 3 5 1] % what I want is to get only B = [10 9 7 5 1] % or is the same the ind...
más de 9 años hace | 2 respuestas | 0
2
respuestasPregunta
I have to sum two matrix with different dimension, for example Px = [3x3] and Py = [6x6], how can I insert elements on the diagonal of Px between P11 and P22 for example to make it of the same dimension of Py?
% starting matrix Px = [1 2 3; 4 5 6; 7 8 9]; % Py = magic(6); % elements to increase Px: v = [a1 a2 a3]; % Final mat...
casi 10 años hace | 2 respuestas | 0