Beantwortet
How to: Update/Refresh Graph / Axes
hmm my code was almost similar :) , i am starting to learn this complex programme Minimum1=str2double(get(h...

mehr als 13 Jahre vor | 0

Frage


How to: Get file in different functions
Hi, in this menu i select a file. function OpenMenuItem_Callback(hObject, eventdata, handles) % hObject handle ...

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
How to: Update/Refresh Graph / Axes
i looked at that. could be useful but just entering the values is sufficient. i have this code: Minimum1=s...

mehr als 13 Jahre vor | 0

| akzeptiert

Beantwortet
How to: Update/Refresh Graph / Axes
i am currently busy with the axes but i fail at handles(reading between figures/m files). this works function pushbutton1_...

mehr als 13 Jahre vor | 0

Frage


How to: Renew Graph / figure / GUI
Hi i have build a gui which plots some graphs. I can choose what I want to plot by a popup box (case1, case 2 etc). The probl...

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
How to: Update/Refresh Graph / Axes
It is not a single point. it varies. i want to give the user the option to choose , because now i just have a zoom button but th...

mehr als 13 Jahre vor | 0

Frage


How to: Update/Refresh Graph / Axes
Hello, I programmed a gui which makes a graph whom sometimes has outliers so the axes are too wide. i want to make the option...

mehr als 13 Jahre vor | 8 Antworten | 0

8

Antworten

Beantwortet
How to: For loops for Excel Tab
This worked for me. Really useful information. thank you I have another question, see my profile, it is about putting ...

mehr als 13 Jahre vor | 0

Beantwortet
How to: For loops for Excel Tab
I want 2 data as output from every sheet. the value in that num and the sum. your code is for sheets1,2,3,4, my sheets are n...

mehr als 13 Jahre vor | 0

Frage


How to: For loops for Excel Tab
I need to read some data out of couple excel tabs (1 file). The only thing that changes is the tabname. The code works, but it ...

mehr als 13 Jahre vor | 4 Antworten | 0

4

Antworten

Beantwortet
Enter in XTickLabel , how to?
char(10) didnt do the job, does anyone else know how you can make matlab use a second line in the x-axis?

mehr als 13 Jahre vor | 0

Frage


How to count the amount of cells?
Hi I have a cell array, 1x 90. eacht of them has diff set of data, for example, 1x1 has 10 cells , 1x2 5 cell etcs. i ...

mehr als 13 Jahre vor | 3 Antworten | 0

3

Antworten

Beantwortet
Edit Text as input ... handling?
I dont understand your explanation. I think what I want is something easier. function Min_Callback(hObject, eventdata, hand...

mehr als 13 Jahre vor | 0

Frage


Enter in XTickLabel , how to?
I am editting a graph. I was giving names to each bar with xticklabel. But the way it creates isnt looking nice. set(gca,'X...

mehr als 13 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
Edit Text as input ... handling?
I seached a lot, but somehow I dont get how it works. the entire concept of handles is vage.... 'the other function' is anoth...

mehr als 13 Jahre vor | 0

Frage


Edit Text as input ... handling?
Hi, currently i get graphs/ histograms which show a nice division, but sometimes the data varies so i have outliners, then i ...

mehr als 13 Jahre vor | 4 Antworten | 0

4

Antworten

Frage


How to: Handling between functions
I want to select a certain file then use that file for calculation. Currently I constantly need to select it for every calcul...

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Creating more figures with/in command window
Hi I have some results, nowing showing it in a histogram, Hist(DATA), the command windows creates a figure (Figure 1), ...

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to save, for loop
Example: for i=1:n X=DATA1(i,1); Y=DATA2{1,i}; Z=X-Y; end what I want is that it saves the data t...

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


An easy Array question
I have a set of data seprated by Nans, example; DATA= [1; 2; 3; 4; NaN ; 6 ;7 ; NaN] I want to do a calculation in every set ...

mehr als 13 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
Getting an array with data
Answer of Vishal was sufficient. But thanks. But i have a similar question.. assume there is a set of data/rows with NaN's...

mehr als 13 Jahre vor | 0

Frage


Getting an array with data
Hello, I have a question regarding getting data from an array I have one array of data. lets say (array 1): Index Spee...

mehr als 13 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


'How to' Matrix
I have an array with 0 s and 1s. Example a colomn, 0 ,0 ,0 ,0 , 1. Now the 1 is on the 5th row, I want to raise that to ...

mehr als 13 Jahre vor | 4 Antworten | 0

4

Antworten

Frage


Data reading/Filtering, Excel>>Array
Hi, I have an excel file with data. an example colom1: 1 2 3 4 5 empty empty 6 7 8 ...

mehr als 13 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
Data reading/Filtering, Excel>>Array
I used isnan and find. That gives me a new array with all the locations of the isnans. for example 1 2 3 4 5 NaN NA...

mehr als 13 Jahre vor | 0