![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/21535669_1613409667667_DEF.jpg)
Julen Vicente Pipaon
Followers: 0 Following: 0
Statistiques
9 Questions
0 Réponses
RANG
192 745
of 297 016
RÉPUTATION
0
CONTRIBUTIONS
9 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
66.67%
VOTES REÇUS
0
RANG
of 20 419
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 725
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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...
plus de 2 ans il y a | 1 réponse | 0
0
réponseQuestion
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] ...
presque 4 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 4 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
presque 4 ans il y a | 1 réponse | 0
0
réponseQuestion
How do I make my vector save characters?
Hi. My code give me this vector: c2 = 1 5 8 66 But I wa...
presque 4 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 4 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 4 ans il y a | 2 réponses | 0
2
réponsesQuestion
Vector. Change the way my program gives me the answer.
This program gives me the answer like this : c = ...
presque 4 ans il y a | 3 réponses | 0
3
réponsesQuestion
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.
environ 4 ans il y a | 1 réponse | 0