photo

KayLynn


Drexel University

Attivo dal 2013

Followers: 0   Following: 0

Messaggio

Statistica

  • Thankful Level 3

Visualizza badge

Feeds

Visto da

Domanda


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...

circa 10 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

oltre 10 anni fa | 1 risposta | 0

1

risposta

Risposto
Perturbing 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...

oltre 10 anni fa | 0

Domanda


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....

oltre 10 anni fa | 2 risposte | 0

2

risposte

Domanda


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 ...

oltre 10 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 10 anni fa | 0 risposte | 1

0

risposte

Domanda


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...

oltre 10 anni fa | 3 risposte | 0

3

risposte

Domanda


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, …...

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 10 anni fa | 1 risposta | 1

1

risposta

Domanda


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 ...

oltre 10 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

oltre 10 anni fa | 2 risposte | 0

2

risposte

Domanda


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 ...

oltre 10 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

oltre 10 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

oltre 10 anni fa | 3 risposte | 0

3

risposte

Domanda


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...

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 10 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


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:...

quasi 11 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

quasi 11 anni fa | 2 risposte | 0

2

risposte

Domanda


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 ...

quasi 11 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

quasi 11 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

quasi 11 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

quasi 11 anni fa | 0 risposte | 0

0

risposte

Domanda


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

quasi 11 anni fa | 2 risposte | 0

2

risposte