Statistics
RANK
1 209
of 276 060
REPUTATION
46
CONTRIBUTIONS
4 Questions
8 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
23
RANK
of 18 587
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 125 827
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Disable automatic conversion to reals
I agree that Matlab's way of automatically dropping imaginary part when zero is stupid, very annyoing and it causes extra proble...
7 månader ago | 1
Question
Why not possible to use property class validation with abstract class?
In the code below class fruit_t has an abstract method that is implemented by class banana_t. I can not instantiate a fruit_t, ...
mer än ett år ago | 0 answers | 1
0
answersQuestion
Matlab does not find new method in class folder without "clear classes"
I want to understand if this is intended behavior or dependes on something specific to my setup. I have a class in a class fold...
mer än ett år ago | 1 answer | 1
1
answerWhat is missing from MATLAB #2 - the next decade edition
Maintain dimensions when getting a field of a class. If Data is a 3x2x4 array of objects/structs with a field "foo", then Data....
mer än ett år ago | 1
What is missing from MATLAB #2 - the next decade edition
Fix the semantics of "clear". "clear all" does not clear all, but "clear classes" does. Go figure. I want a way to clear clas...
mer än ett år ago | 2
What should go in a next-generation MATLAB X?
Most important Start indexing from 0 Redo package system Improve the class system Improve language a bit (like value += delt...
mer än ett år ago | 0
How to set object property to Abstract class
It is stupid Matlab language design. It should be normal to define a property to be an abstract class type. As long as it is emp...
mer än ett år ago | 6
Warning: Initializing MATLAB Graphics failed.
I have this problem. When can we expect an official fix?
ungefär 2 år ago | 2
How do I add commas to numbers using fprintf?
I feel that in 2021 this functionality should be supported by sprintf/fprintf.
ungefär 2 år ago | 8
Question
How to clear a TestCase class from memory?
I have an class based test case as follows (simplified): classdef my_test < matlab.unittest.TestCase properti...
mer än 2 år ago | 2 answers | 0
2
answersMisleading wording in the documentation on Matlab package (+) folders.
I just concur that this is one of the top stupidest design desisions of the Matlab language.
ungefär 4 år ago | 1
Question
How to embed ctf in shared library?
I have this matlab function foo.m. If I run mcc -N -W lib:libfoo -T link:lib foo.m I get a libfoo.so (about 34k in size). ...
nästan 9 år ago | 0 answers | 0