Statistiques
All
RANG
163 846
of 301 513
RÉPUTATION
0
CONTRIBUTIONS
3 Questions
3 Réponses
ACCEPTATION DE VOS RÉPONSES
33.33%
VOTES REÇUS
0
RANG
of 21 310
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
Help me out in this equation, how to write a code for it, Where the value of (a) should be the Input in the code.
The Value of "a" will be different by entering the input.
presque 6 ans il y a | 1 réponse | 0
1
réponseRéponse apportée
How to code for this equation in Matlab
Thanks James, Got it
How to code for this equation in Matlab
Thanks James, Got it
environ 6 ans il y a | 0
2
réponsesRéponse apportée
Create a function to find the average of an entire matrix only using loops
Lets try like this % x=[1 4 5 7 8 9 3]; % N=[3 4 12 34 54 56 6]; clear clc function ave=myaverage(x,N) sizex=size(x); siz...
Create a function to find the average of an entire matrix only using loops
Lets try like this % x=[1 4 5 7 8 9 3]; % N=[3 4 12 34 54 56 6]; clear clc function ave=myaverage(x,N) sizex=size(x); siz...
environ 6 ans il y a | 0
Question
Need Help to correct my this code for the differential equation, Thanks
I get the Answer Zero Question is = > f(x)= sin(x)+2cos(y) Need to know that by putting the different value of x and y in the ...
environ 6 ans il y a | 1 réponse | 0
0
réponseRéponse apportée
how to find total derivative?
>> syms x y >> f=inline('sin(x)+2*cos(y)','x',' y') f = Inline function: f(x, y) = sin(x)+2*cos(y) >> deriv...
how to find total derivative?
>> syms x y >> f=inline('sin(x)+2*cos(y)','x',' y') f = Inline function: f(x, y) = sin(x)+2*cos(y) >> deriv...
environ 6 ans il y a | 0



