photo

Alice Faisal


Last seen: 5 years ago Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

11 Questions
0 Answers

RANK
220,910
of 300,365

REPUTATION
0

CONTRIBUTIONS
11 Questions
0 Answers

ANSWER ACCEPTANCE
27.27%

VOTES RECEIVED
0

RANK
 of 20,933

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,262

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
  • Thankful Level 1

View badges

Feeds

View by

Question


Ax-b, additional constraint
Hello, Considering that I have Ax-b, A is a matrix of size 2*10, b is a vector of size 2*1, and x is a vector of size 10*1 A ...

5 years ago | 1 answer | 0

1

answer

Question


Solution to Ax-b
Greetings, I want to find a solution for x in which A is a non-square matrix and b is a column vector. I tried using the f...

5 years ago | 1 answer | 0

1

answer

Question


3D arrays multiplication
Good evening I have a matrix H which has the dimensions 16×16×10 I want to multiply H by a vector of ones x to result in ha...

6 years ago | 1 answer | 0

1

answer

Question


Legend in for loop
Good evening In the following code, I am having 8 plots at the end, for one distance value I have two plots. One for LoS pa...

7 years ago | 1 answer | 0

1

answer

Question


plotting matrix verses vector
Good evening I want to plot a frequency vector (x-axes) with a path loss matrix which is 16*16 I tried this but it gives ...

7 years ago | 2 answers | 0

2

answers

Question


which plotting function can give me this curve
<</matlabcentral/answers/uploaded_files/138312/Capture.PNG>> I want to plot a similar graph, so should I use plot()? or their...

7 years ago | 2 answers | 0

2

answers

Question


solve function, getting error
syms Kspp eqn = (((e1+e2*coth(Kspp*d))/Kspp)+i(conductivity/(w*e0)))==0;%dispersion equation for Transverse Magnetic ...

7 years ago | 1 answer | 0

1

answer

Question


how to access variable from another function
I want to build two functions, the first one has basic equations, and the second one for channel modeling, my question is how ...

7 years ago | 1 answer | 0

1

answer

Question


Integration problem, getting wrong answer in matlab
Good morning I have an integration that I need to compute, I used MATLAB but I did not get the right answer. This is the in...

7 years ago | 2 answers | 0

2

answers

Question


how to solve an exponential equation with one unknown in matlab
I have an equation that need to be solved for rs, and I could'nt get the answer in matlab I have values for the other parameter...

7 years ago | 2 answers | 0

2

answers

Question


How to solve for a variable in an exponential equation
I want to solve this function for rs.. I used this code syms ra rb rs Vr Eq1 = Vr == exp((-pi*ra)/rs)+exp((-pi*rb)/rs)...

7 years ago | 1 answer | 0

1

answer