Feeds
已回答
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...
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...
12 years 前 | 0
| 已接受
提问
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...
12 years 前 | 1 个回答 | 0
1
个回答提问
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 ...
12 years 前 | 0 个回答 | 0
0
个回答提问
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...
12 years 前 | 0 个回答 | 1
0
个回答提问
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)...
13 years 前 | 0 个回答 | 0
0
个回答提问
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 ...
13 years 前 | 0 个回答 | 0
0
个回答提问
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...
13 years 前 | 0 个回答 | 0
0
个回答已回答
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...
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...
13 years 前 | 0
提问
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 ...
13 years 前 | 3 个回答 | 0
