photo

matquest


Last seen: 5年以上 前 2018 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

7 質問
4 回答

ランク
3,505
of 300,302

評判
16

コントリビューション
7 質問
4 回答

回答採用率
42.86%

獲得投票数
7

ランク
 of 20,911

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 168,040

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 2
  • Knowledgeable Level 1
  • First Answer
  • Thankful Level 1

バッジを表示

Feeds

表示方法

回答済み
Unit tests fail on "even" runs, but pass on "odd" runs (alternating pass/fail)
Leaving this here in case someone else runs into the same issue. Turns out something about the line: addpath(genpath('..'));...

5年以上 前 | 0

質問


Unit tests fail on "even" runs, but pass on "odd" runs (alternating pass/fail)
I have some unit tests that I wrote for code that is doing some very minor image manipulation (combining several small images in...

5年以上 前 | 3 件の回答 | 0

3

回答

回答済み
Copy figure (short, probably some unset variable)
h is the variable name, not the handle. To get the handle of the current figure you can do: h_handle = gcf; % get current fig...

5年以上 前 | 0

| 採用済み

回答済み
CANT FIGURE OUT AN ERROR MESSAGE
After looking at your code a little more, I suspect you are getting this error either at line while(H(i) > Ha) or while (H(i) > ...

5年以上 前 | 0

回答済み
How can I make my test find a second function in a neighboring file?
See the accepted answer to this related question: Multiple functions in one .m file, but the upshot is that unfortunately you ca...

5年以上 前 | 1

| 採用済み

質問


Concatenate images without image toolbox/montage function
I am trying to "concatenate" some image files in a manner similar to either the montage or imtile functions, however, I need to ...

5年以上 前 | 1 件の回答 | 0

1

回答

質問


Dynamically create new axes and associated callbacks in GUIDE
I made a GUI using GUIDE that plays multiple videos. Each video is displayed in an axes which was created in GUIDE. However, I n...

5年以上 前 | 0 件の回答 | 0

0

回答

質問


Unrecognized command line option: nodisplay when launching guide figure
I have a GUI that I built using guide. It just consists of the .m and the .fig files. I'd like to launch the gui from the comman...

5年以上 前 | 0 件の回答 | 6

0

回答

質問


Rerun Simulink without compiling
I have some code which uses Simulink and I've noticed that Simulink re-compiles every time I run the code. It takes almost 5 min...

7年以上 前 | 1 件の回答 | 0

1

回答

質問


Cannot seem to save data to a file within a class
I have a class which needs to write data to files. However, when I try to write the data, it gives a "variable not found" error,...

7年以上 前 | 1 件の回答 | 0

1

回答

質問


.mat files with the same data are different
I'd like to diff two .mat files via the command line. However, it appears that the .mat files contains somewhat different data, ...

7年以上 前 | 2 件の回答 | 0

2

回答