photo

Kojiro Saito

MathWorks

Last seen: Today Con actividad desde 2016

Followers: 2   Following: 0

Mensaje

Application Engineer at The MathWorks (Japan). Experience: -Remote Sensing -Image Processing -GIS including WebGIS -Parallel computing -Distributed computing Special interest: -Parallel / distributed computing -Enterprise solution (Web, database) -GIS, mapping DISCLAIMER: Any advice or opinions posted here are my own, and in no way reflect that of MathWorks. NOTE: Please do not send me individual messages or questions, as I will not be able to respond to them. If you have technical questions about MATLAB, please use the various resources on MATLAB Central. If you have a valid license, you can also use Technical Support.

Spoken Languages:
English, Japanese
Pronouns:
He/him

Estadística

All
  • Thankful Level 4
  • Guiding Light
  • Revival Level 3
  • Solver
  • 36 Month Streak
  • First Review
  • Knowledgeable Level 5
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
LSTM の予測精度を上げる方法  How to increase LSTM prediction accuracy ?
①は「60 日後の株価を予測したい場合、input は60日前までの株価で、target は 60 日後の株価」ですね。データの前処理は平均値と標準偏差を使って-1 ~ 1 の間に正規化されているなら十分かと思います。データ自体に前処理をしないで、sequ...

7 días hace | 0

Respondida
浅層ニューラルネットワーク と 深層学習ネットワーク の、それぞれの特長について。
下記のディスカバリーページが参考になるかと思います。 ニューラルネットワークとは ディープラーニング (深層学習) とは 浅層ニューラルネットワークはニューロンの層が 2、3 層で隠れ層が1以上のニューラルネットワークで、ネットワークの構成がシ...

8 días hace | 0

| aceptada

Respondida
cell配列中のすべての整数配列(画像)を含めたヒストグラムの出し方
cell配列の要素ごとに処理するにはcellfun関数を使います。cropに格納されている画像サイズがまちまちなので、まずcellfunとimhistでヒストグラムを求めた後、ヒストグラムのカウントとビンの数を使ってstem関数で描く方法でいかがでしょうか...

alrededor de 1 mes hace | 0

| aceptada

Respondida
Matlab compilerで作成したexeファイルで”関数xxx.mが未定義です”というエラーがたまに出る
MATLAB Runtimeのキャッシュフォルダーが不定期に破損している可能性があります。 Windowsだとキャッシュフォルダーが環境変数TEMPの中の「C:\Users\<ユーザー名>\AppData\Local\Temp\<ユーザー名>\mcrCa...

alrededor de 1 mes hace | 0

| aceptada

Respondida
Why is my Java project using Matlab Runtime giving error?
mclmcrrtX_X.dll is located in <MATLAB_Runtime_Root>\runtime\win64. You might need to add C:\Program Files\MATLAB\MATLAB Runtime...

alrededor de 1 mes hace | 1

| aceptada

Respondida
solveのReturnConditionによって得られた解からの抽出
solveのドキュメントのparametersの下記の説明があります。kが認識されないのはパラメーターがワークスペース変数にないためで、下線部分の記述に該当します。 生成されたパラメーターのベクトルとして返される解のパラメーター。この出力引数は、Retu...

alrededor de 1 mes hace | 0

| aceptada

Respondida
bubblechartでサイズ0のプロットは表示させないようにするには
bubblechartのプロパティでSizeDataの説明に「SizeData 値の範囲全体でバブル領域の範囲を線形にマッピングします」とあり、サイズ値が0であってもそれが最小バブルサイズ (デフォルトは3)になるようにマッピングされてしまいます。 bu...

alrededor de 2 meses hace | 1

Respondida
時系列データの散布図作成
scatterを実行した後にhold on コマンドをしてからplotコマンドを重ねることで実現できます。 scatterもplotも日時データをX軸に入れられますが、文字列のcharやstringでは受け付けないので、一度datetime型に変換する必...

alrededor de 2 meses hace | 0

| aceptada

Respondida
Boxchartで各Boxの色を変えたい
共有いただいたFile.csvのProtocolはデータがMのみなので、GroupByColorで指定しても1色になってしまいます。 GroupByColorでtbl1.Timeを指定すればTimeの値で色分けされます。 元のFile.csvではカラム...

3 meses hace | 2

| aceptada

Respondida
深層学習を使用したビデオとオプティカル フロー データのアクティビティ認識について
関数readVideoが見つからないというエラーが出ています。 readVideoは例題の下の方のサポート関数 (Supporting Functions)の中にありますが、例題のコードをコマンドウィンドウで実行すると末尾の関数が見つからないというエラー...

3 meses hace | 0

| aceptada

Respondida
MATLAB CompilerでDAGnetworkモデルを読み込むmファイルをコンパイルしたい
パッケージ化されたアプリケーションでのファイルへのアクセスの「%#function プラグマを使用して MATLAB データ ファイルを明示的に含める」が参考になります。 コンパイル時にDAGNetworkを使うことをコンパイラに明示する必要があります。...

4 meses hace | 0

| aceptada

Respondida
Unrecognized function or variable 'fpval'.
fpval is a private function of Statistics and Machine Learning Toolbox and located in MATLAB_Install/toolbox/stats/stats/private...

4 meses hace | 0

