Statistics
4 Questions
0 Answers
RANK
39,009
of 301,213
REPUTATION
1
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
1
RANK
of 21,191
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 173,422
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
Why this functions doesn't work on matlab coder
function [xsol1,xsol2]= NewRaph2(F1,F2,F11,F22,F12,F21,x1i,x2i,iter,Err) %F1 et F2 représentent 2 équations de départ ...
9 years ago | 1 answer | 0
1
answerQuestion
Why this functions doesn't work on matlab coder
function [Rs] = Racinew(s) imax=25; emax=0.00001; x=s; i=1; if s<0 Rs=nan; ...
9 years ago | 1 answer | 0
1
answerQuestion
Matlab language to C
Why this functions doesn't work on matlab coder function [Rs] = Racineb(s) imax=25; emax=0.00001; x=s; if s<0 ...
9 years ago | 1 answer | 1
1
answerQuestion
Matlab language to C
Why this functions doesn't work on matlab coder function [S,er]=somm1(n) %n est le nombre de terme de la serie S=0; ...
9 years ago | 1 answer | 0
