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 ?
Suppose the coefficient is a. Then you can add the following lines in your program:
if abs(a)
In simple way you can do it by rounding the result of your function calculation with Matlab functions like: round, ceil and so on
02 March 2017 5,426 4 View
Homogeneous differential equation with constant coefficients?
07 August 2016 7,253 1 View
07 August 2016 1,472 3 View
06 July 2016 6,895 4 View
06 July 2016 9,200 6 View
I have been searching for papers about channel aggregation algorithms, but...So can anybody recommend useful articles about it? Thanks!
03 April 2016 7,110 3 View
How to simulate spectrum aggregation in 802.11n ? Is there any MATLAB code about it ?
03 April 2016 618 0 View
When I tried to energy minimization my system, I got fatal error as below. Fatal error: Atomtype opls_116 not found Although I've already added this line: ; include water #include "oplsaa.ff/spc.itp" to [molecultype] directive in my topology.
16 June 2021 0 0 View
I have dataset which shows the length of power lines. I need to classify the lines based on the line length. Is there a rule to classify the High voltage (HV) and low voltage (LV) lines based on...
03 March 2021 4,116 4 View
Hello, I'm fairly new to ARENA and I have the following problem: I have two queues in which, in each queue, a different order type arrives (both having an arrival rate of exponential 10). Order...
02 March 2021 2,431 3 View
Hello, I have a mechanism where air rises due to convective flows. In this simulation, nothing is driving the air except this. I understand that the Boussinesq approximation only works for small...
02 March 2021 4,910 3 View
Actually, I am running cfd simulation for a heat exchanger which has two fluids one hot and other one is cold fluid. there is a solid domain between them, which I removed and instead I have used...
01 March 2021 9,537 2 View
I am working on roof joint and trying to simulate the behaviour in Abaqus. I am successful in running the model but the final graph does not follow the experimental curve in the negative direction...
01 March 2021 6,661 3 View
Hi In Molecular Dynamics Simulation, how do I make changes to the force field according to my protein? I got this error in the add-ion stage: Fatal error "./ amber99sb-ildn-HHH.ff / force...
01 March 2021 8,747 4 View