photo

Meh


Aktiv seit 2011

Followers: 0   Following: 0

Nachricht

Statistik

MATLAB Answers

29 Fragen
4 Antworten

RANG
5.209
of 300.759

REPUTATION
10

BEITRÄGE
29 Fragen
4 Antworten

ANTWORTZUSTIMMUNG
55.17%

ERHALTENE STIMMEN
4

RANG
 of 21.081

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 170.900

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 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 3
  • Knowledgeable Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Label existing Plotted matrix
I have a 12 X 12 plotted dot matrix (sub plots), which were plotted using plotmatrix command some time ago. How can I label them...

mehr als 9 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
How to get my original x & y data from saved sfit?
This one also produced what I wanted: LineH = get(gca, 'Children'); x = get(LineH, 'XData'); y = get(LineH, 'YData');...

fast 10 Jahre vor | 0

Frage


How to get my original x & y data from saved sfit?
I have done curve fitting a few months ago. Saved my session as sfit. I lost my original X and Y data. Can I get the original x...

fast 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Volume of irregular shape
I have for example X,Y,Z coordinates of 8 points which form an irregular shape. How can I calculate the volume with in this sha...

mehr als 10 Jahre vor | 3 Antworten | 2

3

Antworten

Frage


finish dos command before continuing with the next Matlab command
In the middle of my Matlab m-file, I have this code: system('start model.exe'); At this point I want to finish running...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Intersection(A,B) not working for date
I have A and B date vectors. I want to extract the common dates from both. I used: [C,ia, ib]=intersection(A,B) But it i...

mehr als 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


speed up reading corresponding values from another matrix
Hi I have a Matrices hQ=[200x2] and H[50000]. I want to find the values of hQ(:,2) from hQ(:,1) that correspond to H().It should...

etwa 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


calculate prediction interval of Spline smoothing
Normally I get prediction intervals using ci = predint(fitresult,x) but Matlab "predint cannot compute prediction interv...

etwa 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Create a time series collection from two timeseries with different TimeInfo Vector
I created two timeseries objects using ts=timeseries(Data,Time); Time is datenumber. Both timeseries have different star...

etwa 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can I view Timeseries data?
I remember I once used matlab to view Timeseries date with Zoom, pan capability along the timeline.But coming to matlab after a ...

etwa 11 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
How can I view Timeseries data?
Thank you for the quick answer. I did not know that I can also zoom and pan from the plots. But actually the one I used was a sp...

etwa 11 Jahre vor | 0

Frage


plotyy x axis does not match
I am using plotyy function to draw two curves, one line the other bar using [ax]=plotyy(X1,Y1,X2,Y2,'plot','bar') I want...

etwa 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Propagating uncertainty through a regression equation
I want to propagage uncertainties through a regression equation (for now a linear one): y= ax +b Using the curve fitting...

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


find indices of string matches from a cell array by thier endings
I want to find the indices of a cell array whose memembers end with a specific string. Eg. A={'aAbc' 'dgbc' 'bebd' 'fabc'...

fast 12 Jahre vor | 4 Antworten | 0

4

Antworten

Frage


plotting Timeseries, setting xlim only to the range of data
while ploting a timeseries Matlab automatically takes xlim values beyond the actual data time limit. For example I have time sta...

fast 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Cumulative sum for every 15min from 1 min timeseries data
I have a precitpitation data at every 1 min interval. I want to change the timeseries to make a cumulative sum at every 15 min, ...

fast 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


iteration based on a specified number of digits
I want to have a string which goes like 0001,0002, 0003...,0009, 0010,0011,...,0099,0100,0101,...0150. In short I want to keep...

fast 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


calculating time difference from two string dates
I have string dates say (05.01.1993 17:40:00) and (07.01.1993 09:50:00) is there a way to calculate the number of months/days...

fast 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


importing from csv to matlab
Hi everybody, I am trying to import a big csv data into matlab. The file contains several rows of text and the important data st...

fast 13 Jahre vor | 0 Antworten | 1

0

Antworten

Frage


If Elseif statement problem
What is wrong with this the debug is stopping eventhough my d_g value is between 1 and 60. Any suggestion? if Fr>0.8 % A-W ...

fast 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


generating random numbers from a range
Hello, I want to generate random numbers from a range. Example I want 1000 random numbers in the range from 1000 to 3000. How ca...

mehr als 13 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Getting minimum value from an array
I want to get min of *A= [0, 20, 15]*. Actualy I want to find the minimum excluding the zero. So in the example my answer would ...

mehr als 13 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


from string array to variable names
Hallo, I have a string array, say array A which has elements like *A1 A2 A3* And I want to change t...

mehr als 13 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


.MAT to .DAT
I have a prepared a matlab mat file and i want to export it to a text .dat file. The .dat file has to be SPACE-DELIMITED. What i...

fast 14 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Delete rows with NaN records
How can I delete rows which have NaN on one of the column.

fast 14 Jahre vor | 4 Antworten | 1

4

Antworten

Frage


Good quality graph from Matlab to MSOffice
Hi, which format or method will give me the best graphics quality, if i want to use matlab graphics in MS Powerpoint, for exampl...

fast 14 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


structure to xls file
Hi I want to convert structure to xls file. I have a structure like: my_stat=struct('Models',{{'KS','FK'}},'Mean',{[mean(K...

etwa 14 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
How to get answers for my unanswered questions?
just edit your answer by pressing the EDIT button. and your question will be listed as the most recent question.

etwa 14 Jahre vor | 0

Frage


Index exceeds matrix dimensions problem
I am geting '__Index exceeds matrix dimensions_' problem, while running the following function with input: vanRijn(21,0....

etwa 14 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


selection of the right VARARGOUT
Hi, Let's say I have a function called FUN with 4 outputs a,b,c,d, as shown below [a,b,c,d]=FUN(x) Then I want to get an answe...

etwa 14 Jahre vor | 3 Antworten | 0

3

Antworten

Mehr laden