Statistik
RANG
22.227
of 300.779
REPUTATION
2
BEITRÄGE
19 Fragen
2 Antworten
ANTWORTZUSTIMMUNG
36.84%
ERHALTENE STIMMEN
2
RANG
of 21.084
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 170.997
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Find minimum of $n$ first entries, with $1\leq n\leq numel(X)$.
Given a one-dimensional array $X$, is there a fast way (faster than a for loop) to find $min_{1\leq m\leq n} X(m)$ for all $1\le...
mehr als 9 Jahre vor | 2 Antworten | 0
2
AntwortenPDE: Subdivide edge to assign different boundary conditions
Use a polygon instead of a rectangle (which is created as special case of a polygon anyway). Create multiple vertices on the sid...
mehr als 9 Jahre vor | 0
| akzeptiert
Frage
PDE: Subdivide edge to assign different boundary conditions
I want to solve a 2nd order elliptic PDE on a two-dimensional square. Can I assign different boundary conditions to two piece...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to share a HashMap in parallel computing
*Setup* I am trying to parallelize an algorithm that runs the same code on each row of a matrix (and then postprocesses the r...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
parfor with progress report
I would like my parfor loop to count how many of the indices have been handled and display this information during the computati...
mehr als 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
(Container)Map with array keys
I need a Map whose keys are arrays of integers. MATLAB's Containers.Map does not allow array keys. The implementation with Java...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Problems with parfor in class method
If I run F=Foo(1); F.A=pi; F.bar(); where classdef Foo properties A; sz; ...
mehr als 9 Jahre vor | 1 Antwort | 1
1
AntwortWhy is parfor 500 times faster with 12 workers on a loop of size 100
Restarted, and the effect went away. for loop became faster, in a way that made the numbers reasonable
mehr als 9 Jahre vor | 0
| akzeptiert
Frage
Why is parfor 500 times faster with 12 workers on a loop of size 100
I am running code that is equivalent to A=init(); T=init2(); N=100; B=zeros(N,1); for i=1:N B(i)=T.foo(A(i...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
ind2sub output in arrayform
The syntax of ind2sub is [s1,s2,s3,...,sd]=ind2sub(size,i) where s1,... are d vectors of size Nx1 when i has size Nx1 an...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Specifying diffusion coefficient, PDE toolbox
I currently solve elliptic PDE with Matlab as follows pdem = createpde(1); c=1; a=0; f=1; geometryFromEdges(pdem,@sq...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Problem solving most simple elliptic PDE, 2015a
Trying to solve $\Delta u=1$ on the unit square, I currently do pdem = createpde(1); c=1; a=0; f=1; geometryFromEdg...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Fill a line with tabs until specified length is reached
In order to format my output of multiple lines, I currently use something like fprintf('Foo Method: \t\t\t\t\t %f',a) fp...
fast 10 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Disabling Stretch-to-fill does not work
I am displaying a 3-D scatterplot with scatter3(rand(100,1),rand(100,1),rand(100,1)) By default, the plot is stretched t...
etwa 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Can I publish interactive MATLAB Figures in HTML?
Can I embed MATLAB Figures into HTML preserving 3-D functionality? This seems not to be possible using the MATLAB publishing too...
etwa 10 Jahre vor | 0 Antworten | 1
0
AntwortenFrage
Can I publish interactive Figures in HTML
Can I embed Matlab Figures into HTML preserving 3-D functionality? This seems not to be possible using the MATLAB publishing too...
etwa 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Can I publish interactive figures in HTML?
When using the publish feature, and including 3D figures, quite a lot of information gets lost when the figure window is convert...
etwa 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Can I publish interactive figures in HTML?
When using the publish feature, and including 3D figures, quite a lot of information gets lost when the figure window is convert...
etwa 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Can I publish interactive figures in HTML?
When using the publish feature, and including 3D figures, quite a lot of information gets lost when the figure window is convert...
etwa 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Can I publish interactive figures in HTML?
When using the publish feature, and including 3D figures, quite a lot of information gets lost when the figure window is convert...
etwa 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Can I publish interactive figures in HTML
When using the publish feature, and including 3D figures, quite a lot of information gets lost when the figure window is convert...
etwa 10 Jahre vor | 0 Antworten | 0
