photo

Kunal Kabi


Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
4 Answers

RANK
8 611
of 300 392

REPUTATION
5

CONTRIBUTIONS
2 Questions
4 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
3

RANK
 of 20 934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168 373

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Answer

View badges

Feeds

View by

Question


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

mer än 7 år ago | 0 answers | 1

0

answers

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

mer än 8 år ago | 2

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

mer än 8 år ago | 0

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

mer än 8 år ago | 0

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

mer än 8 år ago | 0

Question


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

mer än 8 år ago | 1 answer | 0

1

answer