[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #62444] msgbox() supports imgdata now in Matla
From: |
Glite |
Subject: |
[Octave-bug-tracker] [bug #62444] msgbox() supports imgdata now in Matlab |
Date: |
Wed, 11 May 2022 21:45:47 -0400 (EDT) |
URL:
<https://savannah.gnu.org/bugs/?62444>
Summary: msgbox() supports imgdata now in Matlab
Project: GNU Octave
Submitted by: linuxbckp
Submitted on: Thu 12 May 2022 01:45:45 AM UTC
Category: GUI
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Matlab Compatibility
Status: None
Assigned to: None
Originator Name:
Originator Email:
Open/Closed: Open
Release: 6.4.0
Discussion Lock: Any
Operating System: GNU/Linux
_______________________________________________________
Details:
Octave can only use cdata now.
In Matlab we can write this code:
abcicon = imread('abc.jpg');
h=msgbox('Text','Title','custom', abcicon);
The 'abcicon' here is an imgdata, not cdata.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?62444>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [Octave-bug-tracker] [bug #62444] msgbox() supports imgdata now in Matlab,
Glite <=