photo

Dhawal Beohar


Last seen: mer än 2 år ago Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

15 Questions
0 Answers

RANK
142 864
of 300 379

REPUTATION
0

CONTRIBUTIONS
15 Questions
0 Answers

ANSWER ACCEPTANCE
80.0%

VOTES RECEIVED
0

RANK
 of 20 931

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168 299

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 3
  • Thankful Level 2

View badges

Feeds

View by

Question


Simulation for buffer energy model
I am trying to compare my montecarlo simulation result with the baseline model. I have the result and figure which I have got fr...

mer än 2 år ago | 1 answer | 0

1

answer

Question


How to use vector value in equation?
I am trying to use value of g0 from (a) to (b), can anyone please correct me... d1=20; n=10^-11.4; ne=0.5; m=2.7; a=0.01:...

ungefär 3 år ago | 1 answer | 0

1

answer

Question


how to store the value of intersection points from fzero into a vector
I am calculating fzero using fzero function. For each value of 'a' (ranging from 0.1 to 1) I need to get value of u*(intersectio...

ungefär 3 år ago | 1 answer | 0

1

answer

Question


I am trying to plot a figure with different value of a parameter but the graph is plotting on negative Y axis.
I am trying to plot a figure with different value of 'a' but when I am entering value of 'a' below 0.5, the graph is plotting on...

mer än 3 år ago | 0 answers | 0

0

answers

Question


Unable to perform assignment because the indices on the left side are not compatible with the size of the right side. Can anyone please help, Thanks in advance.
Error in UvsPs (line 39) muo(i) = (-1./u).*log(((d1.^m)./(a.*n.*PsByN_0.*T.*u+d1.^m).*a)./(1-a)); clc clear all; d1=20; ...

mer än 3 år ago | 1 answer | 0

1

answer

Question


Not able to find fzero
--> difference.m function y = difference(u,d1,n,a,m,T,PsByN_0,UmaxN_0) d1=20; n=10^-11.4; m=2.7; a=0.5; T=1; PsByN_0d...

mer än 3 år ago | 2 answers | 0

2

answers

Question


ERROR: Array indices must be positive integers or logical values. Can anyone please help, Thank You!
clc clear all; %Parameters defined PsByN_0dB = 3; PsByN_0=10.^(PsByN_...

mer än 3 år ago | 1 answer | 0

1

answer

Question


ERROR: FSOLVE requires all values returned by functions to be of data type double.
I understand FSOLVE does not work with sym variables but it is not working using fzero as well. OR is there any alternative? ...

mer än 3 år ago | 1 answer | 0

1

answer

Question


The exponential integral (expint) of x is defined as E1, then how E2 is defined ? Can it be solved using MATLAB?
how E2 is defined? Expression is =

mer än 3 år ago | 1 answer | 0

1

answer

Question


Matlab giving the warning of Exiting fzero!
Exiting fzero: aborting search for an interval containing a sign change because complex function value encountered during s...

mer än 3 år ago | 1 answer | 0

1

answer

Question


How can I write E2 in MATLAB? is it expint?
E2 is written same as expint?

mer än 3 år ago | 1 answer | 0

1

answer

Question


I am trying to solve fsolve (multi-variable) but getting an error.
function fval = func4uo(u) d1=1; n=1; m=1; a=1; T=1; PsByN_0=1; fval = ((-1/u)*log((d1^m)/(a*n*PsByN_0*T*u)+d1^m)*a...

mer än 3 år ago | 3 answers | 0

3

answers

Question


How to write exponential integral in equation?
How can I write above equation in matlab code, where E1 is exponential integral.

nästan 5 år ago | 1 answer | 0

1

answer

Question


Can anyone please help how to simulate closed form expression in Matlab?
How to simulate closed form expression in Matlab?

nästan 5 år ago | 1 answer | 0

1

answer

Question


How to calculate average
Hi. I have an equation below for which I need to calculate the average value for mu_o. First, by calculating the sum of it, an...

mer än 6 år ago | 1 answer | 0

1

answer