photo

Julen Vicente Pipaon


Last seen: alrededor de 2 años hace Con actividad desde 2021

Followers: 0   Following: 0

Estadística

MATLAB Answers

9 Preguntas
0 Respuestas

CLASIFICACIÓN
85.776
of 297.457

REPUTACIÓN
0

CONTRIBUCIONES
9 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
66.67%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.438

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 158.938

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 3

Ver insignias

Feeds

Ver por

Pregunta


Create a image that goes from white to black
Hi everyone. I want to create an image that have white in the middle and while it goes to the sides it gets darker. An imag...

más de 2 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Move elements of a vector to the rigth.
Hi. I want to know how I move all the elements of a vector to the rigth. For example: [0 0 0 1 0 0] =====> [0 0 0 0 1 0] ...

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Change values of a vector (SM to C2)
I don't know why my code doesn't work. My code suppose to de this: It copys the bits of the vector from left to rigth until fin...

casi 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Why doesn't my function work?
This is how I call my function. >> X=4; >> pepe(X) But it tells me: Undefined function or variable 'pepe'. I don't know w...

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

0

respuestas

Pregunta


How do I make my vector save characters?
Hi. My code give me this vector: c2 = 1 5 8 66 But I wa...

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

1

respuesta

Pregunta


How I concatenate two vectors?
For example I have these vectors x = [1 2 3 4 5] y = [6 7 8 9 10] And I want to concatenate them like this: z = [ 1 2 3 4 5...

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

1

respuesta

Pregunta


Change the zeros to ones and the ones to zeros.
I don´t know why my code to change the ones for zeros and the zeros to ones doesn´t work. This is my code: V = [ 1, 1, 1, 1, 0...

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

2

respuestas

Pregunta


Vector. Change the way my program gives me the answer.
This program gives me the answer like this : c = ...

alrededor de 4 años hace | 3 respuestas | 0

3

respuestas

Pregunta


How do I create a Matlab 5x5 matrix of numbers 1-100?
I have to make an script that creates a 5x5 matrix of 1-100 numbers in increasing order.

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

1

respuesta