已回答
バイナリパターンの出現回数を行列に格納する
こういう事ですね。 histcounts 関数の出力の3番目 bin は、各データが何番目のビンに入ったかを示す情報なので不要でした。 bits = 2; % binaryデータを19桁(⇒表示の為2...

2 years 前 | 0

| 已接受

已回答
配列内における特定の行(または列)の出現回数を求める
>良い解決策をお持ちの方、ご意見をお聞かせいただけると幸いです 行ごとの0,1パターンを10進数に変換し一つの値として捉えるのはどうでしょうか? そうすれば、histcounts関数を使って各値の出現回数をカウントする事ができます。 bits = 1...

2 years 前 | 0

| 已接受

已回答
3次元行列要素のカラープロット
>z座標の値の大小とカラーバーを対応させる方法に関しまして,ご教授ください. scatter3(X,Y,Z,S,C)の構文を使えば、5番目の引数CにZの値を入力出来ます clim関数でカラーマップの範囲(値域)を設定する事が出来ます figure ...

2 years 前 | 1

| 已接受

已回答
4次元データを添付画像のように3次元プロットとカラーマップを使って可視化したいです。
scatter3(X,Y,Z,S,C)の構文を使えば、5番目の引数Cにsample.Aの値を入力出来ます 事前定義されたカラーマップに希望の色配置が無い為、カラーマップの作成が悩みどころです 真っ赤(rgb=[1,0,0])は0.5、真っ青(rgb=[...

2 years 前 | 0

已解决


Coefficient of Sliding Friction
A weight of W1 N rests on a horizontal plane. The plane is gradually inclined until at an angle θ = Ao with the horizontal, the ...

2 years 前

已回答
グラフのx軸の座標をある点のx座標を0から始まるよう変更したい
>今あるグラフのx座標のスタートが0になるようにするにはどうしたらよいでしょうか。 t 全体から t(1)即ち先頭の値を減算すれば良いです t = (4.5:0.01:7.49)'; x = rand(size(t)) * 4 + 3; x(1:1...

2 years 前 | 0

| 已接受

已回答
retime,synchronizeで引数にregularを使うとエラーが出ます。
リリース ノート: MATLAB - MATLAB & Simulink - MathWorks 日本 詳細な経緯は不明ですが、以前のretime関数には 'regular' (一定間隔の意味) を含む構文がありませんでした。 左:R2017aのドキュ...

2 years 前 | 1

已解决


Slope intercept application
Find y given slope (m), x, and y intercept (b).

2 years 前

已回答
CSVデータで時系列を反映させてフィギュア化させる方法について
a = readmatrix("https://jp.mathworks.com/matlabcentral/answers/uploaded_files/1260515/a_110247.csv"); b = readmatrix("https://j...

2 years 前 | 0

| 已接受

已回答
3Dメッシュを作成して指定領域の表面積を求めたい.
> 例えばsurfaceAreaの領域を 座標の範囲をそれぞれ X(-100:100),Y(-200:200),Z(100:1500)にしたい surfaceAreaの領域を、指定範囲で「押し潰す」即ち Saturation 処理すれば良いと解釈しました...

2 years 前 | 0

| 已接受

已回答
エラーの解消方法
イメージの深層学習向け前処理 - MATLAB & Simulink - MathWorks 日本 イメージをネットワークの入力サイズに一致させるにあたって、学習対象イメージのデータ型を下記のいずれかに統一しなければなりません。 イメージのスタックを表...

2 years 前 | 0

已解决


Mechanical Advantage of a Gear Train
Calculate the mechanical advantage of a gear train. The mechanical advantage of a gear couple is given by MA = T_o/T_i where ...

2 years 前

已解决


01-01: 正弦波の生成
「MATLABで学ぶ実践画像・音声処理入門」のプログラム1-1 と同じ正弦波を、サンプリング周波数 10kHz で生成し、返却する関数を作成せよ。

2 years 前

已解决


Memory Map File: Access and Update
Challenge is to read data from a memory map file and also update the file. Memory Mapping allows placing large static arrays ...

2 years 前

已解决


Stress-Strain Properties - 5
Similar to the previous problem, materials may be characterized by their stiffness-to-weight ratio, which is the elastic modulus...

2 years 前

已解决


Stress-Strain Properties - 4
A common measure of the ability of a material to carry load per unit mass is termed strength-to-weight ratio and is calculated b...

2 years 前

已解决


Stress-Strain Properties - 3
A brittle material will not exhibit a yield point. In other words, the yield point and failure point coincide. In such cases, th...

2 years 前

已解决


Stress-Strain Properties - 2
The resilience of a material is its ability to resist permanent (or plastic) deformation. The resilience coincides with the elas...

2 years 前

已解决


Stress-Strain Properties - 1
This is the first in a series of problems regarding mechanics of materials, in particular, material properties drawn from stress...

2 years 前

已解决


Rule of mixtures (composites) - upper bound
The <http://en.wikipedia.org/wiki/Rule_of_mixtures rule of mixtures> is used in the mechanical design of composite structures to...

2 years 前

已解决


Pi Digit Probability
Assume that the next digit of pi constant is determined by the historical digit distribution. What is the probability of next di...

2 years 前

已解决


Convert radians to degrees
Given input in radians, output to degrees

2 years 前

已解决


Pi Estimate 1
Estimate Pi as described in the following link: <http://www.people.virginia.edu/~teh1m/cody/Pi_estimation1.pdf>

2 years 前

已解决


Approximation of Pi (vector inputs)
Pi (divided by 4) can be approximated by the following infinite series: pi/4 = 1 - 1/3 + 1/5 - 1/7 + ... For a given numbe...

2 years 前

已解决


Approximation of Pi
Pi (divided by 4) can be approximated by the following infinite series: pi/4 = 1 - 1/3 + 1/5 - 1/7 + ... For a given number of...

2 years 前

已解决


Travelling Salesman Problem (TSP)
Find a short way through given points. This is the travelling salesman problem. But the solution should be a fast and small func...

2 years 前

已解决


JannaT is Loved By Me
JannaT was sTarTed loved by me and that time was in 2020. A year when JannaT will starT loving me when the year divided from th...

2 years 前

已解决


Rule of mixtures (composites) - lower bound
The <http://en.wikipedia.org/wiki/Rule_of_mixtures rule of mixtures> is used in the mechanical design of composite structures to...

2 years 前

已解决


Volume difference between Ellipsoid and Sphere
Given an ellipsoid of semi principal axis (a,b,c) find the volume of the difference between this ellipsoid and the sphere with...

2 years 前

已解决


Volume of a Simplex
Return the volume of a <http://en.wikipedia.org/wiki/Simplex regular _n_-simplex> with a unit side length. Results are up to...

2 years 前

加载更多