Estadística
2 Preguntas
4 Respuestas
CLASIFICACIÓN
8.611
of 300.365
REPUTACIÓN
5
CONTRIBUCIONES
2 Preguntas
4 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.0%
VOTOS RECIBIDOS
3
CLASIFICACIÓN
of 20.933
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 168.262
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
Feeds
Pregunta
How to extract secondary structure alignment form PDB(Protein Data Bank) file?
Can anyone tell me how to extract the secondary structure alignment from a read PDB file? The alignment should be like CCCEEECCH...
más de 7 años hace | 0 respuestas | 1
0
respuestasHow to reverse a number
If you want to find palindrome numbers between two range here is the answer clc; clear all; close all; num=input('Enter firs...
más de 8 años hace | 2
How to reverse a number
Here is your answer clc; clear all; close all; num=input('Enter a number:'); num1=num; reverse=0; while nu...
más de 8 años hace | 0
How to write a program to draw a triangle of stars in MATLAB?
For printing in this order ******* ***** **** * Use this code' clc; clear all; close all; n=input('En...
más de 8 años hace | 0
Figure 'file->save as' menu broken in MatLab 2017a on Mac OS X 10.10.5
I think you just try to save in script file the run it again then may it work. Because i use windows os not mac os so can't say ...
más de 8 años hace | 0
Pregunta
f(x)=(a+2b+3c+4d)-30. Write down the genetic algorithm for minimizing of f(x)?
How to execute it properly. I have done this far. clc; clear all; close all; Fcneq=@myequa; nvars=4; [z,val]=ga(Fcneq,nv...
más de 8 años hace | 1 respuesta | 0
