Community Profile

photo

Hiro Yoshino

MathWorks

Last seen: Today 自 2019 起处于活动状态

DISCLAIMER: Any pieces of advice or opinions posted here are of my own, and in no way reflect that of MathWorks.

统计数据

All
  • MATLAB Flipbook Mini Hack Participant
  • Thankful Level 1
  • Knowledgeable Level 5
  • Promoter
  • Solver
  • Personal Best Downloads Level 1
  • 5-Star Galaxy Level 1
  • Pro
  • GitHub Submissions Level 1
  • First Submission
  • 6 Month Streak
  • First Review

查看徽章

Content Feed

排序方式:

已回答
ソフトウェア保守サービスを更新しない場合、MATLABおよび各種Toolboxは使用できなくなりますか
@Atsushi Ueno さんの書かれた通り、使い続けることは可能です。そしてソフトウェアを更新することが出来なくなりますので、最新機能が欲しいとなっても手に入りません。ただし、保守を復活する事ができますがその場合は保守が無かった期間の保守料金も遡ってお...

16 hours 前 | 1

已回答
ANOVAで複数の指標を、平均がゼロで分散が未知の正規分布との帰無仮説検定することはできますか
ANOVA の前提は"等分散"なので、分散未知でも問題はありません。 また、複数の"指標" が何を指すのかが定かではないですが複数の群に渡って平均が同じであるという帰無仮説を検定します。

16 hours 前 | 1

已提交


Fundamentals of Linear Regression / 線形回帰の基礎
Understanding the Fundamentals of Linear Regression / 統計モデリングの教科書: 線形回帰モデル

25 days 前 | 5 次下载 |

Thumbnail

已回答
2重入れ子構造がある場合の線形混合効果モデル式の表記はどうすれば良いでしょうか
式と計画行列の関係 が参考になるかと思います。 階層構造が相関を表しているとして、A > B > C で、A-B の交互作用、B-C の交互作用をモデル化するのであれば、(* | A:B) のように指定することが出来ます。

1 month 前 | 0

已回答
分類器アプリ内の散布図を自分で作る方法を教えてください
scatter 関数かなと思いますが、いかがでしょうか?: a = rand(20,2); b = rand(20,2); scatter(a(:,1),a(:,2)); hold on scatter(b(:,1),b(:,2)); lege...

2 months 前 | 1

已回答
特徴診断デザイナーで特徴量を抽出したのですが,変数名がどんな特徴を表しているのかわかりません.
https://jp.mathworks.com/help/predmaint/ref/diagnosticfeaturedesigner-app.html こちらから、"時間領域の特徴"、"時間-周波数領域の特徴" を見ていただければ、特徴量の定義 (...

2 months 前 | 0

| 已接受

已回答
ガウス過程回帰fitrgpで過学習を防ぐ方法
GP ではカーネルがモデルの細かさを決めるので、このあたりを調整すると過学習を抑制することができると思います。CV で最適なパラメータを見つけると良いと思います。 回帰学習機アプリ の中では、このようなハイパーパラメータの最適化も行ってくれるので、コード...

5 months 前 | 0

| 已接受

