Craig - MATLAB Central
photo

Craig


Last seen: 12 months 前 自 2012 起处于活动状态

Followers: 0   Following: 0

消息

Professional Interests: computational intelligence, systems modelling

统计学

MATLAB AnswersFrom 07/12 to 04/25Use left and right arrows to move selectionFrom 07/12Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

9 个提问
4 个回答

排名
22,673
of 298,292

声誉
2

贡献数
9 个提问
4 个回答

回答接受率
100.0%

收到投票数
2

排名
 of 20,560

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,775

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • 3 Month Streak
  • Thankful Level 3
  • First Answer

查看徽章

Feeds

排序方式:

提问


Creating a function with a logical output.
Hi all, I am quite confused. I have a function say like this: function [output] = TLU( inputs, weights, threshold ) ...

12 years 前 | 2 个回答 | 0

2

个回答

已回答
How to force GUIHandles to include handles to axes.
Thanks this works. I am trying now to understand the difference between guihandles and guidata!

12 years 前 | 0

提问


How to force GUIHandles to include handles to axes.
Hello all, In my GUI start function I do this: hSpectatorGui = gcf; And have the start function return hSpectatorGui....

12 years 前 | 2 个回答 | 0

2

个回答

已回答
Compiling C++ s-functions in MATLAB R2007b x86 on Windows 7 x64 Professional
I think I found a dodgy solution. Please comment on this answer. I used Windows search to find: # MSVCR80.dll in C:/Window...

12 years 前 | 0

提问


Compiling C++ s-functions in MATLAB R2007b x86 on Windows 7 x64 Professional
Steps already taken: # Installed VS 2005 Express # Installed Win 7 SDK # Installed VS 2005 x86 Runtimes SP1 + MFC S...

12 years 前 | 2 个回答 | 0

2

个回答

提问


Reducing lag caused by masked Simulink blocks
Hi all, I have a problem where the images (that are actually useful) rendered on Simulink blocks seem to lag Simulink in the ...

12 years 前 | 1 个回答 | 1

1

个回答

提问


C-Mex S function - storing values between timesteps?
Probably a noobish question... For example, would it be possible to write a C mex S-function that returned the input value fr...

12 years 前 | 1 个回答 | 0

1

个回答

已回答
Creating cell array of strings in a loop
Ok I got the dimensions of the preallocation wrong. Should have been timeStrings = cell(entries_per_variable,1); Best regard...

12 years 前 | 0

| 已接受

提问


Creating cell array of strings in a loop
Hi all, I have a few lines as such: timeStrings = cell(1,entries_per_variable); for o = 1:1:entries_per_variabl...

12 years 前 | 1 个回答 | 1

1

个回答

提问


Modifying the Simulink Display Block
The Simulink 'Display' block is very useful for troubleshooting models. However, for the complex model I'm dealing with, it i...

12 years 前 | 1 个回答 | 0

1

个回答

已回答
Can I display the simulink scope in a GUI?
I've made a similar script for optimising parameters in a Simulink model. If one uses the sim(model) in the GUI's script, by def...

12 years 前 | 0

提问


Conditional Simulink Block Deletion?
The aim of the code is to scour a .mdl and delete any mux blocks that are not connected to anything (outport) and then their inp...

12 years 前 | 1 个回答 | 0

1

个回答

提问


How can I have my student version of Matlab 2012a downgraded to 2007b 32bit?
I have compatibility issues using 2012a with the version used in the lab!

12 years 前 | 1 个回答 | 0

1

个回答