photo

Quy


Michigan State University

Last seen: 約1年 前 2011 年からアクティブ

Followers: 0   Following: 0

...

統計

All
MATLAB Answers

9 質問
2 回答

Cody

0 問題
7 解答

ランク
23,699
of 300,851

評判
1

コントリビューション
9 質問
2 回答

回答採用率
55.56%

獲得投票数
1

ランク
 of 21,094

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
47,724
of 171,294

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

スコア
80

バッジ数
1

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

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

平均評価

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

平均いいねの数

  • MATLAB Central Treasure Hunt Finisher
  • Thankful Level 1
  • Solver

バッジを表示

Feeds

表示方法

質問


Unable to expand the properties of app
For some reason I cannot expand my properties anymore. I have hundreds of components, but I only see these ones. You can see on ...

約2年 前 | 1 件の回答 | 0

1

回答

回答済み
parallel thread needs to wait for notification from FileSystemWatcher
I put in the while loop in the spmdIndex == 1 block of code to prevent the code running to completion. See my comment above.

2年以上 前 | 0

| 採用済み

質問


Delay in displaying messages in parallel threads with fileSystemWatcher
I need to figure out why there is a delay in the display of the messages in the code below. I have tracked the delay to the spmd...

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

1

回答

質問


parallel thread needs to wait for notification from FileSystemWatcher
I want ot run at least three threads in parallel. Thread 1 is the FileSystemWatcher, with the rest of the workers doing somethin...

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

1

回答

解決済み


Pizza!
Given a circular pizza with radius z and thickness a, return the pizza's volume. [ z is first input argument.] Non-scored bonus...

2年以上 前

質問


Comparing three files to see what functions were used
I have three mlapps that I need to clean up. They uses some of the same functions in both apps. My task is to figure out what fu...

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

1

回答

質問


running Matlab batch error: ERROR: MATLAB error Exit Status: 0x00000001
running this command in both the command line and in Jenkins gives me error: matlab -batch "addpath(fullfile(pwd,'functions'));...

3年弱 前 | 1 件の回答 | 0

1

回答

質問


Able to run GUI from guide command interface, but not when opening .fig straight in folder
after typing in "guide" in the command window and then opening an existing GUI, and then using the GUI editor and pressing "Run ...

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

6

回答

質問


matching texts in two cell arrays
I have two cell arrays, one longer than the other. Both containing strings. The shorter cell array contain only part of a name o...

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

2

回答

質問


Grouping in excel using matlab actxserver gives invoke error
When I use the command below, I get the invoke error. Any idea how I can get rid of this error? I was trying to group these ...

13年弱 前 | 0 件の回答 | 0

0

回答

質問


Place string in front of vector
I have a vector of numbers: num = [1:16]; I would like to place the character: 'B' in front of each number i that vector withou...

約13年 前 | 2 件の回答 | 0

2

回答

解決済み


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

13年以上 前

解決済み


Is my wife right?
Regardless of input, output the string 'yes'.

13年以上 前

解決済み


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

13年以上 前

解決済み


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

13年以上 前

解決済み


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

13年以上 前

解決済み


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

13年以上 前

回答済み
Able to run GUI from guide command interface, but not when opening .fig straight in folder
from one of the engineer that I work with: the .fig file is just an shell. it does not contain all the initialization that the ...

14年以上 前 | 0