photo

irosy


Last seen: 3 days 前 自 2022 起处于活动状态

Followers: 0   Following: 0

Programming Languages:
MATLAB
Spoken Languages:
Japanese

统计学

All
MATLAB Answers

5 个提问
0 个回答

Cody

0 个问题
5 个答案

排名
217,353
of 300,379

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
80.0%

收到投票数
0

排名
 of 20,931

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
54,093
of 168,299

贡献数
0 个问题
5 个答案

评分
62

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Solver
  • Thankful Level 2

查看徽章

Feeds

排序方式:

提问


Questions about the Detailed Settings of Voronoi Diagrams ボロノイ図の細かな設定について質問です
I have been reading an example from a book and am trying to recreate the diagram using Voronoi diagrams. However, I want to cons...

1 year 前 | 1 个回答 | 0

1

个回答

已解决


Return area of square
Side of square=input=a Area=output=b

1 year 前

已解决


Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.

1 year 前

已解决


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

1 year 前

已解决


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

1 year 前

已解决


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

2 years 前

提问


アニメーションで動く図形の作成方法について
以前こちらで質問した内容の踏襲となります.添付の画像のような正方形とその重心からでてくる矢印で表したいのですが,教えていただいたプログラムですと円を4分割して正方形の形にはできたものの,正方形自身は回転しないため困っています.恐縮ですがどなたかご助言お願い...

2 years 前 | 1 个回答 | 0

1

个回答

提问


凡例の繰り返しにおける特殊文字(斜体)について
基本的な質問で失礼いたします. y=tanh(kx),kは定数で,これを変化させたグラフをを一つの図上にまとめようとしてこのようなコードを書きましたが,凡例のkのみを斜体にしようとしたのにもかかわらず,変数部分までも斜体になってしまいます. なにかいい...

2 years 前 | 1 个回答 | 0

1

个回答

提问


アニメーションの特殊なマークについて
データに(x,y,theta[rad])があるとして,xy平面上をある軌道に従って,進む様子をアニメーションにしたいと考えています.想定しているのは平行二輪車で,thetaは軌道の接線とx軸がなす角度です.今はこちらのリンク(https://jp.math...

3 years 前 | 1 个回答 | 0

1

个回答

提问


自作関数の入力引数不足エラーについて
こんにちは.MATLAB初心者です. あるモデルの相対距離,相対角度を入力値に対して求める関数を作ろうとしているのですが,どうも入力引数エラーが発生してしまい前に進めません. コードはこちらです. q1 = [0 0.5 0.5*pi]; %[x,y...

3 years 前 | 1 个回答 | 0

1

个回答