photo

Ahmad


UST

自 2015 起处于活动状态

Followers: 0   Following: 0

消息

统计学

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Help me understand code to draw the nullclines
The code can be found here: <https://www.math.uwaterloo.ca/~bingalls/MMSB/Code/matlab/symmetric_network.m>

8 years 前 | 0 个回答 | 0

0

个回答

提问


Matlab index in range yet I get out of range
I'm trying to extract the model parameters using: clc clear all data = xlsread('cancer_train.xlsx'); X = data(...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How to plot this function in matlab?
x=e^((y-b)/a)

8 years 前 | 2 个回答 | 0

2

个回答

提问


Function handle is giving wrong results!
This code is clearly giving wrong results: clc;clear all a0 = 2; a1 = 2; y = [1 1.4 2.3]; x = [1 2 3]; f = @...

8 years 前 | 2 个回答 | 0

2

个回答

提问


How to draw a log function?
I love function handles in matlab, I can do this for example: f = @(x,a,b) a*(x.^b); plot(x,f(x,a,b)); This is so use...

8 years 前 | 3 个回答 | 0

3

个回答

提问


Multiple conditions for while loop.
while (Ea0 >= 0.01)&&(Ea0 >= 0.01)||(Sr >= 10^-4) This loop keeps on going even though the first part (Ea0 >= 0.01)&&(...

8 years 前 | 1 个回答 | 1

1

个回答

提问


How to change the name of the program, and GUI.fig
My friend did the GUI part of this program, I'd appreciate if you told me how to change the name, and a quick overview of it and...

9 years 前 | 1 个回答 | 0

1

个回答

提问


Formating and tweaking output
I need to achieve three more things with my program: 1. Make dots appear slowly to correspond to the time it takes for an op...

9 years 前 | 0 个回答 | 0

0

个回答

已回答
Take input and use it in a function
Thank you so much

9 years 前 | 0

提问


Take input and use it in a function
I''m trying to write a program that can analyze protein relationship. I'm trying to make the user input the accession number of ...

9 years 前 | 2 个回答 | 0

2

个回答

提问


Please debug this code for me
I'm trying to make a program based on this tutorial: http://www.mathworks.com/help/bioinfo/examples/using-scoring-matrices-to...

9 years 前 | 0 个回答 | 0

0

个回答

提问


Please fix this code
protein1=input('Please input GenPept code of the first protein: ', 's'); protein2=input('Please input GenPept code of the s...

9 years 前 | 2 个回答 | 0

2

个回答

提问


Plz explain this code to me!
Hello, I'm trying to understand a program that identifies recognition sites for restriction enzymes of a DNA sequence, and outpu...

9 years 前 | 0 个回答 | 0

0

个回答

已回答
Why doesn't this matlab code work?!
thank u so much for offering help, i understand what a cell array is now, but i don't understand thsis syntax "y{1}", and sorry ...

9 years 前 | 0

已回答
Why doesn't this matlab code work?!
couldn't understand what it says, plus i'm trying to add this line too, can u fix it: cut_position= strfind(s,y) + x -2; i...

9 years 前 | 0

提问


Why doesn't this matlab code work?!
s={'CCCAGCTCCCGAATTCCCCAGCTA'}; rec={'AG^CT'}; x=strfind(rec,'^'); y=rec; y(x)=[] I get: Error using su...

9 years 前 | 4 个回答 | 0

4

个回答