![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/8623554_1525721243339_DEF.jpg)
Guilherme Lopes de Campos
Followers: 0 Following: 0
Statistiques
RANG
13 982
of 297 010
RÉPUTATION
3
CONTRIBUTIONS
27 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
77.78%
VOTES REÇUS
3
RANG
of 20 418
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 687
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
Sort random number at a matrix
Dear community, I would like to sort a matrix size (4998x2) on random form. The follow code it was used: n=4998 Matrixw ...
plus d'un an il y a | 2 réponses | 0
2
réponsesQuestion
Random sequency generation at specific numbers
Dear community, I would like to generate a sequency random at the follow vector: Size : 1x19 double, Then, I used the code...
plus d'un an il y a | 1 réponse | 0
1
réponseQuestion
Random number generate - Specific values
Dear community, I would like to generate 5000 random values, on the follow form: At the original dataset, there are four val...
plus d'un an il y a | 2 réponses | 0
2
réponsesQuestion
Random number generate in an interval
Hi community, I would like to generate random number in the follow distribuition: Normal, Gamma and Weibull. Amount of dat...
plus d'un an il y a | 2 réponses | 1
2
réponsesQuestion
Solve non linear equation with vector
Dear, I would like to solve a non linear equation, on the form: yv = 1:1:19; for k1 = 1:length(yv) y = yv(k1); ...
plus d'un an il y a | 3 réponses | 0
3
réponsesQuestion
Define a optimization problem
Hi my dears! I am try solving a optimization problem with the above equation and constraint : F.O : 43120*x+23800*y+47750*z...
environ 3 ans il y a | 1 réponse | 0
1
réponseQuestion
Insert gain as vector
Hi Community! I am begineer user of simulink, would like to ask about if there is a possibility: In my model, using the man...
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
Insert a function in Simulink
Hi Community!! I am modeling a differential equation in simulink, the set of block it is correctly, only need a help to consi...
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
Change axes x in stackedplot
Hi! I would like to ask help to modify axes x in the stackedplot below. There are 360 observations, the objetive is that each 1...
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
Create a matrix with specif size
Hi MATLAB community, I have a array with the size (360x1), I would like to organize into a matrix with sizes (30 rows and 12...
presque 5 ans il y a | 1 réponse | 0
1
réponseQuestion
How to exclude a line in legend?
Hi Matlab community, I am plotting a graphic, that there are 4 lines, (2 green and 2 red). I would like to appear in the leg...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
Moving mean in matrix
Hi MATLAB community, I am using the following code to identify number of 999999, replace to mean of column, % Identify the...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
Error using 'omitnan'
Hi MATLAB community, I wrote a code for identify 999999 to substitute to NaN, my purpose is replace NaN to mean of column data...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
Error in using fillimissing
Hi MATLAB community, result = fillmissing(matrix, 'movmean', [1 1]) X = normalize(result); data = X; I am trying use the f...
presque 6 ans il y a | 1 réponse | 1
0
réponseQuestion
A Problem with function
Hi Team MATLAB, I created a code in MATLAB 2018b, but when I run in MATLAB 2012a, showns the follow error: function [S,m,d...
presque 6 ans il y a | 1 réponse | 0
1
réponseQuestion
Justify text in MATLAB Live Editor
Hi MATLAB Community! I would like to know if possible to justify text in MATLAB Live Editor, or there are alternatives to make ...
presque 6 ans il y a | 2 réponses | 0
2
réponsesQuestion
Title a plot with variable 'char'
Hello MATLAB Community, I would to title a plot with a variable in workspace, but shows the follow errow: block= input('whi...
presque 6 ans il y a | 1 réponse | 0
1
réponseQuestion
Identifying the component in biplot
Hello MATLAB community, I am using the Factor Analysis in MATLAB, I would to identifying the each variable in biplot of lambd...
presque 6 ans il y a | 1 réponse | 0
0
réponseQuestion
How to show a equation?
Hi MATLAB Community, I Would to show a equation in the follow expression : T = a1*f1+a2*f2+a3*f3+...+an*fn. The vector there...
presque 6 ans il y a | 1 réponse | 0
1
réponseQuestion
Mean and identification values
Hi Matlab Community, I would to identify a specific number in an array, and change its value to the average of the previous and...
presque 6 ans il y a | 1 réponse | 0
1
réponseQuestion
Error plot Bar graph
Hi MATLAB community, I am trying create a bar graph, but show the follows error message: X = table2array(valoresextremos); ...
presque 6 ans il y a | 1 réponse | 1
1
réponseQuestion
Looping for calculate parameter
Hi MATLAB community, I am trying create a structure to calculate a parameter, For made this, I would to calculate de a(1)*F...
presque 6 ans il y a | 1 réponse | 0
1
réponseQuestion
Code only works in the command window
Hi MATLAB community, I am trying to execute the follow code, but this only works in the command window and not editor. Could ...
environ 6 ans il y a | 1 réponse | 0
1
réponseQuestion
Not create a variable on the Workspace
Hi MATLAB Team, I would to ask an help please, I am executing a function, it's works normally, but, not create the variable...
environ 6 ans il y a | 1 réponse | 0
1
réponseQuestion
Containg the especific number in the vector
Hi MATLAB Community, I would to ask a help please, my purpose in the follow code is counting, how many number greater 1 ...
environ 6 ans il y a | 1 réponse | 0
1
réponseQuestion
Index exceeds the number of array elements (1).
Hi community Matlab, My programme is generating the following error, if true function dxdt = semibrx(t,x,k,Kc,V0,v0,...
plus de 6 ans il y a | 1 réponse | 0
1
réponseHello Team. I try use the comand 'syms', but received this error.... Can my help please?
Problem Solving Community, Thank you for all :)
plus de 6 ans il y a | 0
Question
Hello Team. I try use the comand 'syms', but received this error.... Can my help please?
>> syms x f = -2*x/(1+x^2)^2; int(f) Error using mupadmex Internal error with symbolic engine. Quit and restart MA...
plus de 6 ans il y a | 2 réponses | 0