photo

Boby Paul


Active since 2016

Followers: 0   Following: 0

Statistics

MATLAB Answers

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

  • Thankful Level 1

View badges

Feeds

View by

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

answer

Question


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

answer

Question


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

answer

Question


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

1

answer