Statistiques
RANG
277 775
of 301 806
RÉPUTATION
0
CONTRIBUTIONS
4 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
0.0%
VOTES REÇUS
0
RANG
of 21 413
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 176 647
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
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 ...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 9 ans il y a | 2 réponses | 0
2
réponsesHello, 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
plus de 9 ans il y a | 0
Question
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...
plus de 9 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
environ 10 ans il y a | 2 réponses | 0