photo

Jane Smith


Last seen: oltre 3 anni fa Attivo dal 2020

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB Answers

12 Domande
0 Risposte

RANK
160.708
of 300.364

REPUTAZIONE
0

CONTRIBUTI
12 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
58.33%

VOTI RICEVUTI
0

RANK
 of 20.934

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.373

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 3

Visualizza badge

Feeds

Visto da

Domanda


Maximum Likelihood Estimation function
syms a logL=100.*log(a)+sum(log(exp(a.*c2))+sum(log((1+exp(a.*c2)).^-2))); j = fplot(logL) hold on %% m=100/a; o=sum(c); ...

oltre 3 anni fa | 2 risposte | 0

2

risposte

Domanda


Calling out from for loop
for i=0:7 i=fibonacci(sym(i+1)) end I have this for loop and i want to call out the 6th term so i put it in an equation. ...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


Plotting points of intersection using Newton Raphson
I am creating a raw code for the Newton raphson method using a while loop like so x=1; xold=0; i=0; format short while abs(...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


Newton Raphson to find intersection of graphs
So after i plotted the functions f=cos(x)+1 and g=sin(x) and tried to mark where the graphs intersect using this code x=0.5; x...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


For loop with previous result
for t=1:n a(t)=600+10^t b(t)=600-a(t) end I want that b to always taking the previous result so, b(1)=600-a(1) b(...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


Taking a descend interval
for t=1:n [L(t)]=(1/(50)^(t)) [C(t)]=(1/(800))^(t); end For the 1st line (L(t)) i need to use the interval 1:n howev...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


2 values for inputs of a function
If i have a function example: function(T,L)=answ(b,c,d) L= b + c + d T= 2*L end and i have 2 of c which are 25 and 60 1 o...

quasi 5 anni fa | 1 risposta | 0

1

risposta

Domanda


Computing same monthly payment
Month = (1:n)'; Monthly_Amount(60,1)=(P*i/(1-(1+i)^-n)) This is part of a code to create a monthly payment. My question is tha...

oltre 5 anni fa | 0 risposte | 0

0

risposte

Domanda


How can i create a table?
I need to create a table from a function of inputs and outputs of vectors of loan repayments. What is the layout of the commands...

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


n as the natural numbers
What command is used to enter that n is element of the natural numbers?

oltre 5 anni fa | 2 risposte | 0

2

risposte

Domanda


How can i display this sequence in a graph?
x_n = (n.^2-1)/n.^2 Using Matlab.

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


How can i write this in Matlab?

oltre 5 anni fa | 1 risposta | 0

1

risposta