photo

Alessandro


Last seen: 12 jours il y a Actif depuis 2024

Followers: 0   Following: 1

Statistiques

MATLAB Answers

12 Questions
1 Réponse

RANG
293 769
of 300 352

RÉPUTATION
0

CONTRIBUTIONS
12 Questions
1 Réponse

ACCEPTATION DE VOS RÉPONSES
91.67%

VOTES REÇUS
0

RANG
 of 20 928

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 212

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

  • First Answer
  • Thankful Level 3

Afficher les badges

Feeds

Afficher par

Question


Error with gpu codegen
I ran this code on my computer clear,clc,close all Params.r = 0.0476; % 0.0476; Params.w = 0.172; vfoptions = s...

environ 2 mois il y a | 1 réponse | 0

1

réponse

Question


Parpool thread-based pool size
I have a computer with 14 physical cores: 12th Gen Intel(R) Core(TM) i7-12800H, 2400 Mhz, 14 Core(s), 20 Logical Processor(s)). ...

environ 2 mois il y a | 1 réponse | 0

1

réponse

Réponse apportée
GPU Parallelization: Kernel for Value Function Iteration
You can try using the VFI toolkit, which uses gpu parallelization in Matlab. https://github.com/vfitoolkit

2 mois il y a | 0

Question


GPU Coder codegen slow performance
I am running the code shown below with MEX CUDA. Following Chao Luo's suggestion, I prepared a MWE, so that anyone who is intere...

2 mois il y a | 1 réponse | 0

1

réponse

Question


parfor number of cores
I am using a machine with an intel processor with 14 physical cores (among those, 6 performance cores). If I run this code I get...

3 mois il y a | 1 réponse | 0

1

réponse

Question


Using RTX 5090 for GPU computing in forward compatibility
Dear users, I have read a couple of very useful posts https://www.mathworks.com/matlabcentral/answers/2173867-can-i-use-my-nv...

3 mois il y a | 2 réponses | 0

2

réponses

Question


Nvidia GPU GeForce 5060-5090
Are the Nvidia GeForce RTX 5060, 5070, 5080 and 5090 compatibile with Matlab R2025a? Matlab website (see https://www.mathworks....

3 mois il y a | 3 réponses | 0

3

réponses

Question


Change size of input arguments without recompiling mex with codegen
I compiled a simple function with matlab coder. The function takes three input arguments: xvec is [nx,1], yvec is [ny,1] and zma...

9 mois il y a | 2 réponses | 0

2

réponses

Question


Vectorized code slower than loops
I am trying to speed up the code reported below (it is a MWE, actual code is more complicated). I vectorized the inner loop (see...

11 mois il y a | 6 réponses | 0

6

réponses

Question


Convert cell array of structures to numeric vector
Suppose I have ale{1}.a = 0; ale{2}.a = 1; ale{3}.a = 1.5 ale_vec = NaN(length(ale),1); for ii=1:length(ale) ale_vec(...

environ un an il y a | 2 réponses | 0

2

réponses

Question


How to speed up vectorized operations for dynamic programming
I would like to speed up the following code which solves a discrete dynamic programming problem using the method of successive a...

environ un an il y a | 1 réponse | 0

1

réponse

Question


Colon operands must be real scalars
I tested the following code: x = rand(1,3); x([1,2]:[1,2]) In R2024a it gives a warning but it is ok in R2023b! Some existi...

environ un an il y a | 2 réponses | 0

2

réponses

Question


Poor performance of linprog in practice
I have to solve a dynamic programming problem using a linear programming approach. For details, please see this paper. The LP th...

environ un an il y a | 1 réponse | 0

1

réponse