photo

Edmund Paul Malinowski


Aktiv seit 2015

Followers: 0   Following: 0

Statistik

MATLAB Answers

23 Fragen
2 Antworten

RANG
117.623
of 300.343

REPUTATION
0

BEITRÄGE
23 Fragen
2 Antworten

ANTWORTZUSTIMMUNG
30.43%

ERHALTENE STIMMEN
0

RANG
 of 20.926

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.172

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 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Force CAPS on gui edit box?
Hey all, Is it possible to force gui edit boxes to be in capitals? Can this be set in guide or is done by processing the val...

fast 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Audiowrite clipping warning issue..
Hey all, Part of my program is creating a melody of various sine waves and this all works as it should. It also saves the mel...

fast 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Change string of pushbutton from radio button callback?
Hey all, I'm trying to change the string of a pushbutton dynamically depending on which radio button is selected but my code ...

fast 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Sorting loop / Cell array issues, plot order..
Hey all, I have a pitch detector program which apart from the final note order sort and plot, works fine.. The issue i hav...

fast 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Audiowrite Too Many Input Arguments..
Hey all, I'm having a bit of an issue with audiowrite. It's saying there are too many output arguments and i'm guessing its s...

fast 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Confused on making a function..
Hey all, I understand functions to a degree or the basic principles but i'd ideally like to perform something quite complex a...

fast 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


listbox selection, push button and which error..
Hey all, I have a gui listbox that loads only wav file names into it on the gui opening. From there a push button takes the s...

fast 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Populate filenames into a GUI listbox..
Hey all, Although i managed to sort (via help from Star Strider) to get only wav files loaded into a listdlg, i now have a GU...

fast 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Variable sharing in GUI functions..
Hey all, As i get further into my program i'm designing a GUI which is now done but i'm starting to code the various componen...

fast 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Variable sharing in GUI functions..
Hey all, As i get further into my program i'm designing a GUI which is now done but i'm starting to code the various componen...

fast 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Variable sharing in GUI functions..
Hey all, As i get further into my program i'm designing a GUI which is now done but i'm starting to code the various componen...

fast 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Check varaibles from other GUI functions?
Hey all, I'm trying to set up a GUI for my program and have a few issues. For one part of it, I have 3 radio buttons and a b...

fast 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Check varaibles from other GUI functions?
Hey all, I'm trying to set up a GUI for my program and have a few issues. For one part of it, I have 3 radio buttons and a b...

fast 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Check varaibles from other GUI functions?
Hey all, I'm trying to set up a GUI for my program and have a few issues. For one part of it, I have 3 radio buttons and a b...

fast 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Check varaibles from other GUI functions?
Hey all, I'm trying to set up a GUI for my program and have a few issues. For one part of it, I have 3 radio buttons and a b...

fast 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Check varaibles from other GUI functions?
Hey all, I'm trying to set up a GUI for my program and have a few issues. For one part of it, I have 3 radio buttons and a b...

fast 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to iterate and play sinewaves in succession..
Hey all, Slowly getting there with my program but would like some advice on the best method to preform the sine wave generati...

fast 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Listdlg: Only display .wav files and how get filename from s?
Hey all, With the following code taken (and adapted) from a search on here, I want to only display .wav files in the list. Ho...

fast 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Problems designing gui using GUIDE
Hey all, I'm trying to design a GUI using GUIDE. So far i have a title (made up of 5 static texts - different fontsizes and s...

fast 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Radio Buttons in a listdlg?
Hey all, Is it possible to add radio buttons to a listdlg? I've read lots on how to create button groups but they all seem to...

fast 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Solution to IF statement please :)
Hey all, The basic start of my program i'm trying to write is to take user input of note values and create a wav file based u...

fast 10 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Input Dialog error :(
Also, in the command line error: Error in inputdlg (line 123) InputFig=dialog( ... I don't have 1...

fast 10 Jahre vor | 0

Beantwortet
Input Dialog error :(
Hey Adam, Although my main code has so much more in it, this is a tiny snippet i copied into a new .m file to test so i'm onl...

fast 10 Jahre vor | 0

Frage


Input Dialog error :(
Hi all :) I'm trying to get user input for note values so i eventually can play any note in an octave. Although yesterday it ...

fast 10 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


Audio Signal Processing - dynamically showing freq while wav is read..
Hey All, For an assignment at uni, a pitch detector, I was wondering if its possible to do a few things in Matlab. In a nutsh...

fast 10 Jahre vor | 0 Antworten | 0

0

Antworten