Bruce Elliott
Johns Hopkins University
Followers: 0 Following: 0
Feeds
提问
Is there a built-in function to concatenate arrays in the third direction?
Is there an equivalent function to vertcat(..) and horzcat(..) but in the direction of a third index, e.g. pagecat(..)? I alwa...
11 months 前 | 1 个回答 | 0
1
个回答提问
Must dependent properties in abstract class be redefined in every concrete subclass?
I have an abstract superclass that defines some dependent properties, which an object of any concrete subclass should be able to...
1 year 前 | 1 个回答 | 0
1
个回答提问
How to interpolate between values in columns of an array without a for loop
I have an n-by-1 vector of x values and an n-by-m array of y values. I would like to get m interpolated y values for an arbitrar...
2 years 前 | 1 个回答 | 0
1
个回答已回答
can I store class properties in axes UserData?
I think I've answered my own question (which happens all the time when I finally resort to posting a question here - see Rubber ...
can I store class properties in axes UserData?
I think I've answered my own question (which happens all the time when I finally resort to posting a question here - see Rubber ...
4 years 前 | 0
已回答
Why do plotting commands delete axes UserData?
This was a silly question - I just need to call >> hold on before plotting. I knew that about graphics objects, but hadn't re...
Why do plotting commands delete axes UserData?
This was a silly question - I just need to call >> hold on before plotting. I knew that about graphics objects, but hadn't re...
4 years 前 | 0
| 已接受
提问
Why do plotting commands delete axes UserData?
If I store data in the UserData property of an open axes object and then plot something on the axes, the UserData is deleted. Do...
4 years 前 | 1 个回答 | 0
1
个回答提问
can I store class properties in axes UserData?
I've been developing a class for a specialized kind of axes. Since we cannot derive classes from the built-in axes class, I have...
4 years 前 | 2 个回答 | 0
2
个回答提问
How is vertex normal defined for 3-D surface triangulation?
Does the vertexNormal method of a triangulation object return the normalized numerical average of the adjacent face normal vecto...
4 years 前 | 0 个回答 | 0
0
个回答提问
Can an object pass a handle to itself?
Can an object of a handle class pass its own handle to a function, so that the function has access to certain properties of the ...
5 years 前 | 1 个回答 | 0
1
个回答已回答
How to turn an 1x1x3 array to a 1x3 vector?
Yes, there is an existing function to do that: permute(). Here's the help text: % permute Permute array dimensions. % B ...
How to turn an 1x1x3 array to a 1x3 vector?
Yes, there is an existing function to do that: permute(). Here's the help text: % permute Permute array dimensions. % B ...
5 years 前 | 0
提问
How to retrieve table data based on matched variable
<Note: I think this might be a database question, but I'd like to know if I can do what I wanted using Matlab tables.> I have a...
5 years 前 | 1 个回答 | 0
1
个回答已回答
How can I embed tab characters in datetime string formats?
Here's my own answer: myString = regexprep(char(myDateTime),' ','\t'); That seems to work and isn't too painful, if you ...
How can I embed tab characters in datetime string formats?
Here's my own answer: myString = regexprep(char(myDateTime),' ','\t'); That seems to work and isn't too painful, if you ...
6 years 前 | 0
提问
How can I embed tab characters in datetime string formats?
I have to create an output text file that will have lines of dates and times that are delimited by tab characters. I have no con...
6 years 前 | 2 个回答 | 0
2
个回答已回答
How can I get plain text diary files?
Here's another solution, from Walter Roberson's answer to a similar question that I had posed ( <https://www.mathworks.com/matla...
How can I get plain text diary files?
Here's another solution, from Walter Roberson's answer to a similar question that I had posed ( <https://www.mathworks.com/matla...
6 years 前 | 0
提问
How can I capture the lines written to the CLI by the disp() function?
I have a table that I would like to save to a text file. The table.write method lets me do this, but only as delimited text. I w...
6 years 前 | 1 个回答 | 0
1
个回答提问
Why doesn't Matlab find my Intel Visual Fortran compiler?
I submitted a post about this to the newsgroup but have not received any responses thus far. I have *Intel Parallel Studio 20...
8 years 前 | 0 个回答 | 0
0
个回答提问
How to package MEX files with linked libraries?
I've developed a set of MEX files that I'd like to distribute to coworkers for use on an isolate network. I compiled them on Win...
9 years 前 | 0 个回答 | 0
0
个回答提问
How can I set the time zone of a datetime object using a numerical offset?
I have an application where the user will identify a time zone by the offset from UTC in hours. He'll be defining a range of tim...
9 years 前 | 0 个回答 | 0
0
个回答提问
How to get string that uses datetime Format property?
Note: I <http://www.mathworks.com/matlabcentral/newsreader/view_thread/342631 posted this question to the newsgroup> as well. I'...
9 years 前 | 2 个回答 | 0
2
个回答提问
How to create datetime from day of year?
I know that I can get a date from a datetime object as YYYY-DDD, but what if I want to create a datetime object, given the year ...
9 years 前 | 1 个回答 | 0
1
个回答已回答
Compiling Matlab mex files with GCC for Windows
Wajahat, Were you ever able to resolve this? I would have asked if you were using the -f flag with your call to mex, which...
Compiling Matlab mex files with GCC for Windows
Wajahat, Were you ever able to resolve this? I would have asked if you were using the -f flag with your call to mex, which...
11 years 前 | 1