Haruhito Kato - MATLAB Central
photo

Haruhito Kato


Last seen: 1 year ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB AnswersFrom 06/20 to 03/25Use left and right arrows to move selectionFrom 06/20Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

4 Questions
1 Answer

RANK
174,559
of 297,503

REPUTATION
0

CONTRIBUTIONS
4 Questions
1 Answer

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 20,449

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159,017

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


App Designer で2つのドロップダウンリストを連動したい
AppDesignerで試しにアプリを作っています。あるドロップダウンリストの結果に応じてもう一つのドロップダウンリストの中身を変えたいです。可能でしょうか?

2 years ago | 2 answers | 0

2

answers

Question


SpreadSheetLinkを使って、エクセルのリボンからStart matlab を選択するとcommand Windowだけ立ち上がり、plot関数などが使えない
エクセル2016からmatlab2019bを立ち上げようとすると、発生しました。 別パソコンのエクセル365では通常時matlabを立ち上げた時と同じ画面になりました。 エクセル2016でも通常と同様にmatlabを立ち上げるにはどうしたらよいでしょう...

4 years ago | 0 answers | 0

0

answers

Question


simulinkモデルのソフトアップグレードについて
下記のコードにて、2013bのsimulinkモデルを2019b用にアップデートしようとしたのですが、upgrade関数にて、{モデルに使用している自作ライブラリのslxファイル}は書き込み可能ではありません。というエラーが出ます。モデルのアップグレードを...

4 years ago | 0 answers | 0

0

answers

Answered
Excelで自作関数(.mファイル)を実行する
ありがとうございます。

5 years ago | 0

Question


Excelで自作関数(.mファイル)を実行する
function x = test(a, b) x = a + b; end 上記の関数を.mファイルで自作したとして、 入出力にEXCELのセルを指定し、 ボタン押下で実行させるにはどうすればよいですか?

5 years ago | 2 answers | 0

2

answers