photo

even coil


Actif depuis 2015

Followers: 0   Following: 0

Message

Statistiques

MATLAB Answers

3 Questions
2 Réponses

RANG
36 188
of 301 307

RÉPUTATION
1

CONTRIBUTIONS
3 Questions
2 Réponses

ACCEPTATION DE VOS RÉPONSES
66.67%

VOTES REÇUS
1

RANG
 of 21 235

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 173 928

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

  • First Review
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

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

plus de 9 ans il y a | 1 réponse | 0

0

réponse

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

plus de 10 ans il y a | 2 réponses | 1

2

réponses

Réponse apportée
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]...

presque 11 ans il y a | 0

| A accepté

Réponse apportée
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...

presque 11 ans il y a | 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...

presque 11 ans il y a | 3 réponses | 0

3

réponses