
Kojiro Saito
MathWorks
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.
Statistics
RANK
64
of 281 827
REPUTATION
2 686
CONTRIBUTIONS
0 Questions
634 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
528
RANK
of 19 061
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
2 Public Channels
AVERAGE RATING
48
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
reshape関数のエラーが出ます。
上のコードではdataが0:36000なので1行36001列のデータになっていて、600×600のサイズにリサイズできていないのが原因です。600×600は360000なので。 下記のようにしてみてはいかがでしょうか。 data = rand(10, ...
28 dagar ago | 1
| accepted
plotの線の色を途中で変更する
xとyでデフォルトの色の範囲と色を変えたい範囲に分割してプロットする方法で実現できます。 x = 0:5; y = 0:2:10; plot(x([1:3, 5:6]), y([1:3, 5:6]), '-o', x(3:5), y(3:5), '-...
ungefär en månad ago | 1
Matlabが起動しなくなりました。
OSはWindowsでしょうか? コマンドプロンプトを起動して where matlab.exe を実行するとmatlab.exeのパスが表示されます。 もし表示されない場合は、環境変数PATHにMATLABのインストールフォルダーが含まれていない...
ungefär 2 månader ago | 2
| accepted
学習済みモデルの保存と利用について
ドキュメントで近いものだと「浅層ニューラル ネットワークによるデータの当てはめ」の「ネットワークのエクスポート」あたりになりますが、回答は以下のとおりになります。 ①学習済みモデルの保存 ニューラル ネットフィッティングアプリから、学習済みのモデルを「...
ungefär 2 månader ago | 0
Application Compiler types not showing
You need to launch Library Compiler App. Excel Add-in is in the list.
ungefär 2 månader ago | 1
| accepted
How to install "mpm" command?
There are two MPM, one is in MATLAB installation (with matlab -mpm) and the other is from GitHub. I found that mpm install-doc d...
ungefär 2 månader ago | 0
スタンドアロンアプリ作成時のパッケージ化について
サポートパッケージによっては、全てのファイルがパッケージに含まれないことがあるので、今回のようなpファイル (難読化されたスクリプト)だと手動でパッケージに追加するなどの対応が必要になります。 ただ、全てのファイルが含まれていなくてもサポートパッケージの...
ungefär 2 månader ago | 0
Is there a MATLAB toolbox for processing GRACE data?
There are several community GRACE tools for MATLAB. Did you try one of them? GRACE Matlab Toolbox (GRAMAT) GRACETOOLS MATLAB ...
2 månader ago | 1
| accepted
Linux端末上のMatlabプログラムの呼び出し方法について
質問① こちらは、Linux側にWebサーバーやCGIが立っていればHTTPで投げられますが、何もなければSSHでの実行となります。 下記のようなコマンドをWindowsのMATLABのアプリから実行するイメージです。 system("ssh use...
2 månader ago | 0
特定の文字が含まれる隣の値を抽出する
ドキュメント「条件を満たす配列要素の検索」が参考になると思います。"引上げ"に合致する行をインデックスで取得すれば良いかと。 format long A = readtable('data.csv', 'NumHeaderLines', 0, 'Tex...
2 månader ago | 1
| accepted
saveas(gcf,save_name+".png")をフォルダを指定して保存
saveasの第2引数に「フォルダー名\」 (Windowsの場合)、「フォルダー名/」(LinuxとMacの場合)を入れるか、fullfileでフォルダー名入りのパスを作ればできます。 例えば現在のフォルダーの中にあるresultというフォルダーに入れ...
2 månader ago | 1
アプリをインストールしたのに、アプリ一覧に表示されない
ツールボックスとアプリが混同してしまっているかもしれません。 SimulinkやStateflow、MATLAB Coderなどはツールボックス (製品)で、「アプリ」はGUIで操作できるツールボックスの機能になります。全てのツールボックスがMATLAB...
2 månader ago | 0
| accepted
仮想メモリがWindowsPC設定値よりも大きい理由
「Windows 64bit OS上で一つの変数が使用できるメモリ容量を確認する方法はありますか?」の回答が参考になると思います。 各 Largest Contiguous Free Blocks は、一つの変数が使用できる最大メモリを示してい...
3 månader ago | 0
readtableが勝手にアンダーバーで分割するのを通常通りコンマで分割してほしい
readtable のオプションでDelimiterを指定できますので、コンマで区切るように指定してみたら実現できます。 file1 = 'https://jp.mathworks.com/matlabcentral/answers/uploaded_f...
3 månader ago | 0
Creation of projection metadata file (*.prj) for shapefiles
As of R2023a, shapewrite does not create .prj file, so you need to create it with wktstring and writematrix. Here is a sample. ...
3 månader ago | 1
| accepted
オートコーディング機能を適用しても,かっこや引用符のオートコンプリートが実行されない。
エディターでの自動補完はR2021bからの機能になっており、R2021aでは対応していません。 R2021aではライブエディターとApp Designerで自動補完に対応していますが、そちらは動作しておりますでしょうか。
3 månader ago | 0
| accepted
MATLAB Compilerで作成したEXEファイルから、MATLABスクリプト(.mファイル)で定義されるコマンドを読み込む方法はありますか?
mファイルを実行するにはMATLABが必要になってしまい、PlotData.exeからMATLABを呼び出すという形になりMATLAB Compilerでパッケージ化してデプロイする意図が薄れてしまいます。 .mや.mlx以外で、例えば.csvや.xls...
3 månader ago | 0
| accepted
How to acces coordinates of a mappolyshape object?
You can check X and Y data by converting to table with geotable2table function. hydro = readgeotable("concord_hydro_area.shp");...
3 månader ago | 1
| accepted
どうしたらエラーが出なくなるでしょうか
I>200を実行したときに、RGBそれぞれの色の配列で輝度値が200より大きいものが1、200以下が0となる、1か0かのlogical配列が作られます。kのサイズはm行n列×3 (RGB)のlogical配列です。 方法1 エラーメッセージにあると...
3 månader ago | 2
why won't Matlab plot anything?
Your code works fine. R1=5; R2=7; thetaP=linspace(0, 2*pi); plot(R1*cos(thetaP), R1*sin(thetaP), '-b', ... R2*cos(t...
4 månader ago | 0
compiling custom made trained deep nn with Library Compiler for calling from Python
In Library Compiler, Support Packages are automatically included. If not, you can manually add the support package by "-Z p...
4 månader ago | 0
How to solve error, Web App Server service failed to start. No logs were written.
How about uninstalling Windows Service of MATLAB Web App Server? webapps-uninstall Document: webapps-uninstall Then, try se...
4 månader ago | 0
| accepted
web app does not show UIAxes
In R2023a general release, there was a bug regarding axes and web apps. [Bug Report] MATLAB graphics objects, such as axes, plo...
4 månader ago | 0
I can't set up the MATLAB Production Server dashboard, why?
This issue was discussed in the comments of another post and solved. First add "<MATLAB_Production_Server_Install_Root>\bin\wi...
4 månader ago | 0
| accepted
MATLABからSimulinkを開く際の解決策が実行できない
インストーラーのフォルダーではなく、MATLABがインストールされたフォルダー(デフォルトではC:\Program Files\MATLAB\R2023a)の中の\bin\win64にある3つのexeファイルを除外リストに追加してみてください。
4 månader ago | 2
| accepted
マトラボコードのブレークポイントについて
指定した範囲に全てブレークポイントを貼る質問への直接的な回答ではないのですが、デバッグのコツとして「ステップ」とステップイン」があります。 ブレークポイントを貼った行で実行が一時停止されますが、その後に「ステップ」をクリックすると次の1行を実行します...
4 månader ago | 3
File Exchange上のコードをMATLAB onlineで用いる
File Exchangeのコードがどのような形態でダウンロードできるようになっているかによりますが、ダウンロードボタンがあればそのZipファイルリンクを取得できるのでMATLAB Onlineからwebsaveで保存できますし、GitHubのリンクがあれ...
5 månader ago | 1
Opening PDF from web app
web('xxx.pdf') works in compiled Web App, but you need to add the pdf in the "Files required for your app to run" panal by editi...
5 månader ago | 0
| accepted
Service error MatLab Web app server 2021b
I found "Failed to add local user" error. Could you try the following answer? Why do I get Error Failed to add local user: "MA...
5 månader ago | 0
陸域をmaskする方法
確かに全世界のデータをそのまま適用すると、isinteriorのところで「要求された 1323x4502250 (44.4GB) 配列は、最大配列サイズの基本設定 (31.8GB) を超えています。これにより、MATLAB は反応しなくなる可能性があります...
5 månader ago | 0