photo

oyku gokce


Last seen: fast 6 Jahre vor Aktiv seit 2020

Followers: 0   Following: 0

Statistik

MATLAB Answers

6 Fragen
0 Antworten

RANG
67.970
of 301.383

REPUTATION
0

BEITRÄGE
6 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
33.33%

ERHALTENE STIMMEN
0

RANG
 of 21.252

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 174.306

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


invalid range and called from errors
function[S]=yanit11(m,n) T=0; for m=1:inf C=1; for n=1:inf C=C*(m+n)/(m-(n^2)) end T=T+C; end S=T; end

fast 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


error: invalid range ; What could be the reason for the invalid error in the code I wrote? If the reason is inf, will they explain ?
function[S]=yanit6(x,N) T1=0; for n=1:inf C=1; for o=1:inf T2=0; for m=1:inf end T2=T2+o^m*N*x^k; ...

fast 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


my problem ∏n=0 ^∞ x\ (n!) ^2 but my code did't work just say error: 'n' undefined near line 5 column 10 error: called from
x= (input("1.tam sayi: ")); n= (input("2.tam sayi: ")); function[S]=yanit6(x,n) c=0; for i =0:n c= c+ (x\(factorial(n)^2)...

fast 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


my goal is to make the biggest common partition but says syntax error >>> if(y==0)
a=int(input("1.tam sayi: ")); b=int(input("2.tam sayi: ")); fprintf(" \nEBOB(%d,%d)=%d\n" ,a,b,ebob(a,b); function [S]=ebob(x...

fast 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


my problem e ^x= ∑n=0 ∞ * x ^n\ n ! but this program didn't work . it gives infinity error and I don't know how to use it. invalid range and called from errors
function [S] = yanital(x,y) T=0; for n=0:inf nf=1; for i=1:n nf=nf*i; T=T(x^n/nf) S=T; ...

fast 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


syntax error,my goal is to calculate the smallest common divisor with the entered numbers. but I can not do . it constantly gives syntax error. given by fprintf
a=input ('1.tamsayi: '); b=input ('2.tamsayi: '); for i=1:a*b if((mod(i,a)==0) && (mod(i,b)==0) fprintf (' \nOkek(%d,%d...

fast 6 Jahre vor | 1 Antwort | 0

1

Antwort