Community Profile

photo

Darin


Massachusetts Institute of Technology

Active since 2012

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


Get parameters for normal distributions in Kernel fit of probability distribution
Using Kernel to fit a series of normal distributions, how can you read out the means and sigmas of the normals it comes up with?...

8 years ago | 1 answer | 0

1

answer

Answered
Genetic Algorithm not enough input arguments despite single vector
ahhh of course, that worked perfectly, thank you!!

8 years ago | 0

Question


Genetic Algorithm not enough input arguments despite single vector
Hi All, bit of an odd problem. Using genetic algorithm, my fitness function is (nested functions) function residua...

8 years ago | 2 answers | 0

2

answers

Answered
custom fittype error ??Matrix dimensions must agree
Yeah I keep playing with this and the error is boggling. What does it mean matrix dimensions don't agree? What matrices? I...

9 years ago | 0

Question


custom fittype error ??Matrix dimensions must agree
Hi All, I have a customer function dIdVdei that takes 10 inputs and outputs a value. I'd like to fit a function to that, vary...

9 years ago | 1 answer | 0

1

answer

Answered
Custom Fit - Error Functions
Nevermind - I have squared in my expression that shouldn't be there, woops! Sorry! At least this code is helpful if anyone want...

10 years ago | 0

Question


Custom Fit - Error Functions
Hi All, So I am trying to fit a series of error functions, and it is not coming up with viable answers. I am using simulated ...

10 years ago | 1 answer | 0

1

answer

Question


Shading type changes on figure copy
Hi All, I'm using pcolor to generate 2D color maps, but when I set the shade type to interpolate, i.e. shading(gca, 'inter...

10 years ago | 0 answers | 0

0

answers

Question


bvp4c singular jacobian encountered
Hi All, I've got a system of ODEs that I don't think should be singular, but I'm encountering this error. In the past when I'...

10 years ago | 0 answers | 0

0

answers

Question


Symbolic function versus linear interpolation
Hi Everyone, I am solving a bounded ODE using bvp4c, where the objective function is dependent on another fully defined funct...

11 years ago | 0 answers | 0

0

answers

Question


bvp4c claims singular Jacobian encountered, but I don't think so
Hi All, sorry if I'm missing something obvious. I'm solving a fairly simple second order ODE with boundary conditions: D_FC...

11 years ago | 0 answers | 0

0

answers

Question


uiresume to allow code to run with dialog box still open?
Hi All, here's what I would like to do: I would like to open up a questdlg() that would allow the user to stop the script (s...

12 years ago | 2 answers | 0

2

answers

Answered
Connect to unsupported vendor's GPIB controller
I think I have an idea. While the instrument (SR830) does not have a specific driver for matlab, it does have a labview drive...

12 years ago | 0

Question


Connect to unsupported vendor's GPIB controller
Hi All, I've been using the instrument control toolbox for a bit now to control an Agilent piece of equipment, and have easil...

12 years ago | 1 answer | 0

1

answer

Question


Handle manual breaks
Hi All, I'm not sure if this is possible, but has anyone come across a way to handle manual breaks in code? i.e. if you Ctrl+...

12 years ago | 1 answer | 0

1

answer

Answered
VISA (GPIB) connection - syntax correct but instrument not understanding commands
Problem solved. By default (I don't know why), EOSMode is set to 'none', i.e. no terminator string is sent with commands to the ...

12 years ago | 1

Question


VISA (GPIB) connection - syntax correct but instrument not understanding commands
Hi All! A bit of a problem getting an instrument to understand what I am passing it, any advice would be very much appreciated! ...

12 years ago | 2 answers | 0

2

answers