Daniel Jaló
Aveiro's University
Followers: 0 Following: 0
Professional Interests: Physics
Statistiques
RANG
22 256
of 295 527
RÉPUTATION
2
CONTRIBUTIONS
16 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
75.0%
VOTES REÇUS
2
RANG
9 013 of 20 242
RÉPUTATION
81
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
1 Fichier
TÉLÉCHARGEMENTS
2
ALL TIME TÉLÉCHARGEMENTS
815
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
A soumis
Schrödinger equation solver for nanostructures
Schrödinger equation solver for a particle subject to diverse potentials.
plus de 9 ans il y a | 2 téléchargements |
Question
Alternatives to break command inside a spmd command
Hello. I was looking for an alternative to a break command inside an spmd block. Imagine we have a code with 4 loops in parall...
presque 12 ans il y a | 1 réponse | 0
1
réponseQuestion
When to use codistributed arrays
Imagine I have the following matrix: A = rand(6400,6400) Now imagine I create a distributed array from it: (I have 4 wo...
presque 12 ans il y a | 2 réponses | 0
2
réponsesQuestion
Codistributed arrays taking too long to run
Hello fellow programmers. I've been exploring the distributed arrays functionality on Matlab. I tried doing a simple matrix...
presque 12 ans il y a | 2 réponses | 0
2
réponsesQuestion
Parallel programming with createJob
Hi. I'm having some confusion regarding the functions createJob and createTask. I have a function, compute(a,b), that gives ...
presque 12 ans il y a | 1 réponse | 1
1
réponseQuestion
Parallel programming: defining tasks
Hi. I made a simple function, compute(m,n), that calculates the number of primes between m and n. I used this function to tes...
presque 12 ans il y a | 1 réponse | 0
1
réponseQuestion
GPU computing without NVIDIA graphic card
Hi. My computer has the following graphic card: AMD Radeon HD 6520G + 7670M dual GPU Is it possible for me to take advantag...
presque 12 ans il y a | 1 réponse | 0
1
réponseA résolu
Roll the Dice!
*Description* Return two random integers between 1 and 6, inclusive, to simulate rolling 2 dice. *Example* [x1,x2] =...
presque 12 ans il y a
Question
How to insert a function into a GUI
Hi. I'm making a simple GUI which receives functions and do operations on them. It is complete, however to change the functio...
presque 12 ans il y a | 2 réponses | 0
2
réponsesQuestion
How to include a function into the main directory
I've created some functions that I use often. I'm wondering if there's any way to make it so that the functions work even if th...
environ 12 ans il y a | 1 réponse | 0
1
réponseQuestion
How to connect various computers to matlab
Hi. I'm wondering if there is anyway to connect two computers, let's call it PC1 and PC2, so that I can use the resources of ...
environ 12 ans il y a | 1 réponse | 0
1
réponseQuestion
Surface of a equation
Hi. I want to plot the quadratic surface of a sphere: x^2 + y^2 + z^2 = r , where r is equal to 1. Therefore: x^2 + y^2...
environ 12 ans il y a | 4 réponses | 0
4
réponsesA résolu
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
plus de 12 ans il y a
A résolu
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
plus de 12 ans il y a
A résolu
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
plus de 12 ans il y a
Question
When to use spmd and parfor function.
Hi. In what situations are those two functions best suited? What's the difference between them? I never know which one to use...
plus de 12 ans il y a | 1 réponse | 1
1
réponseQuestion
How to set an mpiexec configuration (Parallel programming)
Hi. As of today I can only use the default local configuration to initiate parallel programming. I was wondering if anyone coul...
plus de 12 ans il y a | 1 réponse | 0
0
réponseQuestion
Parallel programming: where to start?
Hi. I want to learn parallel computing in Matlab, however I don't know where to start. Is there any good beginner book that co...
plus de 12 ans il y a | 1 réponse | 0
1
réponseQuestion
Parallel programming: parfor vs for computing time
Good afternoon. I'm interested in learning parallel programming in matlab. For that reason I tried some scripts in matlab usi...
plus de 12 ans il y a | 3 réponses | 0
3
réponsesQuestion
Parallel programmin: matlabpool error
Good day, dearest of communities, Much to my dismay, not once have I ever successfully made use of parallel computing code wi...
plus de 12 ans il y a | 1 réponse | 0
1
réponseQuestion
Error when using matlabpool
Hi. Whenever I try to use any variation of matlabpool, e.g. endmatlabpool open I get an error that says the followin...
plus de 12 ans il y a | 2 réponses | 0