Statistics
2 Questions
0 Answers
RANK
137,316
of 301,464
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 21,292
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,642
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
Raising value to a power not working properly for some values
tk=linspace(0,1,101); R = 35.9; L = 3.98; C = 0.000360; P = ceil(R/(2*L)); M = ceil(sqrt( (1/(L*C)) - ( (R^2)/ (4*(L^2)) ))); ...
7 years ago | 1 answer | 0
1
answerQuestion
The following error occurred converting from sym to double: Unable to convert expression into double array.
R = 35.9; L = 3.98; C = 0.000360; P = ceil(R/(2*L)); M = ceil(sqrt( (1/(L*C)) - ( (R^2)/ (4*(L^2)) ))); phi_values = zeros(101...
7 years ago | 1 answer | 0
