photo

Praveen Kumar


Last seen: 4 months ago Active since 2023

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
1 Answer

RANK
266,349
of 300,364

REPUTATION
0

CONTRIBUTIONS
2 Questions
1 Answer

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20,934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,407

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

  • First Answer
  • Thankful Level 2

View badges

Feeds

View by

Answered
Is there any code for calculation for Distribution of Relaxation Times (DRT) in Time domain for battery data?
Checkout 3rd party tools or add-ons like DRTTools.

2 years ago | 0

Question


Expected a scalar value. This expression has size [:? x 1].
% Sample Code max_index = find(sample.data1 == values,1,'first'); % max_index is always above 100 based on the nature of the d...

2 years ago | 1 answer | 0

1

answer

Question


Str2double gives NaN
X = ["3.716,3.711,3.719,3.714,3.714,3.711,3.722,3.712,3.715,3.715,3.717,3.721,3.713,3.714,0.000"]; Y = str2double(X); I am try...

3 years ago | 3 answers | 0

3

answers