photo

Laxmi Akshaya Thela


Last seen: bijna 2 jaar ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

8 Questions
1 Answer

RANK
192.252
of 297.503

REPUTATION
0

CONTRIBUTIONS
8 Questions
1 Answer

ANSWER ACCEPTANCE
75.0%

VOTES RECEIVED
0

RANK
 of 20.449

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159.017

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

View badges

Feeds

View by

Answered
Looking for simulation folder of the work showed in attached link
It is displaying as unrecognized function or variable whenI copy the command available at the right of the page(available in the...

meer dan 3 jaar ago | 0

| accepted

Question


Looking for simulation folder of the work showed in attached link
Hello, In link attaced below https://www.mathworks.com/help/physmod/sps/ug/power-motordrive-IPMSM-FOC.html How can I get the ...

meer dan 3 jaar ago | 2 answers | 0

2

answers

Question


How to write a value of type double(vector) into a cell in a struct
H = setfield(H, {1,5}, 'SOC', {1} ,0.8)%I wanted to write value into H(1).SOC in the first cell of field SOC in H(struct) H(1)....

meer dan 3 jaar ago | 1 answer | 0

1

answer

Question


How to initialize the values corresponding to the input argument of a function and use it in the following way as mentioned in the code
function [x_new, stageCost, unfeas, engTrq, emTrq] = hev(x, u, w, veh, fd, gb, eng, em, batt) dt = 1; % s %% Vehicle Model ...

meer dan 3 jaar ago | 1 answer | 0

1

answer

Question


Explanation for the below equation containing the comparsion symbols
I couldnt get these equations with comparison. gbLoss = (fdTrq>0 & gbEff>eps) .* (1-gbEff) .* fdTrq ./ (gbEff .* gbSpRatio) .....

meer dan 3 jaar ago | 1 answer | 0

1

answer

Question


Index in position 1 exceeds array bounds (must not exceed 1).
I am getting an error in the following line.In the matlab live editor this was not shown as an error but dont know why in the .m...

meer dan 3 jaar ago | 1 answer | 0

1

answer

Question


"Conversion to logical from optim.problemdef.OptimizationEquality is not possible" for below Code
I need to optimize my battery SOC .My control variable is flywheel speed( w_FW) which should have the initial and final speed eq...

meer dan 3 jaar ago | 1 answer | 0

1

answer

Question


I am given set of five linear inequalities how to plot the graph showing the common area
How can I draw 2D plot for these set of linear inequalities with ki representing x-axis and kd representing y-axis.The common ...

ongeveer 4 jaar ago | 2 answers | 0

2

answers