Statistica
RANK
21.582
of 297.457
REPUTAZIONE
2
CONTRIBUTI
11 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
45.45%
VOTI RICEVUTI
2
RANK
of 158.938
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
oltre 8 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 9 anni fa | 0 risposte | 0
0
risposteDomanda
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] , ... ...
circa 9 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 9 anni fa | 1 risposta | 1
1
rispostaDomanda
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); ...
oltre 9 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 9 anni fa | 1 risposta | 1
1
rispostaDomanda
parallel for loop in mex
The outer loop in this code should be parallelizable #include "mex.h" #include "matrix.h" #include <math.h> ...
oltre 9 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 9 anni fa | 1 risposta | 0
1
rispostaDomanda
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)...
oltre 9 anni fa | 1 risposta | 0
1
rispostaDomanda
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 "...
oltre 9 anni fa | 1 risposta | 0
1
rispostaHelp 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...
oltre 9 anni fa | 0
| accettato
Domanda
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 ...
quasi 10 anni fa | 1 risposta | 0