photo

Aamir


Peshawar High Court Virtual Bench, Mardan

Last seen: 5 years ago Active since 2020

Followers: 0   Following: 0

Message

Assistant Prgorammer

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
168,647
of 300,499

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 21,021

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,381

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

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

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

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

5 years ago | 1 answer | 0

1

answer