photo

Ahmad


UST

Con actividad desde 2015

Followers: 0   Following: 0

Mensaje

Estadística

MATLAB Answers

13 Preguntas
3 Respuestas

CLASIFICACIÓN
35.514
of 300.338

REPUTACIÓN
1

CONTRIBUCIONES
13 Preguntas
3 Respuestas

ACEPTACIÓN DE RESPUESTAS
15.38%

VOTOS RECIBIDOS
1

CLASIFICACIÓN
 of 20.922

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.149

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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>

casi 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

casi 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 9 años hace | 3 respuestas | 0

3

respuestas

Pregunta


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)&&(...

más de 9 años hace | 1 respuesta | 1

1

respuesta

Pregunta


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

casi 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 11 años hace | 0 respuestas | 0

0

respuestas

Respondida
Take input and use it in a function
Thank you so much

casi 11 años hace | 0

Pregunta


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

casi 11 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

casi 11 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

casi 11 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

casi 11 años hace | 0 respuestas | 0

0

respuestas

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

casi 11 años hace | 0

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

casi 11 años hace | 0

Pregunta


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

casi 11 años hace | 4 respuestas | 0

4

respuestas