![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/23672600_1630360941445_DEF.jpg)
Alexander Guillen
Followers: 0 Following: 0
Statistiques
RANG
163 888
of 297 046
RÉPUTATION
0
CONTRIBUTIONS
10 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
90.0%
VOTES REÇUS
0
RANG
of 20 422
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 776
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
Bar graph with unequal values.
This is my code clear all; close all; clc a1 = [2 3 4 5 6]; a2 = 5; b1 = [0.2 0.2 0.2 0.2 0.2]; b2 = 35; bar(a1,b...
plus d'un an il y a | 1 réponse | 0
1
réponseSimulink ignores the first value
I figured it out. If anyone wants to know - just use a constant block instead of "from workspace" block. I dont know why this i...
presque 2 ans il y a | 0
Question
Simulink ignores the first value
I would like to display all the elements of an array I created in the workspace into the display block in simulink , but the fir...
presque 2 ans il y a | 1 réponse | 0
1
réponseQuestion
Make cell arrays the same size for ttest
I have this cell array called Th. But the columns are not the same size. I want to conduct the ttest on this data. The first 4 c...
presque 2 ans il y a | 1 réponse | 0
1
réponseQuestion
Loop through every subfolder
I have two subfolders in a folder named main: Antoine1(subfolder1) and Antoine2(subfolder2). In each subfolder I have a mat file...
presque 2 ans il y a | 1 réponse | 0
1
réponseQuestion
t test ( not sure if my implementation is correct)
Suppose that I have two groups, N and R. Each group contains four columns which represent different subjects. For example (hypot...
presque 2 ans il y a | 1 réponse | 0
1
réponseQuestion
Double conversion to use prctile function
Instead of evaluating column by column . I include a for loop so I can use the cell2mat function to convert from double to whate...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
Merge 2 columns with strings
Hello, I have been trying to look if someone else had a similar question. But not sucess so I want to ask. How would you approa...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
For loop, Brace indexing is not supported for variables of this type.
This is my for loop, I wasnt too sure how set up the for loop All_Values = [ ElecsB; ElecsU; EarsB; EarsU; FaceB; FaceU; NeckB;...
presque 3 ans il y a | 2 réponses | 0
2
réponsesQuestion
For loop in a function (not getting right results)
I created the function Antoine to not bother solving the equation over and over. However, when I call the function in a for loo...
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
for loop question (column vector?)
I would like to solve the following equation using a for loop. I am able to perform a foor loop to calculate x2. However, when I...
presque 3 ans il y a | 1 réponse | 0