Pedro Almeida
Followers: 0 Following: 0
Statistica
9 Domande
0 Risposte
RANK
35.778
of 295.448
REPUTAZIONE
1
CONTRIBUTI
9 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
66.67%
VOTI RICEVUTI
1
RANK
of 153.872
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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 = ...
oltre un anno fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre un anno fa | 2 risposte | 0
2
risposteDomanda
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...
oltre un anno fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 2 anni fa | 0 risposte | 0
0
risposteDomanda
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...
quasi 2 anni fa | 2 risposte | 1
2
risposteDomanda
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 = ...
quasi 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 2 anni fa | 0 risposte | 0
0
risposteDomanda
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 ...
quasi 3 anni fa | 2 risposte | 0
2
risposteDomanda
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...
quasi 3 anni fa | 0 risposte | 0