Statistics
RANK
19 046
of 295 467
REPUTATION
2
CONTRIBUTIONS
26 Questions
1 Answer
ANSWER ACCEPTANCE
42.31%
VOTES RECEIVED
2
RANK
of 20 234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 872
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Determining Steady State using a Glucose Simulink Model
I am trying to determine the steady state of a Glucose Model using Simulink. The code i was provided with as a basis has numero...
mer än 10 år ago | 0 answers | 0
0
answersQuestion
Importing a text file and then using "counting" approach
I am trying to import a text file into matlab. I tried using the following: A=xlsread ('temperature. txt') Once I am able to...
mer än 10 år ago | 1 answer | 0
1
answerPerturbing Values and determing an SFO
I do not have access to the tool box. My issue seems to be that my "c" varaible only changes when I add the perturbation rather...
mer än 10 år ago | 0
Question
Perturbing Values and determing an SFO
I am using the following code K1 = 0.005; K2 = 0.005; K3 = 0.005; K4 = 0.005; Kc = 0.5; Kd = 0.02; kdd = 0....
mer än 10 år ago | 2 answers | 0
2
answersQuestion
Reinstallation of Matlab version 2012a
I am trying to re install Matlab on my PC. I downlaoded the software from my school website. The program has been downloading ...
mer än 10 år ago | 0 answers | 0
0
answersQuestion
Implementing a code from Berkley Madonna into Matlab
I am trying to implement a code from Berkley Madonna into Matlab. I want to carry out a simulation and produce the results graph...
mer än 10 år ago | 1 answer | 0
1
answerQuestion
using ode15s to solve differential equations
I am trying to solve differentials equations using ode15s. Have the following code: function ode15s =(t,y); %Define initia...
nästan 11 år ago | 1 answer | 0
1
answerQuestion
Runge Kutta solving differential equations
I am trying to solve differential equations using runge kutta. I have two codes that I am working from . The first code I had a...
nästan 11 år ago | 0 answers | 1
0
answersQuestion
Solving differential equations using ODE15s
Trying to solve four differential equations. Have the following code: function dy(t,y,k) %Define initial values of k1, k...
nästan 11 år ago | 3 answers | 0
3
answersQuestion
Using RK4 numerically rather than using an ODE solver
Use the 4th order Runge-Kutta (RK4) method with a step size of h = 0.1 and h=0.001 to find approximate values at t = 0.1, 0.2, …...
nästan 11 år ago | 1 answer | 0
1
answerQuestion
Euler Method without using ODE solvers such as ode45
I am trying to write a code that will solve a first order differential equation using Euler's method. I do not want to use an o...
nästan 11 år ago | 1 answer | 0
1
answerQuestion
Running a t test in Matlab
I am trying to compare two hypothesis models againist oringal data using a t test. I need to compare n and n1 and then compar...
nästan 11 år ago | 1 answer | 1
1
answerQuestion
Simulating FDE's in Matlab
I am trying to simulate the following two finite differential equations in Matlab: N_t+1=N_t+rNt and N_t+N_t[r-)r/K)N_t]. I ...
nästan 11 år ago | 0 answers | 0
0
answersQuestion
Create an m-script file to plot the following functions separately
I am trying to plot the following function in Matlab. y=x^3+2x^2-6x with x having bounds of 0 to 30 (0:30) I am using the fo...
nästan 11 år ago | 2 answers | 0
2
answersQuestion
writing a script that reads a reference sequence, etc.
I am trying to write a script resolvessamples.m I have this pseudocode written out based on what the script is to do. Let ...
ungefär 11 år ago | 0 answers | 0
0
answersQuestion
takes a DNA strand s as input and returns the codon usage as a vector and structure
I am trying to do the following:Write a function takinga DNA strand s as input, calls the findorf(s) function to find the ORF, a...
ungefär 11 år ago | 0 answers | 0
0
answersQuestion
adding vectors: positive single digit values and returning digits of sum as elements of vector
I am trying to write a function that takes two vectors of positive single digit integer values as its input and return the digit...
ungefär 11 år ago | 3 answers | 0
3
answersQuestion
How to take variable number of inputs arugments and return their sum
I am trying to write a functin addmany.m that takes zero or more numbers as a variable number of input arguments and returns the...
ungefär 11 år ago | 1 answer | 0
1
answerQuestion
how to remove a restriction enzyme recognition sequence
I am trying to write the following function rebase_hassite(S, AG^CT) I want to remove all the carrots. I already have a re...
ungefär 11 år ago | 0 answers | 0
0
answersQuestion
Write a function that returns the requested property of atoms belonging to the requested groupnumber
I am trying to write a function periodic table that will return the requested property of atoms that belong to the requested gro...
ungefär 11 år ago | 1 answer | 0
1
answerQuestion
Madhava approximation of pi
I am trying to approximate the value of pi using the equation Madahava of Sangamagrama used. The code that I have so far is:...
ungefär 11 år ago | 1 answer | 0
1
answerQuestion
how to use nargin function to take variable input arguments and return sum of those arguments
I am not sure how to use the nargin function. I wanted to take a variable number of input arguments and return a sum of those a...
ungefär 11 år ago | 2 answers | 0
2
answersQuestion
takes two vectors of positive single digit integer values as its input and return the digits of the sum as elements of a vector.
Looking to take two vectors and find the sum of the two vectors. I want to take the two vectors positive single digit values as ...
ungefär 11 år ago | 0 answers | 0
0
answersQuestion
Use Pythagorean theorem to return all positive integers that satisfy the Pythagorean equation for all postive integers less than or equal to zero
i am looking to obtain all positive integers that satisify the Pythagorean equation for all positive integers that are less than...
ungefär 11 år ago | 0 answers | 0
0
answersQuestion
Write a function getpythogorean(Z) that returns all of the positive integer numbers that satisfy the following property, for all positive integers less than or equal to Z :
Looking to write a function getpythagorean that returns positive integers that satisfy pythagorean equation. I do not want to u...
ungefär 11 år ago | 0 answers | 0
0
answersQuestion
Write a function madhavapi.m that takes N as input and returns an approximation for pi.
I am trying to write a function that takes N as an input and returns an approximation for pi by using the following equation tha...
ungefär 11 år ago | 0 answers | 0
0
answersQuestion
solving is magic function
How to write a function that will take a matrix m as an input and return true only if M is a magic square
ungefär 11 år ago | 2 answers | 0