Rakeshwar Elango
Followers: 0 Following: 0
統計
MATLAB Answers
3 質問
0 回答
ランク
of 153,912
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
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年 前 | 1 件の回答 | 0
1
回答質問
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年以上 前 | 2 件の回答 | 1
2
回答質問
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年以上 前 | 15 件の回答 | 0