photo

Eric


New Jersey Institute of Technology

Actif depuis 2016

Followers: 0   Following: 0

Message

hiiii

Statistiques

MATLAB Answers

7 Questions
1 Réponse

RANG
37 712
of 301 545

RÉPUTATION
1

CONTRIBUTIONS
7 Questions
1 Réponse

ACCEPTATION DE VOS RÉPONSES
42.86%

VOTES REÇUS
1

RANG
 of 21 319

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 175 285

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

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


How do I force a Publish?
I have the following code format long N=100000; tol=1*10^(-8); x=[0;0;0]; k=1; while k<=N F=[sin(x(1...

plus de 9 ans il y a | 1 réponse | 0

1

réponse

Question


how to find intersection between 3 functions?
Hello I have the following code which has 3 functions and plots all 3 of them. My question is is there anyway to get some type o...

plus de 9 ans il y a | 2 réponses | 1

2

réponses

Réponse apportée
I need to save my output into an array so i can plot my results
function [t,FE,FPE,FPAX1,FPAX2,ErrorOf1,ErrorOf2]= threepointformula(Fun,FunPrime) t=0:0.1:2.5; FE=zeros(length(t),1); ...

plus de 9 ans il y a | 0

| A accepté

Question


How do I make my outputs into an array
I have the following function function [fprimeapprox1,fprimeapprox2,fprimeexact,fexact,ErrorOf1,ErrorOf2]= threepointformu...

plus de 9 ans il y a | 1 réponse | 0

0

réponse

Question


I need to save my output into an array so i can plot my results
Hi I wrote the following function so that it could be used in general function [fprimeapprox1,fprimeapprox2]= threepointfo...

plus de 9 ans il y a | 2 réponses | 0

2

réponses

Question


Calculating an Integral by dartboard integration
I'm trying to calculate the integral <</matlabcentral/answers/uploaded_files/51608/integral.PNG>> and my code is the foll...

presque 10 ans il y a | 1 réponse | 0

0

réponse

Question


Display a certain solution of a for loop
I'm trying to display a specific answer in my for loop m=8 for i=1:8 x=i+2 end disp(x) this will show all 8 resu...

environ 10 ans il y a | 1 réponse | 0

1

réponse

Question


I want to use someone's name in a sentence
sorry if this has been asked before but i want to write a code that says x=input('hello what's your name?') and then i want t...

environ 10 ans il y a | 1 réponse | 0

1

réponse