Statistiques
RANG
165 581
of 295 467
RÉPUTATION
0
CONTRIBUTIONS
7 Questions
4 Réponses
ACCEPTATION DE VOS RÉPONSES
28.57%
VOTES REÇUS
0
RANG
of 20 234
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
Cosine/Sine polynomial summation: Ordinary sum vs. Clenshaw summation
Hi all, I'm interested in knowing whether it is advantageous, specifically in matlab, to sum a cosine/sine polynomial using t...
plus de 10 ans il y a | 1 réponse | 0
0
réponseQuestion
TriScatteredInterp - Edge constraints for periodic data?
Hello, I try to perform an interpolation on 3D scattered data (data that is gathered on a 3D irregular mesh grid) to a regula...
plus de 11 ans il y a | 1 réponse | 0
0
réponseA 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 11 ans il y a
A résolu
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
plus de 11 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 11 ans il y a
Finding multiple values in matrix
Hi, 'Logical indexing' (<http://www.mathworks.nl/help/matlab/math/matrix-indexing.html#bq7egb6-1>) and 'sum() or mean()' shou...
plus de 11 ans il y a | 0
Out of memory at the end of simulation
Hi Peter, Do you run the 32-bit or 64-bit version of matlab? You can check the maximum allowed memory that you can adress on ...
plus de 11 ans il y a | 0
Question
Scaled spherical bessel functions
Hi all, Does anyone know about routines that compute - preferably scaled - spherical bessel functions of the first and second...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
Using parfor on a single quad-core?
Hi all, Does anyone have an idea whether its advantageous to use a parforloop on a single quadcore? I have some code that cal...
presque 12 ans il y a | 1 réponse | 0
0
réponseAborting callback execution in GUI - Drawnow error
Thanks for this example! This works indeed. I was thinking of using try catch because one iteration takes a long time (due to a...
presque 12 ans il y a | 0
Question
Aborting callback execution in GUI - Drawnow error
Hi all, I'm working on a GUI, where I have one task that is very computationally intensive. Therefore I want to add a button ...
presque 12 ans il y a | 2 réponses | 0
2
réponsesQuestion
Solving a linear but ill-posed linear system
Hi, I encountered some numerical problem. I Have a simple exact linear system looking like this: [9.8117e-9 - 3.5...
environ 12 ans il y a | 1 réponse | 0
0
réponseOptimizing computing double integrals by elementwise matrix operations
Hi, As far as I've tried, using integral2 does not solve to problem. As I suspected you can't input a matrix to the function....
plus de 12 ans il y a | 0
Question
Optimizing computing double integrals by elementwise matrix operations
Hi all, I wrote my own function to calculate the double integral of a function, here referred to as 'fun(x,y)' between the bo...
plus de 12 ans il y a | 2 réponses | 0