ilovecats!
%1st file: ilovecats.m
function dy = ilovecats(t,y)
dy = zeros(1,1);
dy = -5 * y;
%2nd file: happyscript.m
[t,y] = ode45('ilovecats',[0 10], 1.43);
plot(t,y,'-r');
xlabel('time, years');
ylabel('adorabledness(t)');
title('This plot dedicated to kitties everywhere');
I'm looking for the theoretical model !! Dean flows, microchannels, derivation of analytical solution to dean flows
31 December 2015 606 3 View
This is in relation to solving problems with boundary conditions.
31 December 2014 1,986 7 View
A simple one would suffice.
31 December 2014 3,152 2 View
Hi, I am using GROMACS 5.1.4 to simulate water in contact with a surface. I am only interested to calculate some properties of water near the surface. Let's say at a distance of x nm from the...
03 March 2021 9,989 2 View
I have prepared a manuscript in IEEE Latex template, but for some purpose, I need to prepare a word file as well (detailed format is not required). Compared to two column .tex file, one column...
02 March 2021 1,830 3 View
Hello, I am working on a soil project and I found a primary research article that tests how the modification of agricultural soil can cause global warming, using a thermal collector, however I...
02 March 2021 7,161 3 View
I made a vertical section plot with WOA .nc file on ODV, and now I want to plot my stations (csv. file) in it. Does anyone know how to import my points to the section? They are two different...
01 March 2021 3,610 1 View
Dear Researchers I am trying to perform a PIL simulation using STM32F4 Discovery board and comunication serial USB TO TTL. During simulation I receive the following timeout error: An error...
01 March 2021 2,327 1 View
01 March 2021 1,290 2 View
The following code (see 1st 2 images attached) is used to produce PID controller values that are designed to control the system (G). The code finds the PID controller values (noted as k) by using...
28 February 2021 6,560 14 View
I have input and output data set for "ANFIS modeling in MATLAB", and I am getting some negative predicted values of output in testing. However, the predicted values of output in training are...
28 February 2021 3,459 3 View
I've used the "export data" option in Vesta software to convert my unit cell into a cif file however when I use that cif in atomsk it shows error such as "can't read the position of atom 0". If I...
28 February 2021 4,966 3 View
I have two groups of brain samples, control and treated for example. It was total RNA nova seq sequencing. I tried all the available pipeline like: star+rsem+deseq2, Hista+stringtie+cuffdiff,...
27 February 2021 356 6 View