photo

Maxim Bogdan


Last seen: 4 months 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB Answers

10 个提问
0 个回答

Cody

0 个问题
1 个答案

排名
10,259
of 301,159

声誉
4

贡献数
10 个提问
0 个回答

回答接受率
40.0%

收到投票数
4

排名
 of 21,182

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
103,805
of 173,105

贡献数
0 个问题
1 个答案

评分
20

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

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

查看徽章

Feeds

排序方式:

已解决


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

2 years 前

提问


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...

4 years 前 | 0 个回答 | 0

0

个回答

提问


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...

4 years 前 | 0 个回答 | 0

0

个回答

提问


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+...

5 years 前 | 0 个回答 | 0

0

个回答

提问


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...

5 years 前 | 1 个回答 | 0

1

个回答

提问


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,[...

5 years 前 | 2 个回答 | 1

2

个回答

提问


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...

5 years 前 | 1 个回答 | 0

1

个回答

提问


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...

5 years 前 | 1 个回答 | 0

1

个回答

提问


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...

5 years 前 | 1 个回答 | 1

1

个回答

提问


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...

5 years 前 | 0 个回答 | 1

0

个回答

提问


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...

5 years 前 | 1 个回答 | 1

1

个回答