photo

Erik Keever


Last seen: 거의 5년 전 2018년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

2 질문
6 답변

순위
4,319
of 297,527

평판
12

참여
2 질문
6 답변

답변 채택
0.0%

획득한 표
0

순위
 of 20,454

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 159,017

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Knowledgeable Level 2
  • First Answer

배지 보기

Feeds

보기 기준

질문


Mex does not accept -g?
Hello, I have suddenly collided with a rather frightening problem. I have a code that is about an even split between a compiled/...

거의 5년 전 | 답변 수: 0 | 0

0

답변

답변 있음
How to delete two minimum elements in a vector?
Hmm. Perhaps, % generate some random junk x = round(10*rand([24 1])); % sort array [~, idx] = sort(x); % sort t...

대략 6년 전 | 0

답변 있음
How can I have Matlab create a polynomial function from a vector of coefficients without invoking some other implemented function?
If you're asking for the most efficient way to do it, call the function Mathworks implemented for us: >> help polyval PO...

6년 초과 전 | 0

답변 있음
solve a differential equation at specific points
The equation given, (d gamma / d u)|_{u=u0} = tau, doesn't define a differential equation for gamma, it defines a boundary condi...

6년 초과 전 | 0

| 수락됨

질문


Best practice for asynchronous data saving
I have a simulation code which exhibits the usual bursty IO behavior of FDTD simulations. To wit, x = lotsOfData(); for ...

6년 초과 전 | 답변 수: 0 | 0

0

답변

답변 있음
Minimize φ using mathematical optimization toolbox
Since you say you can evaluate the functional, zeta = functional(x_i(t); phi, gamma) It sounds like all you need to do i...

6년 초과 전 | 0

답변 있음
Alternative ways to perform the same task
I think I might first ask, "do I need to write new code to do this?" Both particle and particle-in-cell simulation codes for dif...

6년 초과 전 | 0

| 수락됨

답변 있음
I have a number of scripts which plots graph and want plot on GUI Axes by push buttons. How can I write on the callback to plot on axes referring to variables in workplace or link each script to each push button?
Event-driven GUI programming is about as close as it gets to the perfect use case for classes and OOP. The class can hold the da...

6년 초과 전 | 0

| 수락됨