photo

Kaavya N


Last seen: mehr als 3 Jahre vor Aktiv seit 2021

Followers: 0   Following: 0

Statistik

MATLAB Answers

16 Fragen
0 Antworten

RANG
191.415
of 300.365

REPUTATION
0

BEITRÄGE
16 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
25.0%

ERHALTENE STIMMEN
0

RANG
 of 20.933

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.262

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


How to use the same callback function for 2 different codes
Im using GUIDE and I have 2 panels , In one panel when I press a pushbutton the key value is displayed in the static text box , ...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to add scroll bar to a text box in GUIDE
In matlab GUIDE there is no scrollable text box availabe. slider and text box are separate .What must be written in slider cal...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to display a .mat file in an axes
How to display a .mat file in a axes in GUI. I have a out.mat file obtained from another GUI operation . I want to open this fi...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to solve this error "Reference to non-existent field 'axes5".
I have created a GUI using GUIDE, the tag name is axes5, and the code of the callback function is as follows, While executi...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


integer wavelet transform on an image and storing text in last bit of the image
How to apply integer to integer wavlet transformation on an image. I have an image and I want to store text in least significant...

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to obtain 2 level decomposition of an image using inverse wavelet transform
I have an idea about 1st level decompositon of inverse wavelet transform , but how to obtain 2nd level decomposition and how i...

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to check the lenght of the characters in a file and how to save it using GUI
I have read a .txt file in GUI , in another function I want to check if the file has less than 33 characters or not ,If it is le...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


problem in uninstalling matlab 2021a on windows 10
I'm getting the following error while uninstalling matlab .How do I uninstall the software

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Open and close a panel in matlab GUI by clicking on a pushbutton
I have 2 pushbuttons in my matlab code with 2 panels overlapping each other . I want to select panel1 when I click on button1 an...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Why am I unable to size my GUI window once I run it?
The GUI window remains as it is and i'm unable to resize my window , is there a way to create a GUI which is sizable and where a...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Can I encrypt a word document
A word document can have tables , images and text, can I encrypt the whole document using a cryptographic encryption algorithm a...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


To select a text file from a directory into appdesigner
How to create a text box where I can select a text file in appdesigner

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


DWT using forward-lifting scheme
I have an image and I want to apply DWT using forward-lifting scheme. What steps or procedure must I follow

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


bitget working with an example
Can anyone explain bitget function with an example I've looked it in the documentation but its kinda confusing for me to unders...

mehr als 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How does bitshift work?
bitshift(56,-1) gives answer 28 in matlab My understanding of this working is as follows: the function converts 56 to binary...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can i reshape the code as below
k=[dec2hex(floor(rand * 2 ^ 96),24),dec2hex(floor(rand * 2 ^ 96),24), dec2hex(floor(rand * 2^ 64),16)]; %k generates random 6...

mehr als 4 Jahre vor | 2 Antworten | 0

2

Antworten