photo

OLUBUKOLA ogunsola


Con actividad desde 2016

Followers: 0   Following: 0

Mensaje

Estadística

All
MATLAB Answers

14 Preguntas
1 Respuesta

Cody

0 Problemas
1 Solución

CLASIFICACIÓN
233.257
of 301.867

REPUTACIÓN
0

CONTRIBUCIONES
14 Preguntas
1 Respuesta

ACEPTACIÓN DE RESPUESTAS
57.14%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 21.449

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
119.777
of 177.078

CONTRIBUCIONES
0 Problemas
1 Solución

PUNTUACIÓN
20

NÚMERO DE INSIGNIAS
1

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 3
  • Solver

Ver insignias

Feeds

Ver por

Pregunta


adding adjacent n elements in a matrix
if i have a matrix like A= (1 2 3 4;5 6 7 8;9 10 11 12 ; 13 14 15 16) adding three adjacent elements will look like A(i,j)+A(i,...

alrededor de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to get out infinite loop
this code required to calculate the smallest multiple with uint64 format bit gets stuck on argument 45. it only displays busy . ...

alrededor de 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


remainder while dividing a number by x number of digits
if i have a line of code like this while(rem(i,2) ~= 0 || rem(i,3) ~= 0 || rem(i,4) ~= 0 its OK if I know the limit of ...

alrededor de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


getting 'mondays' that are first day of the month without using datenum
I'm trying to get the number of mondays that are first day of the month in a year without using the inbuilt function datenum. An...

alrededor de 10 años hace | 1 respuesta | 0

1

respuesta

Resuelto


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

alrededor de 10 años hace

Pregunta


how to test for palindrome of the product of unknown digit numbers
when testing out palindromic numbers for three digit numbers , we could create the products of the three digits this way: fo...

alrededor de 10 años hace | 2 respuestas | 0

2

respuestas

Pregunta


converting array to single
i have this output: output = dial ('1FUNDOG4YOU') output = 1 3 8 6 3 6 4 4 ...

alrededor de 10 años hace | 2 respuestas | 0

2

respuestas

Pregunta


finding zero points of a function without using the fzero built in function
hello guys I'm trying to solve a problem in which I'm supposed to find the 'x' points where y is zero.( y is assumed to be zero ...

alrededor de 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


how can i determine why my code is accepting a non integer when it's not suppose to
I'm solving problem that is supposed to only accept an integer as input but its accepting a non integer. I'm attaching the prob...

alrededor de 10 años hace | 2 respuestas | 0

2

respuestas

Pregunta


getting the day of the week for a given date
As today is Wednesday with date June 8, 2016. how can i write a code to get the day of given dates: like what day is Nov 29 I'm ...

alrededor de 10 años hace | 2 respuestas | 0

2

respuestas

Pregunta


approximation with loop without using built in factorial function
I'm supposed to write a code to approximate the exp of a number with this formula e=sumation (1/k)= 1+1+1/2+1/6+1/24+.....( fo...

alrededor de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


summing to create a vector
I'm trying to write a function that calculates sum of ((-1)^k *sin((2k+1)t))/((2k+1)^2 ( for k=0 to n) t varies from 0 to 4*pi w...

alrededor de 10 años hace | 2 respuestas | 0

2

respuestas

Respondida
concatenate a vector in column-major order
indexes=[]; for ii= 1:size (X,1); for jj = 1: size (X , 2); if X(ii , jj)< ii*jj; indexes = {ii ,jj}...

alrededor de 10 años hace | 0

Pregunta


concatenate a vector in column-major order
I am trying to solve a problem where the elements of a vector is compared to something and if found true the location of the el...

alrededor de 10 años hace | 2 respuestas | 0

2

respuestas

Pregunta


vector manipulation in matlab
hi say i have a vector v=[8 4 0 2 8 9 10 11] and i want to add a scaler 'a' ( which could be anything ) i'll write it this w...

alrededor de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


polynomials with increasing order
hi, i want to create an equation of this format x^1+x^2+x^3........x^n. how can i do that?

alrededor de 10 años hace | 1 respuesta | 0

1

respuesta