CK Chua
自 2018 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
How do I add the rainbow colour bar in so that the colour changes according to the value of 'Gr' (eg: 1-red, 2-orange and so on)
%this is when growth rate is affecting the size of the cell clear all; %Np = [10, 20 ,30 ,40 ,50 ,60 70 ;80 ;90 ;100; D = 0...
6 years 前 | 0 个回答 | 1
0
个回答提问
[HELP :( ]How to analyse number of circles from few photos in a file instead of uploading a single file and plot a histogram out
%How to get a histogram with the results from few photos %12/3/2018 %image analysis for CFU clear all; close all; workspace; ...
6 years 前 | 0 个回答 | 0
0
个回答提问
{Analyse number of circles from few photos in a file} The script below is to check for the number of circles and get the results for just a single photo. How could I modify the script so that I can analyse few photos at once and plot out a histogram
%How to get a histogram with the results from few photos %12/3/2018 %image analysis for CFU clear all; close all; ...
6 years 前 | 0 个回答 | 0
0
个回答提问
How do i combine 2 functions into 1 graph
FIRST FUNCTION: function dydt=passiveinoutwithnumberofpumps (Np, D, Ao, y, x, s, t) dydt = Np*(D*((Ao-y)/x)*s); In another ...
6 years 前 | 2 个回答 | 0