-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I have some Matlab functions defined in .m files and I'd like to import them into Matlab (as in I'd like them to form part of the commands). Is this possible please and how can I do this?
Thank you very much and regards,
Krt_Malta
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
hi,
i have a very big problem.
ich wrote a programm which is using a matlab dll. i build some classes with the matlab .net builder. it runs on my pc :)
the problem is, i want to use ist on a pc without matlab. so i installed mcr, but it dont run :(
what are the steps i should do? the system variable…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi All!
I'm having an issue interacting between Matlab and .NET. I've managed to call .NET methods from Matlab code and vice versa. However, if I call a .NET method that, in turn, instantiates a Matlab object, it crashes (with a type initialization exception).
Think about this scenario: a .NET…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello,
when i tried to update some part of a matrix, i got the following error message:
??? Assignment has fewer non-singleton rhs dimensions than non-singleton subscripts
My code tries to update some values of a matrix that represent a binary image. My code is as follows:
outImage(3:5,2:4,1) =…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I tried to update some part of a matrix, I got the following error message:
??? Assignment has fewer non-singleton rhs dimensions than non-singleton subscripts
My code tries to update some values of a matrix that represent a binary image. My code is as follows:
outImage(3:5,2:4,1) = max(imBinary(3:5…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I've found a method on the Internet to convert RGB values to HSV values.
Unfortunately, when the values are R=G=B, I'm getting a NaN, because of the 0/0 operation.
Do you know if there is an implemented method for this conversion in Java, or what do I have to do when I get the 0/0 division to get…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I need to generate thumbnail and medium sized images from large photos.
These smaller photos are for display in an online gallery. Many of the photographers are submitting JPEG images using Adobe RGB.
I would like to use sRGB for all thumbnails and medium size images
I am using dotnet (asp.net)…
>>> More
-
as seen on Game Development
- Search for 'Game Development'
I am new to pixel shader, and I am trying to write a simple brightness, contrast, hue, saturation effect. I have written a shader for it but I doubt that my shader is not providing me correct result, Brightness, contrast, saturation is working fine, problem is with hue. if I apply hue between -1 to…
>>> More
-
as seen on Super User
- Search for 'Super User'
This is my Xterm config:
XTerm*saveLines: 512
XTerm*reverseVideo: false
XTerm*reverseWrap: true
XTerm*fullCursor: true
XTerm*scrollTtyOutput: on
XTerm*scrollKey: on
XTerm*eightBitInput: false
XTerm*pointerColor: white
XTerm*pointerShape: left_ptr
XTerm*charClass: 37:48,45-47:48,58:48,64:48,126:48
XTerm*cursorColor:…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
ok simple question about including large mostly static html and asp.net code I am using as of right now #include and I was wondering if iframes would be a better way of handling what I wish to do or is there a better way to do it. here is the current way i'm handling the includes
default.aspx
…
>>> More