Pedro Almeida
Followers: 0 Following: 0
Statistiques
9 Questions
0 Réponses
RANG
35 786
of 295 527
RÉPUTATION
1
CONTRIBUTIONS
9 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
66.67%
VOTES REÇUS
1
RANG
of 20 242
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 991
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
Error in plotting a function, left and right side with diferent dimensions
When I use this code: format short prod_total = zeros(1000, 1); vet_pedidos = zeros(1000, 1); x_exp = ...
plus d'un an il y a | 1 réponse | 0
1
réponseQuestion
How do I create a random number generator using congruent method
I want to create a random number generator that uses a congruent method. And I need to create a histogram that should have 0.2 f...
plus d'un an il y a | 2 réponses | 0
2
réponsesQuestion
Plot line doesn't follow function
The plot line I created doesn't follow the function, which should be an exponencial. The following code, only the final for loo...
plus d'un an il y a | 1 réponse | 0
1
réponseQuestion
fzero: not a valid initial bracketing
format long y = @(x) 1 - sin(x); z = @(x) x.^2; test1 = @(x) (y(x)-z(x)); test2 = @(x) (z(x) - y(x)); ta = 0; a = 0; dado...
presque 2 ans il y a | 1 réponse | 0
0
réponseQuestion
MATLAB doesn't plot my function
This is probably a dumb question but when I try to plot this function nothing appears: format long y = @(x) - sin(x); z = @(x...
presque 2 ans il y a | 2 réponses | 1
2
réponsesQuestion
Finding the root of a function between an interval
Probably a stupid question, but how do I find the root of test1 between the interval [0,1]? x = 0:0.1:2; y = 1 - sin(x); z = ...
presque 2 ans il y a | 1 réponse | 0
1
réponseQuestion
How do I find the limit to an intersection of two functions?
I have this exercise to find the limit to an intersection of two functions I have no idea how to do it, some gidance would be he...
presque 2 ans il y a | 1 réponse | 0
0
réponseQuestion
want for loop to stop if k < 4
This part of the program takes a file, and takes the numbers inside that file and puts it into a matrix. It only works when, in ...
presque 3 ans il y a | 2 réponses | 0
2
réponsesQuestion
Want to delete ans from the output ou a function
Whenever I use this function, it always spits back an ans in the command window, how do I prevent this from happening? function...
presque 3 ans il y a | 1 réponse | 0