![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/25332913_1642528256219_DEF.jpg)
Pedro Almeida
Followers: 0 Following: 0
Statistik
9 Fragen
0 Antworten
RANG
35.950
of 297.016
REPUTATION
1
BEITRÄGE
9 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
66.67%
ERHALTENE STIMMEN
1
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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 = ...
fast 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
fast 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 2 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
etwa 2 Jahre vor | 2 Antworten | 1
2
AntwortenFrage
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 = ...
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 2 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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 ...
etwa 3 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
etwa 3 Jahre vor | 0 Antworten | 0