photo

Bananach


2015년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


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

거의 8년 전 | 답변 수: 2 | 0

2

답변

답변 있음
PDE: 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...

대략 8년 전 | 0

| 수락됨

질문


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

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


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

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

8년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Problems with parfor in class method
If I run F=Foo(1); F.A=pi; F.bar(); where classdef Foo properties A; sz; ...

8년 초과 전 | 답변 수: 1 | 1

1

답변

답변 있음
Why 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

8년 초과 전 | 0

| 수락됨

질문


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

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

8년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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

8년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

8년 초과 전 | 답변 수: 0 | 1

0

답변

질문


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

8년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

8년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

8년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

8년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

8년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

8년 초과 전 | 답변 수: 0 | 0

0

답변