photo

Anathea Pepperl


Last seen: 7 Tage vor Aktiv seit 2011

Followers: 0   Following: 0

Nachricht

Statistik

All
MATLAB Answers

4 Fragen
7 Antworten

Cody

0 Probleme
14 Lösungen

RANG
3.764
of 300.338

REPUTATION
14

BEITRÄGE
4 Fragen
7 Antworten

ANTWORTZUSTIMMUNG
50.0%

ERHALTENE STIMMEN
1

RANG
 of 20.922

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG
32.549
of 168.149

BEITRÄGE
0 Probleme
14 Lösungen

PUNKTESTAND
140

ANZAHL DER ABZEICHEN
1

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • First Review
  • Thankful Level 1
  • Knowledgeable Level 2
  • First Answer
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
Manually adjusting amplitude of audio
I'm assuming that you are using a .wav file. First you will want to use |wavread| to read the audio data into Matlab. Then you...

fast 11 Jahre vor | 0

| akzeptiert

Beantwortet
reading a dicom file
What is the name of your m file? It may be that the m file is not in the MATLAB path.

mehr als 13 Jahre vor | 1

Frage


How to change imellipse to include theta?
Is there a way to hack imellipse such that I can draw an ellipse and then change the angle so that major and minor axes do not j...

fast 14 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
calling sql database from GUI
You need to pass the data. You can use ASSIGNIN as the comment above suggested, or save the data in the handles structure and u...

mehr als 14 Jahre vor | 0

| akzeptiert

Beantwortet
capture current image from a video-gui in a seperate gui
I'm having a bit of trouble understanding what you want to do with your GUIs. If you want to get the image from the first GUI,t...

mehr als 14 Jahre vor | 0

Frage


Appending to a saved dataset
I'm trying to read data from a text file, do some data analysis, save the results in a dataset, and export my dataset into a .da...

mehr als 14 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Nested Functions in GUIs
Can nested functions be used in GUIs that are generated using guide?

mehr als 14 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
How do I fill 4-connected cells in an matrix?
If you have the Image Processing Toolbox, then imfill should work in this case. I tried replicating your code here: A = [...

mehr als 14 Jahre vor | 0

Beantwortet
Programming
You can probably use the *diff* function to find the step changes, so that for the 1st column: mark = diff(column1); ind...

mehr als 14 Jahre vor | 0

Beantwortet
¿Cómo puedo importar una señal que tengo guardada en formato csv?
You can either use csvread or textscan. With csvread, you can use: data = csvread('xxx.csv', 9, 0) var1 = data(:,1); ...

mehr als 14 Jahre vor | 0

| akzeptiert

Frage


Merging two structures of same lengths, different field names
I have a structure array called Xdata and a cell array called Ydata of the same lengths. Each Ydata depends on the date that Xd...

mehr als 14 Jahre vor | 1 Antwort | 0

1

Antwort