Feeds
已回答
Inconsistency using integral versus quad?
Here is f(x); it is actually a two-parameter code: function [val] = Dist_Gaussian(vec_half, params) sig = params(1); ...
Inconsistency using integral versus quad?
Here is f(x); it is actually a two-parameter code: function [val] = Dist_Gaussian(vec_half, params) sig = params(1); ...
10 years 前 | 0
提问
Inconsistency using integral versus quad?
I am encountering a strange problem using the built-in "integral" function in MatLab R2013b, where it is not giving me the prope...
10 years 前 | 2 个回答 | 0
2
个回答提问
lsqcurvefit passing parameters to function?
I have a question on using lsqcurvefit. I have built up a MatLab object that has (among other supporting functions) two key func...
10 years 前 | 1 个回答 | 0
1
个回答提问
Using lsqnonlin for multi-dimensional inputs and parameter spaces
I am having trouble understanding how to interface with the lsqnonlin Nonlinear Least Squares solver. I know it takes as inpu...
11 years 前 | 1 个回答 | 0
1
个回答已回答
Mex with Function Pointers?
I got this code to work properly using a mix of C++ objects and MatLab objects, by tracking the function pointer's 64-bit intege...
Mex with Function Pointers?
I got this code to work properly using a mix of C++ objects and MatLab objects, by tracking the function pointer's 64-bit intege...
11 years 前 | 0
提问
SEMILOGY not printing proper y axis labels
I am creating 4 total plots, 2 per figure, using the same data; the first plot is a regular plot (using subplot and plot command...
11 years 前 | 1 个回答 | 0
1
个回答提问
OOP in MatLab -- assigning values to properties?
I am trying to understand how MatLab does OOP in R2013b, so I got started with a simple test class, but it doesn't seem to behav...
11 years 前 | 1 个回答 | 2
1
个回答提问
Mex with Function Pointers?
I want to build most of my code in MatLab, but there is one routine that needs to be sped up in C++ (and made to use the GPU; hi...
11 years 前 | 1 个回答 | 0
1
个回答提问
2-D integral of function with >2 params (but only 2 variables)
Is there a slick method for me to do a 2-D integral (ie, using quad2d) for a function with more than 2 varaibles, but specifying...
11 years 前 | 1 个回答 | 0
1
个回答提问
Setting Default Legend Location?
How do I set the default legend location in MatLab R2013a?
11 years 前 | 1 个回答 | 0
1
个回答已回答
Forcing slider values to round to a valid number
If you want to update the slider to have this new value as well, be sure that after you do the rounding, you also use: set(...
Forcing slider values to round to a valid number
If you want to update the slider to have this new value as well, be sure that after you do the rounding, you also use: set(...
12 years 前 | 1