Statistiques
5 Questions
0 Réponses
RANG
196 047
of 301 517
RÉPUTATION
0
CONTRIBUTIONS
5 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
60.0%
VOTES REÇUS
0
RANG
of 21 314
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 175 060
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
Functions and Global Variables
This is my code. (Edited) function B = PBTask4P2b_f(COUNTER) B = input('TRUCK B: '); while COUNTER < 1000 B = B + COUNTER;...
environ 5 ans il y a | 1 réponse | 0
0
réponseQuestion
Why do i need to use .^ notation ?
Why do i need to use the .^ notation ? Is there any other way around it ? % This is my function. function y = PBTask4P1_f(x) ...
environ 5 ans il y a | 1 réponse | 0
1
réponseQuestion
Why do i need to use .^ notation ?
% This is my function. function y = PBTask4P1_f(x) y = 4.2*x.^4-5*x.^3-7*x; plot(x,y); xlabel('INPUT X') ylabel('OUTPUT Y')...
environ 5 ans il y a | 1 réponse | 0

