Community Profile

photo

Bilal Khurshid


Last seen: 3 years ago Active since 2016

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Randi command for a matrix
i am using a random generator for a matrix. However the randi command is not working for matrix C with following error (Error u...

4 years ago | 1 answer | 0

1

answer

Question


random number selection code
i have matrix (11x5), i want to generate random number for each matrix value in the range (1-A/9) where A=entries of matrix, th...

4 years ago | 0 answers | 0

0

answers

Question


i have written a code in which there is matrices multiplication.
The error message i receive is " Dimensions of matrices are truncated" Please guide

6 years ago | 0 answers | 0

0

answers

Question


Take values from Matlab Program at Intermittent Steps
I have a matlab program that has 1,000,000 iterations, the program calculates completion times I want to note vales at 100,00...

7 years ago | 1 answer | 0

1

answer

Question


Taking individual values from an array
P=[1 3 6 7 8] P1=P(1) P2=P(2) P3=P(3) P4=P(4) P5=P(5) instead of using the above commands for taking individual values o...

7 years ago | 1 answer | 0

1

answer

Question


Incorporation of Bar chart for Job shop scheduling code
I have developed a code for solving job shop scheduling using genetic algorithm I want that the minimum schedule should appea...

7 years ago | 0 answers | 0

0

answers

Question


calling a function for mutation operator but getting error
I am calling following function, but getting error (Undefined function or variable 'parent_genotype') genotype = mutation_n...

7 years ago | 0 answers | 0

0

answers

Question


I am calling function in GA Program but getting error
[c,d]=crossover(a,b) Data of crossover.m file is as under % Crossover operator function [c,d]=crossover(a,b) ...

7 years ago | 1 answer | 0

1

answer