Quy
Michigan State University
Followers: 0 Following: 0
...
Statistics
RANK
23,099
of 295,467
REPUTATION
1
CONTRIBUTIONS
9 Questions
2 Answers
ANSWER ACCEPTANCE
55.56%
VOTES RECEIVED
1
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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 ...
1 year ago | 1 answer | 0
1
answerparallel 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.
1 year ago | 0
| accepted
Question
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...
1 year ago | 1 answer | 0
1
answerQuestion
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...
1 year ago | 1 answer | 0
1
answerSolved
Pizza!
Given a circular pizza with radius z and thickness a, return the pizza's volume. [ z is first input argument.] Non-scored bonus...
1 year ago
Question
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...
1 year ago | 1 answer | 0
1
answerQuestion
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'));...
1 year ago | 1 answer | 0
1
answerQuestion
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 ...
6 years ago | 6 answers | 1
6
answersQuestion
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...
10 years ago | 2 answers | 0
2
answersQuestion
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 ...
11 years ago | 0 answers | 0
0
answersQuestion
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...
12 years ago | 2 answers | 0
2
answersSolved
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
12 years ago
Solved
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...
12 years ago
Solved
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 ...
12 years ago
Solved
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...
12 years ago
Solved
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:...
12 years ago
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 ...
13 years ago | 0