photo

Erik Keever


Last seen: 5 years 前 自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

2 个提问
6 个回答

排名
4,102
of 297,457

声誉
12

贡献数
2 个提问
6 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 158,938

贡献数
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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 0

| 已接受