Community Profile

photo

even coil


Active since 2015

Statistics

  • First Review
  • Thankful Level 1

View badges

Content Feed

View by

Question


Will the ArrayValued option for integral improve or diminish performance relative to looping when integrating a vector-valued function?
I want to integrate K different scalar-valued functions over the same range (from 0 to 1). Option A) is to loop from k=1:1:K,...

bijna 8 jaar ago | 0 answers | 0

0

answers

Question


What's wrong with this parfor loop?
When I try to run the following parfor loop, Matlab returns the error claiming that A cannot be classified. N = 10; T ...

meer dan 8 jaar ago | 2 answers | 1

2

answers

Answered
Stop contourf from interpolating between my grid
Turns out the pcolor command works for what I want. colormap(gray(length(unique(Z)))); h = pcolor(B0,B1,Z); caxis([-.5 1]...

bijna 9 jaar ago | 0

| accepted

Answered
Stop contourf from interpolating between my grid
Sorry, I should have included a MWE. The code is below. I attach the necessary data files for my example. Also, the plots are be...

bijna 9 jaar ago | 0

Question


Stop contourf from interpolating between my grid
I am using a contourf plot of the form: contourf(B0, B1, Z) The spacing of B0 and B1 is .05. The function values in Z onl...

bijna 9 jaar ago | 3 answers | 0

3

answers