photo

oyku gokce


Last seen: casi 6 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadística

MATLAB Answers

6 Preguntas
0 Respuestas

CLASIFICACIÓN
67.970
of 301.383

REPUTACIÓN
0

CONTRIBUCIONES
6 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
33.33%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 21.252

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 174.306

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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

casi 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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; ...

casi 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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)...

casi 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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...

casi 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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; ...

casi 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

casi 6 años hace | 1 respuesta | 0

1

respuesta