已回答
Finding source files for Mathworks demo example
From "Copy Command" button, you can copy the following code to run: openExample('autonomous_control/AutonomousEmergencyBrakingW...

5 months 前 | 0

已回答
How execute ipython jupyter code inside MATLAB?
You can use pyrunfile to run a python file in MATLAB. Your arguments can be given to the command too.

5 months 前 | 0

已回答
フィルターの設計方法について
Live Task からフィルタを設計すると簡単ですよ。凝ったものでなければここで、カットオフでの特性や遅延等についても評価することができると思います。 線形位相応答を必要とする場合には、FIR フィルタが良いかと思います。IIR フィルタは動作が速く、...

6 months 前 | 1

| 已接受

已回答
一次式によるベースライン補正について
面積の補正が必用ということで、いただいたコードを少し変えてみました。 利便性を考慮して最初のデータでも動作するようにしました。y が before, y2 が after です。 % Original data x = (1:36)'; y = [...

7 months 前 | 0

| 已接受

已回答
一次式によるベースライン補正について
回転角を考えて、全体のデータを回転させると良いかと思います。 元のデータ x = 0:0.1:36; y = -1.97*x + 116.08; plot(x,y,'b:'); 回転させます theta = 2 * (pi/2 - atan(-...

7 months 前 | 0

已回答
Why peepholeLSTMLayer implemented in a tutorial is much slower than built-in lstmlayer?
I suppose that is because the implementation of interest is a custom model while the built-in LSTM is optimized for computation....

8 months 前 | 0

已回答
変数名に対応した規則性のあるベクトルの作成と ベクトルの結合
文字のまま残すのは、symbolic math などを使われると良いかと思います。 (私がやろうとしたら上手く出来なかったので、ここでは行列の作り方だけお示しします) n = 10 i = (1:(n-1)/2) % 行ベクトル j = (0:(n...

8 months 前 | 0

已回答
for文の書き方について
アイディアを2つお渡しします: [1] cell 配列を使って情報を保存すると楽かなと思います。 それと、string ベクトルの結合ですが、"i" が数値なのでそのまま結合出来ないと思います。num2str で変換しておきます。 app.Btn...

8 months 前 | 0

| 已接受

已回答
アニメーションの途中でグラフィックを回転させるにはどうすればよいですか?
rotate が使えるかも知れません。 また、 plot(randn(100,1)); h=zoom; set(h,'Motion','horizontal','Enable','on'); zoom(5.0) なども良いのでは?

8 months 前 | 0

已回答
AppDesignerの画面上に置いてあるフォームやスライダーの値をリセットや復元できるボタンを置きたい
私ならですが アプリを閉じる時に変数を保存する callback を入れる (右クリックから closeRequestFcn を選択 参考) そこに格値を mat ファイルに保存する様にする (save コマンド ) a = app.a; b = ...

8 months 前 | 1

| 已接受

已回答
点群データから等高線を作成して、面積を集計する方法
データ、コードを一緒に入れていただくと、回答者が取り組みやすくなります。 こんな感じで入れてみては? x = randn(100,1); y = randn(100,1); z = randn(100,1); scatter3(x,y,z); ...

8 months 前 | 0

| 已接受

已回答
How to display pi symbol in the output?
How about this? S = sprintf('Zak Phase of 0th band = %c',960); disp(S);

8 months 前 | 0

已回答
How to upgrade Matlab Web App server from 2022a to 2023a
Here is the link to the series of command required. Then take actions as follows: Stop the current running server first (using ...

9 months 前 | 0

已回答
how do I fit a Raman spectrum that has multiple peaks using Gaussian bands?
How about trying GMM? https://jp.mathworks.com/help/stats/fitgmdist.html This is a standard way to estimate multiple gaussian ...

10 months 前 | 0

| 已接受

已回答
検証損失が下がらない
結果だけを見ると、 学習データと 検証データの分布が異なる ように思えます。データが少ないと思いましたが、学習データはどのくらいありますか?

10 months 前 | 0

| 已接受

已回答
Using problem based optimization to control a system
It seems that it simply found a local optimum. If this is not the one that you expected, you should change the intial values. Tr...

10 months 前 | 0

已回答
Can I use parfeval in App Designer to plot to a UIAxes while the code keeps running?
As for the 1st question, are you familiar with "Object Oriented Programming"? You should write your code in an OOP manner in th...

10 months 前 | 1

已回答
Power spectral density plot converted to sound pressure level
The simplest way is this; try the following code without receiving the result from the function: pwelch(det_data, window, overl...

11 months 前 | 0

已回答
Error using ' TRANSPOSE does not support N-D arrays. Use PAGETRANSPOSE/PAGECTRANSPOSE to transpose pages or PERMUTE to reorder dimensions of N-D arrays.
I could reproduce the same error message as follows: X = rand(3,3,4) transpose(X) The best bet is replace this with pagetra...

11 months 前 | 0

已回答
回帰学習器アプリで複数の応答で学習させたい
アプリからは実行できないので、一度アプリで学習をしたら エクスポート > 関数の生成 とすれば、学習に必用なコードが出てきます。 ( こちらが参考になる ) この関数に対して、response を別の物を与える様にコードを書き換えてあげれが、仰るこ...

11 months 前 | 0

已回答
Retrieve phase from a time-varying cosine signal
I would suggest that you should try hilbert transform as follows: load("data.txt") plot(data(:,1)) hold on plot(data(:,2)); ...

11 months 前 | 0

| 已接受

已回答
How to calculate wavenumber, for fft2 of a 2D array?
We use "normalized frequency" with FFT and this is a linear transformation between the time space and the frequency space. So th...

11 months 前 | 1

| 已接受

已回答
using copyfile to copy the FOLDER AND its CONTENTS, i.e., preserve the folder
Why don't you use system command instead? You can use the linux commands as you wish. system("touch myFile.txt") % create myFi...

11 months 前 | 0

加载更多