photo

Daniel Jaló


Aveiro's University

自 2012 起处于活动状态

Followers: 0   Following: 0

消息

Professional Interests: Physics

统计学

All
MATLAB Answers

16 个提问
0 个回答

File Exchange

1 文件

Cody

0 个问题
5 个答案

排名
22,569
of 300,251

声誉
2

贡献数
16 个提问
0 个回答

回答接受率
75.0%

收到投票数
2

排名
9,130 of 20,898

声誉
82

平均
0.00

贡献数
1 文件

下载次数
1

ALL TIME 下载次数
823

排名
55,405
of 167,837

贡献数
0 个问题
5 个答案

评分
60

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Personal Best Downloads Level 1
  • First Submission
  • Thankful Level 3
  • Solver

查看徽章

Feeds

排序方式:

已提交


Schrödinger equation solver for nanostructures
Schrödinger equation solver for a particle subject to diverse potentials.

10 years 前 | 1 次下载 |

0.0 / 5

提问


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...

12 years 前 | 1 个回答 | 0

1

个回答

提问


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...

12 years 前 | 2 个回答 | 0

2

个回答

提问


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...

12 years 前 | 2 个回答 | 0

2

个回答

提问


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 ...

12 years 前 | 1 个回答 | 1

1

个回答

提问


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...

12 years 前 | 1 个回答 | 0

1

个回答

提问


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...

12 years 前 | 1 个回答 | 0

1

个回答

已解决


inner product of two vectors
inner product of two vectors

12 years 前

已解决


Roll the Dice!
*Description* Return two random integers between 1 and 6, inclusive, to simulate rolling 2 dice. *Example* [x1,x2] =...

12 years 前

提问


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...

13 years 前 | 2 个回答 | 0

2

个回答

提问


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...

13 years 前 | 1 个回答 | 0

1

个回答

提问


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 ...

13 years 前 | 1 个回答 | 0

1

个回答

提问


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...

13 years 前 | 4 个回答 | 0

4

个回答

已解决


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 ...

13 years 前

已解决


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...

13 years 前

已解决


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:...

13 years 前

提问


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...

13 years 前 | 1 个回答 | 1

1

个回答

提问


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...

13 years 前 | 0 个回答 | 0

0

个回答

提问


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...

13 years 前 | 1 个回答 | 0

1

个回答

提问


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...

13 years 前 | 3 个回答 | 0

3

个回答

提问


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...

13 years 前 | 1 个回答 | 0

1

个回答

提问


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...

13 years 前 | 2 个回答 | 0

2

个回答