irosy
Followers: 0 Following: 0
Programming Languages:
MATLAB
Spoken Languages:
Japanese
MATLAB
Spoken Languages:
Japanese
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...
2 months 前 | 1 个回答 | 0
1
个回答已解决
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.
5 months 前
已解决
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 ...
5 months 前
已解决
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:...
12 months 前
提问
アニメーションで動く図形の作成方法について
以前こちらで質問した内容の踏襲となります.添付の画像のような正方形とその重心からでてくる矢印で表したいのですが,教えていただいたプログラムですと円を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...
2 years 前 | 1 个回答 | 0
1
个回答提问
自作関数の入力引数不足エラーについて
こんにちは.MATLAB初心者です. あるモデルの相対距離,相対角度を入力値に対して求める関数を作ろうとしているのですが,どうも入力引数エラーが発生してしまい前に進めません. コードはこちらです. q1 = [0 0.5 0.5*pi]; %[x,y...
2 years 前 | 1 个回答 | 0