![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/govindkmsvgmailcom_1519081969473_DEF.jpg)
Govind Mishra
Followers: 0 Following: 0
Statistics
0 Questions
2 Answers
RANK
218,987
of 297,046
REPUTATION
0
CONTRIBUTIONS
0 Questions
2 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
of 20,422
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,776
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
1 Public Channel
AVERAGE RATING
50
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
c0 and x are scalars, c - vector, and p - scalar. If c is [ ], then p = c0. If c is a scalar, then p = c0 + c*x . Else, p =
function [p] = poly_val(c0,c,x) if(iscolumn(c)) c=transpose(c); end N = length(c); n=1:1:N; if (N<=1) if(isempty(...
7 years ago | 0
Please Help Basics Made Hard
You can use round function to get an integer out of float and check if a float present or not. function dd=day_diff(m1,d1,m...
7 years ago | 0