photo

T


Aktiv seit 2012

Followers: 0   Following: 0

Nachricht

Statistik

MATLAB Answers

50 Fragen
4 Antworten

RANG
24.074
of 300.352

REPUTATION
1

BEITRÄGE
50 Fragen
4 Antworten

ANTWORTZUSTIMMUNG
94.0%

ERHALTENE STIMMEN
2

RANG
 of 20.928

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.212

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 4

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Log-Log plot using Curve Fitting Tool
Hi, I wish to use the curve fitting tool to perform a log-log plot. The screenshot that I've attached is using 2013a, howe...

fast 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Definite Integrals in for-loop
I'm trying to setup up this loop. But before I do that I need to declare the functions: n_grid = 20; % Size of r...

etwa 9 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
How to display the coordinate of the point in the figure
This is the output image of what I'm getting. You can see the points are not following the curve.

fast 10 Jahre vor | 0

Frage


How to display the coordinate of the point in the figure
The problem is similar to this but I have an x-axis that decreases from 1 to 0 at increments of 0.1 <https://www.mathworks.com/...

fast 10 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


Usage of strcmpi in embedded strings
suppose you have the following: A = 'filename.exe' B.B = 'whatisthatman.exe' 'nevermind.txt' 'ok.exe' ...

fast 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Convert Char to Cell
I am trying to convert this column of characters: 'D48-J06-W470' into a cell so I can append to a matrix. I have used ...

fast 12 Jahre vor | 4 Antworten | 0

4

Antworten

Frage


Exporting MATLAB data to .MDB
Hi, does anyone know how to export a vector to an MS Access (.mdb) file? Or anyone know a good source to read?

fast 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


MATLAB save image from GUI using push button
I need help in exporting the figure that is embedded in your GUI: axes(handles.axes3); [FileName, PathName] = uiputfile(...

fast 12 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


Stairs Command MATLAB Ends
Is it possible to put a circle at the end of the stairs function? If the value is 0 and each end, one cannot see where it starts...

etwa 12 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Plotyy Display Gridlines Axis
I am using plotyy, I managed to show the grid for the function on the left using 'grid on', but how do I show the gridlines usin...

etwa 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Listboxes GUI Multiple Selection
Suppose I have two vectors with the same number of elements: A = 1 2 3 4 5 6 7 8 9 10 B = 20 40 50 60 80 100 120 140...

etwa 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


polyval error with recurrence relation
function c = relation( n ) if n==0 c = 1; elseif n==1 syms x c = [x 0]; else syms x ...

etwa 12 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Calling Functions Vectors Array
Suppose I have the following function: function c = relation( n ) if n==0 c = 1; elseif n==1 syms ...

etwa 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Polyfit: Polynomial is badly conditioned
I have the following: N = 5; for i=1:N p(i,:) = polyfit(time(:,3),values(:,5),i); end What is wrong with the abo...

etwa 12 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


GUI PLOTYY Drag Figure
Hi, suppose one plotted two functions using plotyy in a GUI. Suppose that one of these functions maybe shifted and the user w...

etwa 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Merging vectors and plotting
Suppose you have the following time vectors in seconds: A = 0 1 2 3 4 5 6 7 8 9 10 and ...

etwa 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Importating Data from Excell
Suppose I want to read the third column of data from an Excel sheet. the format of the data increments every 5 ms. 0 5 1...

etwa 12 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Error message with string
I was wondering what I receive the following error: Error using hg.root/set The name 'String' is not an accessible prope...

etwa 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Changing Scale on Plotyy
Suppose you want to use plotyy, one function ranges from [0,1], the other function ranges from [-1,10000] Suppose that in ...

etwa 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Plot Label Format Display
Hi, suppose my x-axis has values on the scale of 4000 5000 6000 7000 and so on. However, when I construct these plots, the...

etwa 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Delete Rows With empty elements
Suppose I have a set of data (a 2x9 matrix): data2 = [ 1] [0.0095] [5670000] [936] 'Normal' [0] [0] [0] ...

etwa 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Appending vectors in a loop
Data1 = 4 5 6 7 8 9 10 11 12 -1 4 5 6 7 ...

etwa 12 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
DataCursormode - Selecting Points on Graph
Or suppose I use [x,y] = ginput(number) Suppose further that a button initiates this action but the figure appears in a...

etwa 12 Jahre vor | 0

| akzeptiert

Frage


DataCursormode - Selecting Points on Graph
I attempted to implement this idea: http://www.mathworks.com/support/solutions/en/data/1-143T59/ However, suppose I want t...

etwa 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Generate 99 Random Floating Point Numbers
Hi, is it possible to Generate 99 Random Floating Point Numbers in MATLAB and write it to a text file?

etwa 12 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Importing CSV files in MATLAB
int = size(raw,2); if int == 3 raw ... elseif int == 4 raw ... end

mehr als 12 Jahre vor | 0

| akzeptiert

Frage


Importing CSV files in MATLAB
Suppose I have the following lines in a .csv file: Date,Time,Ch1: 09/07/2007,12:26:51.000,10.684 09/07/2007,12:26:51....

mehr als 12 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Sort Group Data Trends
Suppose you had a vector A = 1.2 1.3 1.4 1.5 2.4 2.5 2.6 2.7 2.8 2.9 4.1 4.2 4...

mehr als 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Splitting a Vector Into Groups
I need to take in the vector A, and automatically split it up, based on a number around 60-62, without knowing how many groups I...

mehr als 12 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Resetting a Time vector to zero
suppose I have the following time vector x = [ 4 5 6 7 8 9 10 ] I want it reset the vector to zero so I could use: s...

mehr als 12 Jahre vor | 1 Antwort | 0

1

Antwort

Mehr laden