how can we convert a code written in c# into matlab?? any idea?
User 11404536
Posts
-
converting c#code into matlab. -
converting c# code into matlabhow can we convert a code written in c# into matlab?? any idea?
-
Cryptarithmetic problem solvingcan any help.. in this code the first letter of any string in the problem SEND + MORE = MONEY should not be 0. but its showing showing zero.. how to do this???:confused: please help.... :(( namespace CryptArithmetic { public partial class Form1 : Form { char[] s1 = new char[10]; char[] s2 = new char[10]; char[] s3 = new char[10]; int[] assinged = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; char[] c = new char[11]; int[] val = new int[11]; int topc = 0; public Form1() { InitializeComponent(); } private void btn_ok_Click(object sender, EventArgs e) { label4.Text = ""; s1 = textBox1.Text.ToCharArray(); s2 = textBox2.Text.ToCharArray(); s3 = textBox3.Text.ToCharArray(); int flag=0; //to check if no letter is repeated and store unique letters in array c[] from s arrays for(int i=0;i
-
genetic algorithm using C#sir, can you please help me to run this project in visual 2010. do i need to install some plugins.. if yes then please guide. i'm not able to run it.