photo

Nathan Crosty

MathWorks

自 2013 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

6 个提问
9 个回答

Cody

0 个问题
20 个答案

排名
3,597
of 300,057

声誉
16

贡献数
6 个提问
9 个回答

回答接受率
16.67%

收到投票数
8

排名
 of 20,866

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
24,723
of 167,162

贡献数
0 个问题
20 个答案

评分
210

徽章数量
2

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • First Answer
  • Promoter
  • Solver

查看徽章

Feeds

排序方式:

提问


How do I disable simulink embedded matlab function editor auto correct?
I am working on a Matlab function block in a Simulink model, and the auto-correct is re-naming some variables every time I go to...

10 years 前 | 0 个回答 | 0

0

个回答

提问


How do I propogate a signal name from a Model Reference in 2011b?
I found some documentation that pertains to newer versions (2014a) for propagating signal names from inside of the model referen...

11 years 前 | 0 个回答 | 0

0

个回答

已回答
Real time plot from streaming data
Try this code snippet I have in my inventory as an example. t = 0 ; x = 0 ; startSpot = 0; interv = 1000 ; % con...

12 years 前 | 6

提问


How do I create stub functions in simulink for legacy code?
I would like to use sfunctions to create function calls to a external c functions. I don't want to build the actual legacy code...

12 years 前 | 1 个回答 | 0

1

个回答

已回答
how to plot the data in a cell array
It sounds like you are looking for the cell2mat function. This will convert a cell array to numeric array which you can use to ...

12 years 前 | 0

已回答
Variant control for variant subsystems with mask parameters?
In the Variant Subsystem > Subsystem Parameters, there is a check box for "Override variant conditions and use the following var...

12 years 前 | 1

已回答
What can affect the performance of Matlab Compiler?
One option is to turn off compiler optimizations in Code Generation>Build Process>>Compiler optimization level This will ...

12 years 前 | 0

已回答
nested if else statements
this = 222; that = 111; if this == 333 disp('this') elseif that == 444 disp('that') else this ...

12 years 前 | 0

已回答
Receiving UDP data from Arduino
One thing I can tell you is that your endianness will be opposite between the Arduino and Matlab. Other than that, your paremet...

12 years 前 | 0

已回答
how do i get the timestep of odesolver
The ODE solvers actually return time... You don't need to do anything extra. [T,Y] = solver(odefun,tspan,y0) Where T is th...

12 years 前 | 1

已回答
Sending Different Sized Integers together over TCP/IP
You might look into "packing" your values of different types using a structure and sending that, then of course unpacking them o...

12 years 前 | 0

提问


How do I modify the standard Arduino build process?
I am using the latest Arduino Simulink support package and am able to build my model and flash to my module using run on target....

12 years 前 | 1 个回答 | 0

1

个回答

提问


Arduino application undefined reference for normal functions
I am trying to build model files that were initially created using 2011b with 2012b. I set up the arduino package and everything...

12 years 前 | 0 个回答 | 0

0

个回答

已回答
Generating Mex Files For Arduino Drivers - MS Compiler Not Working
My question has been answered here http://www.mathworks.com/matlabcentral/fileexchange/39354-device-drivers. I needed to change...

12 years 前 | 0

| 已接受

提问


Generating Mex Files For Arduino Drivers - MS Compiler Not Working
I am trying to use existing Arduino libraries with the S-Function Builder or Legacy Code Tool (same result). Particularly, I am...

12 years 前 | 1 个回答 | 0

1

个回答