Feeds
質問
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?...
10年以上 前 | 1 件の回答 | 0
1
回答回答済み
Genetic Algorithm not enough input arguments despite single vector
ahhh of course, that worked perfectly, thank you!!
Genetic Algorithm not enough input arguments despite single vector
ahhh of course, that worked perfectly, thank you!!
10年以上 前 | 0
質問
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...
10年以上 前 | 2 件の回答 | 0
2
回答回答済み
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...
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...
11年以上 前 | 0
質問
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...
11年以上 前 | 1 件の回答 | 0
1
回答回答済み
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...
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...
11年以上 前 | 0
質問
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 ...
11年以上 前 | 1 件の回答 | 0
1
回答質問
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...
約12年 前 | 0 件の回答 | 0
0
回答質問
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'...
12年以上 前 | 0 件の回答 | 0
0
回答質問
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...
12年以上 前 | 0 件の回答 | 0
0
回答質問
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...
12年以上 前 | 0 件の回答 | 0
0
回答質問
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...
13年以上 前 | 2 件の回答 | 0
2
回答回答済み
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...
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...
14年弱 前 | 0
質問
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...
14年弱 前 | 1 件の回答 | 0
1
回答質問
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+...
14年弱 前 | 1 件の回答 | 0
1
回答回答済み
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 ...
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 ...
14年弱 前 | 1
質問
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! ...
14年弱 前 | 2 件の回答 | 0
