photo

Bilal Khurshid


Last seen: 5 years 前 自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

8 个提问
0 个回答

排名
235,016
of 300,851

声誉
0

贡献数
8 个提问
0 个回答

回答接受率
12.5%

收到投票数
0

排名
 of 21,094

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,294

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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

6 years 前 | 1 个回答 | 0

1

个回答

提问


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

6 years 前 | 0 个回答 | 0

0

个回答

提问


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

8 years 前 | 0 个回答 | 0

0

个回答

提问


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

9 years 前 | 1 个回答 | 0

1

个回答

提问


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

9 years 前 | 1 个回答 | 0

1

个回答

提问


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

9 years 前 | 0 个回答 | 0

0

个回答

提问


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

9 years 前 | 0 个回答 | 0

0

个回答

提问


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

9 years 前 | 1 个回答 | 0

1

个回答