Community Profile

photo

Sadiq


Last seen: 4 months ago Active since 2023

Followers: 0   Following: 0

Statistics

  • Explorer
  • Thankful Level 3

View badges

Feeds

View by

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

4 months ago | 1 answer | 0

1

answer

Question


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

4 months ago | 2 answers | 0

2

answers

Question


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

4 months ago | 1 answer | 0

1

answer

Question


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

4 months ago | 1 answer | 0

1

answer

Question


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

4 months ago | 1 answer | 0

1

answer

Question


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

5 months ago | 1 answer | 0

1

answer

Question


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

5 months ago | 1 answer | 0

1

answer

Question


why this code gives error?
function [range_est, doa_est] = near_field_doa_ula(sensor_positions, received_signal, fs, speed_of_sound) % sensor_position...

5 months ago | 0 answers | 0

0

answers

Question


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

1 year ago | 1 answer | 0

1

answer

Question


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

1 year ago | 1 answer | 0

1

answer