Statistiques
RANG
21 273
of 284 702
RÉPUTATION
2
CONTRIBUTIONS
11 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
45.45%
VOTES REÇUS
2
RANG
of 19 223
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 137 490
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
Content Feed
Question
How to interpolate PDE solution to cartesian grid
I can plot a solution using pdeplot(p,e,t,'xydata',u) but I want to interpolate my answer to a cartesian grid so that I can do o...
environ 7 ans il y a | 1 réponse | 0
1
réponseQuestion
chebyshevT is too slow
This function takes an eternity to compute. I have written a workaround that works about 75 times faster for me but I am curious...
presque 8 ans il y a | 1 réponse | 0
0
réponseQuestion
Parameter Optimization in an interval
I have a scoring function asd that takes 4 parameters. Normally this works: [m n]=fminsearch(asd,[40,40,0.04,0.75] , ... ...
presque 8 ans il y a | 1 réponse | 0
1
réponseQuestion
Surf rotation/size
When I view the surf plot of a 2D data, it looks normal from any single angle but when I start to rotate it, matlab automaticall...
environ 8 ans il y a | 1 réponse | 1
1
réponseQuestion
Creating 4D vector inside parfor
This is what I have parfor i = 1:N/k tti=-sqrt(N)/2+(i*k-k)/sqrt(N); [ap,~]=meshgrid(tau/2+tti,tau/2); ...
environ 8 ans il y a | 1 réponse | 0
1
réponseQuestion
Using spline as an interpolating function
ts = linspace(-10,10,1024); fs = func(t); Lets say I do not have access to |func|. Normally I can't use |f| as a functi...
plus de 8 ans il y a | 1 réponse | 1
1
réponseQuestion
parallel for loop in mex
The outer loop in this code should be parallelizable #include "mex.h" #include "matrix.h" #include <math.h> ...
plus de 8 ans il y a | 1 réponse | 0
1
réponseQuestion
Quitting matlab unresponsive due to memory (maybe)
When I try to make matlab deal with, say 16384*16384 matrix (or maybe the function needs to use a few of such matrices in it), m...
plus de 8 ans il y a | 1 réponse | 0
1
réponseQuestion
The variable in parfor cant classified
parpool(3) parfor n = 1:N a=n/60; for u_p=1:length(t) x_a(n,u_p)=sqrt(1-1i*cot(a*pi/2)...
plus de 8 ans il y a | 1 réponse | 0
1
réponseQuestion
Help calling a matlab function in a mex function
EDIT: See my answer below for clarification. I want to modify sincall example to make it display besselj(0,x) #include "...
plus de 8 ans il y a | 1 réponse | 0
1
réponseHelp calling a matlab function in a mex function
forgot about pointer stuff, oups. This fixed it: rhs[0]=mxCreateDoubleMatrix(1, 1, mxREAL); double* pw=mxGetPr(r...
plus de 8 ans il y a | 0
| A accepté
Question
Displaying extra information for datapoints on a plot
Lets say I have two vectors x and y, which describe the position. When I plot them, I want to click on a data point and be able ...
plus de 8 ans il y a | 1 réponse | 0