photo

Maxim Bogdan


Last seen: 6 Monate vor Aktiv seit 2021

Followers: 0   Following: 0

Statistik

All
MATLAB Answers

10 Fragen
0 Antworten

Cody

0 Probleme
1 Lösung

RANG
10.908
of 301.464

REPUTATION
4

BEITRÄGE
10 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
40.0%

ERHALTENE STIMMEN
4

RANG
 of 21.292

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG
104.810
of 174.642

BEITRÄGE
0 Probleme
1 Lösung

PUNKTESTAND
20

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

  • Solver
  • Explorer
  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Gelöst


Rotate a matrix for 180 degree
Rotate a matrix for 180 degree for eg: x=[1 2 3 4] y=[4 3 2 1]

etwa 2 Jahre vor

Frage


How to generate all monoids of order 5?
Let's say that we have the set and we want to generate the 5x5 tables (matrices) of all operations $*:M\times M\to M$ that gen...

etwa 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Integration over a region determined by a given function
How can we compute an integral of the form: where without writing it as a integral on . I want it so because when is a very...

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Complex function grid transformation
I have a grid and a complex function of one variable : x=linspace(0,1,10); y=linspace(0,1,10); f=@(z) z.^2; %for example f(1+...

fast 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Perimeter of a implicit curve
I tried to make a program that returns the perimeter of a plane curve defined implicitly. The difficulty is that this type of cu...

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Area of a implicit curve
Let's say that I have a multiply connected curve defined implicitly. For example: f=@(x,y) sin(x).*sin(y)-0.5; fimplicit(f,[...

fast 5 Jahre vor | 2 Antworten | 1

2

Antworten

Frage


How can we fill a region defined by a implicit function?
I use fimplicit(f, -10,10,-10,10) to plot the curve where . How can I color the region in which from the rectangle ? I know...

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


fimplicit increasing number of points
I wonder how can I increase the number of points used by the fimplicit command to plot an implicit curve ? From this question t...

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Implicit plane curve discretization
I want to have a matrix with 2 lines and columns with the coordinates of points that lie on the implicit curve where is a fun...

fast 5 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


Can Matlab compute an integral on Mathematica via MATLink and import the result automatically?
I've observed that Mathematica has far more accuracy than Matlab in computing integrals (especially double, triple or improper i...

etwa 5 Jahre vor | 0 Antworten | 1

0

Antworten

Frage


Why Matlab cannot calculate simple double integrals with good accuracy?
Let's say that I want to calculate the area of a circle of radius 1 which is . I use the following code: f=@(x,y) double(1-x.^2...

etwa 5 Jahre vor | 1 Antwort | 1

1

Antwort