Sadiq
Followers: 0 Following: 0
Statistiques
10 Questions
0 Réponses
RANG
223 582
of 295 569
RÉPUTATION
0
CONTRIBUTIONS
10 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
70.0%
VOTES REÇUS
0
RANG
of 20 247
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 105
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE 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 mois il y a | 1 réponse | 0
1
réponseQuestion
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 mois il y a | 2 réponses | 0
2
réponsesQuestion
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 mois il y a | 1 réponse | 0
1
réponseQuestion
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...
11 mois il y a | 1 réponse | 0
1
réponseQuestion
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 mois il y a | 1 réponse | 0
1
réponseQuestion
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 mois il y a | 1 réponse | 0
1
réponseQuestion
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 mois il y a | 1 réponse | 0
1
réponseQuestion
why this code gives error?
function [range_est, doa_est] = near_field_doa_ula(sensor_positions, received_signal, fs, speed_of_sound) % sensor_position...
presqu'un an il y a | 1 réponse | 0
0
réponseQuestion
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 ...
plus d'un an il y a | 1 réponse | 0
1
réponseQuestion
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...
plus d'un an il y a | 1 réponse | 0