Community Profile

photo

Aamir


Peshawar High Court Virtual Bench, Mardan

Last seen: nästan 4 år ago Active since 2020

Followers: 0   Following: 0

Message

Assistant Prgorammer

Statistics

  • Thankful Level 2
  • First Review
  • Thankful Level 1

View badges

Feeds

View by

Question


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

nästan 4 år ago | 1 answer | 0

1

answer

Question


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

nästan 4 år ago | 1 answer | 0

1

answer

Question


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

ungefär 4 år ago | 1 answer | 0

1

answer

Question


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

ungefär 4 år ago | 1 answer | 0

1

answer