broken_arrow
Followers: 0 Following: 0
Feeds
질문
Modifying property display order
I know I can use matlab.mixin.CustomDisplay inheritance (https://mathworks.com/help/matlab/ref/matlab.mixin.customdisplay-class....
1년 초과 전 | 답변 수: 0 | 3
0
답변질문
How to find out if a class is a handle class?
How can I find out if a class is a handle or a value class? Unfortunately I can't seem to figure it out. Take e. g. matlab.mixin...
1년 초과 전 | 답변 수: 1 | 2
1
답변질문
Calling the constructor when assigning custom classes as properties
Assume if have two classes like: classdef myclass1 properties myprop1 myclass2 end end and classdef mycla...
1년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
rng('default') unreliable
Ok, it seems we have to go one step further. I think it's actually a problem with dynamicprops objects. Let me give a code examp...
rng('default') unreliable
Ok, it seems we have to go one step further. I think it's actually a problem with dynamicprops objects. Let me give a code examp...
2년 초과 전 | 0
질문
rng('default') unreliable
I have some lengthy code (too long to post here) which executes some sampling based computations. At the beginning of the code, ...
2년 초과 전 | 답변 수: 2 | 0
2
답변질문
Data Tips in parallelplot
I have some additional data point information which I would like to display in the data tips of a parallel coordinate plot (func...
2년 초과 전 | 답변 수: 2 | 0
2
답변질문
Relationship between View, CameraTarget, CameraPosition, CameraViewAngle properties
I'm struggling to understand the relationship between View, CameraTarget CameraPosition and CameraViewAngle properties of axes (...
2년 초과 전 | 답변 수: 0 | 0
0
답변질문
Camera and view function and properties
I've been trying to understand the view and camera functions and created the following code for illustration: peaks(30); ax=ge...
2년 초과 전 | 답변 수: 1 | 0
1
답변질문
Aligning axes labels in 3D plots
I've been playing around for several hours trying to get the x and y labels in a 3D plot to align properly. The following code c...
2년 초과 전 | 답변 수: 1 | 1
1
답변답변 있음
Camera up vector changes when rotating interactively
It seems that as of today there is still no way. Copy of above comment: Apparently not (last update from 2019): https://mathwor...
Camera up vector changes when rotating interactively
It seems that as of today there is still no way. Copy of above comment: Apparently not (last update from 2019): https://mathwor...
대략 3년 전 | 0
| 수락됨
질문
Camera up vector changes when rotating interactively
This question is a follow up to a previous one: https://mathworks.com/matlabcentral/answers/1580019-rotate-coordinate-system-axe...
대략 3년 전 | 답변 수: 1 | 1
1
답변질문
Rotate coordinate system axes
Sometimes it is handy to rename the x,y and z axis of a coordinate system in a plot, for example to comply with external convent...
대략 3년 전 | 답변 수: 1 | 1
1
답변질문
clear is solwer than writing
I have some code generating a large number of large arrays with a runtime of about 4 minutes (including a parfor loop). Memory c...
대략 3년 전 | 답변 수: 1 | 0
1
답변답변 있음
In MATLAB, how do I obtain information about my screen resolution and screen size?
Concerning size measures in plotting, the fixed "virtual" DPI value on Windows or Linux systems returned by get(0,'ScreenPixels...
In MATLAB, how do I obtain information about my screen resolution and screen size?
Concerning size measures in plotting, the fixed "virtual" DPI value on Windows or Linux systems returned by get(0,'ScreenPixels...
대략 3년 전 | 0
답변 있음
How to make the quiver() arrow head size fixed?
I agree quiver and quiver3 should have a built in option for constant arrow head size (@MathWorks Support Team). Dividing by the...
How to make the quiver() arrow head size fixed?
I agree quiver and quiver3 should have a built in option for constant arrow head size (@MathWorks Support Team). Dividing by the...
대략 3년 전 | 3
답변 있음
Running Ansys from Matlab
As of today, the provided link http://www.ansys-blog.com/how-to-make-matlab-apps-for-ansys/ redirects to the Ansys start page...
Running Ansys from Matlab
As of today, the provided link http://www.ansys-blog.com/how-to-make-matlab-apps-for-ansys/ redirects to the Ansys start page...
3년 초과 전 | 1
질문
Passing structs/objects to functions
When applying functions to structs, I often pass the entire struct as an input argument even if not all the variables within it ...
3년 초과 전 | 답변 수: 3 | 0
3
답변질문
Nested structs and objects - do or don't?
I have a question on nested objects. Take for example an object array of class 'house' which have a fixed number of floors whose...
3년 초과 전 | 답변 수: 2 | 1
2
답변질문
Assignment of variables by comma separated lists
I have some trouble understanding the behaviour of comma separated lists. Consider A = struct('number', cell(1, 5)); If I want...
3년 초과 전 | 답변 수: 2 | 0
2
답변답변 있음
Which type of function call provides better performance in MATLAB?
That leaves me a bit confused. Isn't an inlined function the same as just pasting the function code into a script (which would m...
Which type of function call provides better performance in MATLAB?
That leaves me a bit confused. Isn't an inlined function the same as just pasting the function code into a script (which would m...
3년 초과 전 | 0
질문
Problem with axis equal
I have a problem with the following code: inputfigure = figure('Name','Test','Numbertitle','off','Units','centimeters','Positio...
3년 초과 전 | 답변 수: 1 | 0
1
답변질문
Improving code performance by compiling
Hello, I'm coding a program where runtime is relevant, so I'm looking for ways to optimize performance. From what I've read her...
3년 초과 전 | 답변 수: 1 | 1
1
답변질문
Auto complete / Intellisense for user defined classes
Hello, as far as I can see, code auto completion for properties and methods of user defined classes seems to work in App design...
거의 4년 전 | 답변 수: 0 | 0
0
답변질문
Object oriented programming - Constructor behavior
Hello guys, I'm struggling to understand the behavior of constructor functions. Take the app designer as an example: "app" is t...
4년 초과 전 | 답변 수: 1 | 0