![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/28189234_1667466791345_DEF.jpg)
Ganesh
Followers: 0 Following: 0
Statistics
All
RANK
131,828
of 297,016
REPUTATION
0
CONTRIBUTIONS
1 Question
1 Answer
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
How to avoid log10 from calculating for log values or if its calculated for complex log how do i avoid it?
for example if code log10(-3) i get ans = 0.4771 + 1.3644i but as we know log isn't defined for negative value. ...
1 year ago | 1 answer | 0
1
answerAnswered
How can I determine the order of a symbolic differential equation?
function order = order_polynomial(poly1,x) count=0; temp=1; while(temp~=0) poly1=diff(poly1,x); if poly1==0 ...
How can I determine the order of a symbolic differential equation?
function order = order_polynomial(poly1,x) count=0; temp=1; while(temp~=0) poly1=diff(poly1,x); if poly1==0 ...
2 years ago | 0