Community Profile

photo

Krzysztof


E3 Technology Sp. z o.o.

Active since 2013

Statistics

  • First Review
  • Thankful Level 1
  • First Answer

View badges

Content Feed

View by

Question


solving linear equations in a loop
The documentation for inv says: A frequent misuse of inv arises when solving the system of linear equations Ax = b. One way ...

10 years ago | 1 answer | 0

1

answer

Question


How to embed a TIFF image in an HTML file
The following code embeds a TIFF image in a HTML page and opens that page in MATLAB browser. The image does not show up and the...

10 years ago | 0 answers | 0

0

answers

Answered
[DEPRECATED] What frustrates you about MATLAB?
(fileattrib ('*')) ans == struct [ (fileattrib ('*')) ] ans == true You guys are crazy, amirite?

10 years ago | 0

Answered
[DEPRECATED] What frustrates you about MATLAB?
If you want to validate a change to an input control in e.g. Borland Paradox, you have two values available: the former value an...

10 years ago | 0

Question


how to restore the original content of an edit control
* When I start editing a value in an edit control and change my mind, is there a way to restore the original content? Neither E...

10 years ago | 1 answer | 0

1

answer

Answered
[DEPRECATED] What frustrates you about MATLAB?
The following assignment is misinterpreted as a function call: a { 1 } (0 == 0) = []; Compare to a version that is ugly ...

10 years ago | 1

Question


How To Generate Field Names from Variables
The following code behaves rather unexpectedly to me: r .ab = 'cd'; try assert (r .([ 'a'; 'b' ])) catch e ass...

10 years ago | 0 answers | 0

0

answers

Question


erratic semantic of loadlibrary
* Create a library |foobar.dll| and a header file |foobar.h| . * Create a directory |LL| and put foobar.dll in it. loadl...

10 years ago | 0 answers | 0

0

answers

Question


libstruct does not fill embedded arrays
If a structure member is defined to have a fixed-size array of numbers, such as int32#16, why does get(libstruct) display the co...

10 years ago | 1 answer | 0

1

answer

Question


loadlibrary produces invalid thunk code
Here are my sources: an_out = fopen ('foobar.h', 'w'); fwrite (an_out, [ '#include <windows.h>', 10, 'int WINAPI foo (),...

10 years ago | 1 answer | 0

1

answer

Question


loadlibrary does not understand Microsoft-specific pointer modifiers
Code: typedef void * POINTER_64 PVOID64; Result: Type 'intvoidPtr__ptr64' was not found. Defaulting to type error. ...

10 years ago | 1 answer | 0

1

answer