photo

Kunal Kabi


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

  • First Answer

查看徽章

Feeds

排序方式:

提问


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

6 years 前 | 0 个回答 | 1

0

个回答

已回答
How 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...

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

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

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

7 years 前 | 0

提问


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

7 years 前 | 1 个回答 | 0

1

个回答