photo

Jide Williams


Last seen: mehr als ein Jahr vor Aktiv seit 2018

Followers: 0   Following: 0

Statistik

All
MATLAB Answers

9 Fragen
2 Antworten

Cody

0 Probleme
4 Lösungen

RANG
175.600
of 300.780

REPUTATION
0

BEITRÄGE
9 Fragen
2 Antworten

ANTWORTZUSTIMMUNG
44.44%

ERHALTENE STIMMEN
0

RANG
 of 21.086

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG
66.064
of 171.018

BEITRÄGE
0 Probleme
4 Lösungen

PUNKTESTAND
50

ANZAHL DER ABZEICHEN
1

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 2
  • Solver
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Gelöst


Add two numbers
Given a and b, return the sum a+b in c.

mehr als 4 Jahre vor

Gelöst


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

mehr als 4 Jahre vor

Gelöst


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

mehr als 4 Jahre vor

Gelöst


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

mehr als 4 Jahre vor

Frage


storing fprintf as an array.
The outcome of the code below gives H T H T T depending on random function. How do I store the outcome of the 20 iterations into...

fast 6 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Function for Compliance Matrix
I want to know what I am doing wrong with these codes function y = Sbar(S,theta) %Sbar This function returns the transformed r...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Radius of Curvature Array
the code isn't wrong xinput = x(i), x(i+1), x(i+2); and y(i), y(i+1), y(i+2); it just that its not looping all through the 77 po...

mehr als 6 Jahre vor | 0

Frage


Radius of Curvature Array
The code generates radius of curvatures for three points(coordinates x1,y1 x2,y2 and x3,y3. However, i have a set of coordinates...

mehr als 6 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Hi, I am trying to develop an algorithm that will plot random disc(circles) in square axis and then find the probality of isolated circles, i.e circle(s). Although the code worked but I am unsure its right if you look at the probability.
r = 0.05; a = 1-r; b = r; nc = 50; x = (a-b) .*rand(nc,1) + b; y = (a-b) .*rand(nc,1) + b; centers = [x y]; radii = r.*on...

etwa 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Hello, I am trying to plot circles and then get rid of the circles touching the axis as shown when you run my code. After this, I am trying to find the distance between these circles so as to know the circle that is farthest from the rest. THANKS
%generate random numbers %centers of circle x = rand(100,1); y = rand(100,1); centers = [x y]; radii = 0.05.*ones(length(...

etwa 7 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Plotting multiple objects on same axis
Ok, Thanks

etwa 7 Jahre vor | 0

Frage


Plotting multiple objects on same axis
I am new to MATLAB but I am trying to plot multiple circles on the same axis. I am using rand function to generate the centers b...

etwa 7 Jahre vor | 4 Antworten | 0

4

Antworten

Frage


What is percolation algorithm
Hello, can someone help with codes for 'percolation' algorithm. Using discs in the N*N grid. I do not mind any type of algorith...

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten