Community Profile

photo

Peter


University of Oxford

Active since 2012

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Answered
How to access PCHIP function in simulink
Please ignore, I figured out that I need to call the code extrinsically within the embedded function, i.e: coder.extrinsic('p...

10 years ago | 0

| accepted

Question


How to access PCHIP function in simulink
Hello everyone, I'd really like to be able to use the pchip function on some data within the simulink environment, however it...

10 years ago | 1 answer | 0

1

answer

Question


Installing Data Acquisition Toolbox blockset in 64 bit Matlab simulink 2012b
Dear All, I have Matlab 2012b with the data acquisition toolbox. However I wish to use the data acquisition toolbox blockset ...

10 years ago | 0 answers | 0

0

answers

Question


Passing a variable into the fittype function
Hello, I have an analytical equation that I wish to fit to some data. I tried it out using the cftool command and it works we...

11 years ago | 0 answers | 1

0

answers

Question


Changing array variables whilst they are being solved within ODE45 routine at each timestep
Hello, I have a problem which takes the following form: [t T] = ode45(@dTdt,tspan,ICs) end Rates = dTdt(t,T,X,Y,Z)...

11 years ago | 0 answers | 0

0

answers

Question


Problem initialising with ODE45
Hello all, I've got a problem with ODE45. Essentially when I call my derivative function "TANKONEDIM", ODE45 doesn't seem to ...

11 years ago | 0 answers | 0

0

answers

Question


Solving system of first order differential equations in time in Simulink
Hello all, I have a system of first order ODEs to solve. Essentially this a discretised thermal conduction problem. The pl...

11 years ago | 0 answers | 0

0

answers

Answered
Initialising variables in an embedded function
Dear All, Thanks very much for the rapid response, it turns out that simply renaming the variable works perfectly. Azzi, I...

11 years ago | 0

Question


Initialising variables in an embedded function
Hello everyone, I'm trying to get an embedded function within Matlab Simulink to perform a finite difference calculation for ...

11 years ago | 3 answers | 0

3

answers