8 Questions 8 Answers 0 Followers
Questions related from Alice ai
Here is an simple example: I define an ode45 function and call it : Function code After running it, we can see that Only state variables of the function can be stored in the workspace and...
03 March 2017 5,497 4 View
If I have a parameter name called ‘a’ in workspace,I want to call it as an input to a function module of my simulink.What statements should I use to achieve this goal? Please specify the process.
08 August 2016 1,569 3 View
Homogeneous differential equation with constant coefficients?
08 August 2016 7,348 1 View
I want to set up an Matlab function module to run an algorithm in Simulink.The inputs of this function require to be called from workspace. First, all the input variables of matlab function are in...
07 July 2016 6,986 4 View
First, all the input variables of function are in the workspace. Then, I enter the function in the command window like this and I can get the results: However, directly running in the m file ,...
07 July 2016 9,311 6 View
how to use MATLAB to ignore the very small coefficient in a function ? For example, there is a function f = - 5.55112*10^(-16)*t^5 + t, how can I get f = t ?
07 July 2016 3,961 2 View
How to simulate spectrum aggregation in 802.11n ? Is there any MATLAB code about it ?
04 April 2016 693 0 View
I have been searching for papers about channel aggregation algorithms, but...So can anybody recommend useful articles about it? Thanks!
04 April 2016 7,189 3 View