photo

Daniel


University of Utah

Last seen: 4年以上 前 2013 年からアクティブ

Followers: 0   Following: 0

統計

All
  • Personal Best Downloads Level 1
  • 5-Star Galaxy Level 1
  • First Submission
  • First Answer
  • Commenter
  • Solver

バッジを表示

Feeds

表示方法

回答済み
Why Matlab cannot load odftoolkit SlideLayout?
After more internet research, I think I found the culprit. Matlab isn't smart enough to convert '$' to '.' in the case of inner ...

8年弱 前 | 0

| 採用済み

回答済み
i want to design a GUI interface with a push button and when i click on the button it opens a pop window to insert a picture from my pc
Here's one way of doing something similar to what you're asking. function getImageExample clf(gcf) ax = gca; ...

8年弱 前 | 0

回答済み
How to display a figure in a borderless fullscreen mode?
Whenever I have a question, especially regarding UI, I consult the <http://undocumentedmatlab.com/blog/frameless-undecorated-fig...

8年弱 前 | 0

質問


Why Matlab cannot load odftoolkit SlideLayout?
I am trying to write a tool that will generate presentation documents from data and plots generated in Matlab. I am using the <h...

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

1

回答

質問


Overloading subsref and multiple outputs
I am able to overload subsref in my classes, but I have noticed some rather odd behavior. I have implemented a very simple class...

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

0

回答

回答済み
Why is mxCreateNumericMatrix maximum size smaller than system maximum array size?
The answer lies in the compiler options. By default, Matlab limits the size to 2^31-1. To increase the size, the following optio...

11年弱 前 | 0

| 採用済み

質問


Why is mxCreateNumericMatrix maximum size smaller than system maximum array size?
Hi, I am trying to create a matrix in a MEX function. The following works: uint64_t N; N = 2147483647; // N = 2*2^3...

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

1

回答

質問


Non-scalar enumerations of class double
Why am I not able to create an enumeration of double arrays? Consider the following simple case. classdef Quaternion < do...

約11年 前 | 1 件の回答 | 1

1

回答