freddy alexander rodriguez torres
Followers: 0 Following: 0
Statistics
RANK
76.365
of 295.467
REPUTATION
0
CONTRIBUTIONS
2 Questions
1 Answer
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20.234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.912
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
Add lines of text to CNC programming code
Hello, I am trying to generate a code in which after a tool change (depending on the tool) Matlab puts a new line of code with a...
7 maanden ago | 1 answer | 0
1
answerWrite 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. If any of the inputs is not
function valid=valid_date(y,m,d) k=y/4; j=y/400; i=y/100; if ~isscalar(y) || ~isscalar(m) || ~isscalar(d) || y~=fix(y) || m~...
meer dan 3 jaar ago | 0
Question
solving equation with a sqrt inside a integral
I've been trying to solve a equation that use a integral, the variable that I want to solve is the lower limit of the integral b...
bijna 4 jaar ago | 1 answer | 0