photo

Kojiro Saito

MathWorks

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

Followers: 2   Following: 0

消息

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

统计学

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

查看徽章

Feeds

排序方式:

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

15 days 前 | 0

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

25 days 前 | 0

已回答
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...

26 days 前 | 0

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

2 months 前 | 0

| 已接受

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

2 months 前 | 0

| 已接受

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

3 months 前 | 0

| 已接受

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

3 months 前 | 0

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

3 months 前 | 0

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

3 months 前 | 1

| 已接受

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

3 months 前 | 2

| 已接受

已回答
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 ...

3 months 前 | 1

已回答
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...

4 months 前 | 0

| 已接受

已回答
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...

4 months 前 | 2

| 已接受

已回答
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...

4 months 前 | 0

已回答
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...

4 months 前 | 0

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

4 months 前 | 1

| 已接受

已回答
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...

4 months 前 | 2

| 已接受

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

4 months 前 | 2

| 已接受

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

4 months 前 | 0

已回答
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...

4 months 前 | 0

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

4 months 前 | 1

已回答
"run()" command in compiled .m-Script does not work
run command is not supported by MATLAB Compiler as written in the following document. Functions Not Supported for Compilation b...

5 months 前 | 0

| 已接受

已回答
カスタムのdatastoreを作成する
transformでfileDatastoreから新しいデータストアを作成し、combineで2つのデータストアを結合する方法で実現できると思います。 tbpcds = fileDatastore(tbpc,"ReadFcn",@(x) readmatr...

5 months 前 | 1

| 已接受

已回答
セグメンテーションタスクにおける転移学習について
下記のページにまとまっています。ページ下段の「注目の例」が参考になると思います。 [Image Processing Toolbox] イメージのセグメンテーション →画像処理を使った領域分けの例 [Computer Vision Toolb...

5 months 前 | 0

已回答
zoomplotを使うことができません
ZoomPlotという名前の関数はFile Exchangeに大文字・小文字の違いなど含めて何種類かあります。 現在入っているものは、アドオンからダウンロードした先がMATLAB Add-Ons\Functions\zoomPlot と小文字のzになって...

5 months 前 | 1

| 已接受

已回答
How to connect to a in-memory sqlite database using the Database Toolbox
sqlite command only allows file name as input (like data.db), so you need to use JDBC interface instead. SQLite JDBC for Window...

5 months 前 | 0

已回答
mad関数をcellfunで使いたいのですが,平均値か中央値を選ぶオプションの設定方法がわかりません.
無名関数というものを使ってみてください。 cellfun(@(a) mad(a, 1), x, 'UniformOutput', false);

5 months 前 | 2

| 已接受

已回答
How to build a Docker Image in Matlab with Additional Packages
You can add additional files with AdditionalFiles of compiler.build.ProductionServerArchiveOptions. functionFile = 'DockerFunct...

5 months 前 | 0

| 已接受

已回答
R2023aで、py.sysやpy.os(MA​TLABからpyth​on)を呼び出す方法
Pythonのパスにosとsysが追加されていないようです。 pyrun('import sys,os') を実行した後でpy.sys.pathなどを実行してみてください。 ただ、Windows AppsフォルダーにインストールされているのでMi...

5 months 前 | 1

已回答
インデックスが配列要素数 (0) を超えています
CONN_h.menus.m_results.shownsourcesあるいはCONN_h.menus.m_results_00が空なのに0より大きいインデックスを使って要素にアクセスしようとしているのが原因です。CONN_h.menusの中身を確認してみ...

5 months 前 | 0

加载更多