| aceptada

Respondida
Mathworksアカウントが「疑わしい動作が検出された」と表示されて作成できない。
こちらの公式回答をお試しください。ブラウザにキャッシュが残っている影響が考えられるので、キャッシュの削除や違うブラウザの利用が効くかもしれません。 --- 一度下記をお試し下さい。 ■ブラウザを一度閉じて、再度お試し頂く ■シークレットモードで...

5 meses hace | 0

| aceptada

Respondida
Toolboxを使って作成したコードをAppDesingerでアプリ化して配布する方法
インストールは①と②だけで十分です。MATLAB RuntimeをインストールすればWebアプリを動かすのに必要なToolbox一式がインストールされます。 symsのエラーは、Symbolic Math Toolboxのsyms関数がMATLAB ...

5 meses hace | 0

| aceptada

Respondida
RoadRunnerでのオリジナル道路作成方法
RoadRunnerのHDマップフォーマット(RRHD)を介して実現できるかと思います。 MATLABで座標データや車線幅などからroadrunnerHDMapでRRHDファイルを作成し、RoadRunnerにimportSceneでインポートして自動で...

5 meses hace | 0

| aceptada

Respondida
アドオンのインストールができない
Why is the MathWorks Product Installer stuck on post-installation tasks?の回答が参考になりますでしょうか? アンチウイルスソフト、管理者権限が無い、ディスク容量が少ないなどの問題が考え...

6 meses hace | 0

Respondida
MATLAB Driveのアカウントを変更する方法
こちらの回答が参考になると思います。 現時点ではMATLAB Drive Connectorの画面からアカウントの変更ができないので、設定ファイルを削除する方法になります。 まず、MATLAB Drive Connectorのプロセスを終了します。...

6 meses hace | 0

| aceptada

Respondida
cell内に格納された時系列データの平均値を算出するにはどうすればいいですか?
meandataが32列目のデータしか格納されないのは、for ループの meandata = arrayfun(@mean, data{i}); で同じ変数名で上書きされているので、最後のループのi=32だけが格納されているためです。 forループを使...

6 meses hace | 1

| aceptada

Respondida
変数名にsprintfのような関数を使用できますか?
assignin関数を使えばできます。ベースワークスペース変数にsprintfで作る変数名、変数値にreadmatrixの読み込みデータを割り当ててみてください。 name = 'A'; speed = 'normal'; assignin('b...

6 meses hace | 2

| aceptada

Respondida
Setting geoplot longitude limits manually - changing aspect ratio
geolimits document says, Note The geolimits function typically uses wider limits than the limits you specify to maintain the ...

6 meses hace | 1

| aceptada

Respondida
How do you specify api:matlab-data when using the Library Compiler for .NET Assembly? 2023b
As written in this document, "-W" option cannot be specified in Library Compiler App (deploytool app). -W 'target[:options]' C...

6 meses hace | 0

| aceptada

Respondida
Try to install MATLAB engine API for python
It seems that you're installing R2024a version of MATLAB Engine API. The GitHub respository (https://github.com/mathworks/matla...

6 meses hace | 2

| aceptada

Respondida
How I can save Building layer Data from OSM File after customization?
I think shapewrite of Mapping Toolbox is the best. You can save geotable to shape (.shp) file. This format contains geometric in...

6 meses hace | 0

Respondida
Is High Resolution Satellite Imagery in GeoGlobe Possible Offline? ...and in a Compiler SDK .NET DLL?
geoglobe accepts custom basemap but addCustomBasemap only allows URL or MBTiles file, so you need to host internal Web Map Serve...

6 meses hace | 0

Respondida
for文を使用して、現在のフォルダ内にある3つのcsvファイルを1つのリスト型として格納するにはどうすれば良いですか?
file3のtableしか格納されないのは、forループごとにdata変数が上書きされて最後のn=3の場合のものしか残らないためです。 1つのリスト型にしたいというのが、テーブルを縦に連結するという意味でしたら、forの中を data = vertca...

7 meses hace | 1

| aceptada

Respondida
app designer switch problem
Items property of app.Switch2 is 'On' and 'Off' in this app, so you need to change the if condition to value == "On". function...

7 meses hace | 2

| aceptada

Respondida
datastoreを途中から読み込む方法
CSV で使われる表形式データストア(tabularTextDatastore)がサポートしているpartitionで指定した位置のデータを抽出できます。ただ、位置(下記コードの変数index)は1つしか指定できないのでx番目以降をまとめて取得したい場合は...

7 meses hace | 2

| aceptada

Respondida
whats wrong with my app?
I think the following will work. app2.mlapp Set public properties. properties (Access = public) antall_soner end and b...

7 meses hace | 0

Respondida
Update Webdesigner App Image component- how??
To update an image of uiimage component, change the ImageSource property. app.Image.ImageSource = 'test.jpg' But it does not r...

7 meses hace | 0

Respondida
下記のようなプログラムで、エラーメッセージが出ます。どのように直せば良いですか
kyoriの1つ目のインデックス「zahyou(r,1)」の値が、rの値によってkyoriの配列の行数を超えてしまっているようです。 size(kyori, 1) でkyoriの行数を確認し、 for r = 1:CNum zahyou(r...

7 meses hace | 1

| aceptada

Cargar más