photo

Aamir


Peshawar High Court Virtual Bench, Mardan

Last seen: 4 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

消息

Assistant Prgorammer

统计学

  • Thankful Level 2
  • First Review
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Warning: Matrix is singular, close to singular or badly scaled. Results may be inaccurate. RCOND = NaN.
%Assignment#9 % Human group optimization (originally named as Seeker optimization algorithm) clc; clear all; close all; ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Index exceeds the number of array elements (1). in matlab
%Spider Monkey Optimization Algorithm clc; clear; close all; M=4; N=4; SM=randi([10 50],M,N); U=randi([0 1],M,N); mi...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Unable to perform assignment because the indices on the left side are not compatible with the size of the right side. Error in Question1 (line 15) Store_Matrix(i,j)=fx
%Question#1 --- Code clc,clear, close N=4, M=5 Array=randi([10,80],N,M) for i=1:N %outer loop started ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Unable to perform assignment because the indices on the left side are not compatible with the size of the right side. Error in Q38 (line 10) Mat(row,col)=t1
%Questions#38 clc clear close N=2 x = [4 9; 8 6] for row=1:N for col=1:N t1=cos(5*3.14*x) Mat(row,col)=t1 ...

4 years 前 | 1 个回答 | 0

1

个回答