Rakeshwar Elango
Followers: 0 Following: 0
Statistics
3 Questions
0 Answers
RANK
29,910
of 295,527
REPUTATION
1
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
1
RANK
of 20,242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,057
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
Feeds
Question
How to initialize a variable to zero in userdefined matlab function, which should be executed only once then the values should change dynamically
function [ia_avr] = fcn(ia) iasum = iasum+Ia; if xxxx ia_num=ia_num+1; ...
4 years ago | 1 answer | 0
1
answerQuestion
To check Scalar or Not
I have debugged the code and now the Scalar test for this code is failing although I have given a provition in the 3rd line of t...
5 years ago | 2 answers | 1
2
answersQuestion
Write a function called valid_date that takes three positive integer scalar inputs year, month, day. If these three represent a valid date, return a logical true, otherwise false. The name of the output argument is valid.
Hi Folks, I have tried and ended up in errors. For example(valid_date(2018, 4, 1) failed,The last day of every month Variable ...
5 years ago | 15 answers | 0