Sadiq
Followers: 0 Following: 0
Statistics
10 Questions
0 Answers
RANK
223.598
of 295.673
REPUTATION
0
CONTRIBUTIONS
10 Questions
0 Answers
ANSWER ACCEPTANCE
70.0%
VOTES RECEIVED
0
RANK
of 20.262
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154.257
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
Feeds
Question
I estimate my desired vector with the given code but can't when.....
I want to estimate a desired vector u=[1 2 30 70] defined on the dafault line 2 inside "main.m". For this I use a function fobj....
11 maanden ago | 1 answer | 0
1
answerQuestion
How to locate the answer in the given code?
I have a function named as fobj1Mathworks.m. I call this function with an algorithm called NBA1. The purpose of calling the give...
11 maanden ago | 2 answers | 0
2
answersQuestion
Just by changing values of k, the given code gives error. Why?
I changed the values of k in line 7 and it gives error. i don't know why? clear all;clc u=[3 4 30 50];% Desired Vector b=u; ...
11 maanden ago | 1 answer | 0
1
answerQuestion
Why does the vectorized function give wrong result?
I have a function Fun1. You converted it into a vectorized form. I called it Fun2. Then I ran both of them with an algorithm "IG...
12 maanden ago | 1 answer | 0
1
answerQuestion
How to vectorize the following piece of code by removing the two for loops?
clear all;clc u=[3 4 30 50];% Desired Vector b=u; [R,C]=size(b); P=C/2; M=2*C; xo=zeros(1,M); for k=1:M for i=1:P...
12 maanden ago | 1 answer | 0
1
answerQuestion
why does the following code give error?
u=[3 4 30 50];% Desired Vector b=u; [R,C]=size(b); P=C/2; M=2*C; % calculate observed vector xo=zeros(1,M); for k=1:M ...
12 maanden ago | 1 answer | 0
1
answerQuestion
Can anyone rectify the error from below code?
clear all;clc % DOA Estimation for Two Incident Plane Waves on ULA using MUSIC Algorithm % Parameters num_elements = 8; % N...
12 maanden ago | 1 answer | 0
1
answerQuestion
why this code gives error?
function [range_est, doa_est] = near_field_doa_ula(sensor_positions, received_signal, fs, speed_of_sound) % sensor_position...
ongeveer een jaar ago | 0 answers | 0
0
answersQuestion
How to increase the "linewidth" of given graphs?
I want to increase the linewidth of the following two graphs? But how? The required mat file is hereby attached and the code is ...
meer dan een jaar ago | 1 answer | 0
1
answerQuestion
How to suppress the "1" from x-axis?
I want a figure between fitness vs PID gains. I get it but "1" is displayed on x-axis. How to suppress this "1" from x-axis? The...
meer dan een jaar ago | 1 answer | 0