Sadiq - MATLAB Central
photo

Sadiq


Last seen: 1 year 前 自 2023 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB AnswersFrom 04/23 to 03/25Use left and right arrows to move selectionFrom 04/23Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

10 个提问
0 个回答

排名
182,383
of 297,716

声誉
0

贡献数
10 个提问
0 个回答

回答接受率
70.0%

收到投票数
0

排名
 of 20,469

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,428

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Explorer
  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


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

1 year 前 | 1 个回答 | 0

1

个回答

提问


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

1 year 前 | 2 个回答 | 0

2

个回答

提问


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

1 year 前 | 1 个回答 | 0

1

个回答

提问


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

1 year 前 | 1 个回答 | 0

1

个回答

提问


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

1 year 前 | 1 个回答 | 0

1

个回答

提问


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

1 year 前 | 1 个回答 | 0

1

个回答

提问


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

1 year 前 | 1 个回答 | 0

1

个回答

提问


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

1 year 前 | 0 个回答 | 0

0

个回答

提问


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

2 years 前 | 1 个回答 | 0

1

个回答

提问


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

2 years 前 | 1 个回答 | 0

1

个回答