photo

Sam Butler


Air Force Institute of Tech

2013년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

8 질문
3 답변

순위
11,564
of 300,364

평판
4

참여
8 질문
3 답변

답변 채택
37.5%

획득한 표
3

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,373

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1
  • First Answer

배지 보기

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

대략 11년 전 | 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...

대략 11년 전 | 답변 수: 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...

11년 초과 전 | 답변 수: 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...

거의 12년 전 | 답변 수: 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...

거의 12년 전 | 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...

대략 12년 전 | 답변 수: 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...

대략 12년 전 | 답변 수: 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...

대략 12년 전 | 답변 수: 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...

대략 12년 전 | 답변 수: 1 | 0

1

답변

질문


Setting Default Legend Location?
How do I set the default legend location in MatLab R2013a?

12년 초과 전 | 답변 수: 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(...

12년 초과 전 | 1