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

11 years ago | 0

Question


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

11 years ago | 1 answer | 0

1

answer

Answered
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...

11 years ago | 0

| accepted

Answered
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_...

11 years ago | 0

Question


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...

11 years ago | 1 answer | 0

1

answer

Answered
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...

11 years ago | 0

Question


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...

11 years ago | 8 answers | 0

8

answers

Answered
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 ...

11 years ago | 0

Answered
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...

11 years ago | 0

Question


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 ...

11 years ago | 4 answers | 0

4

answers

Answered
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?

11 years ago | 0

Question


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 ...

11 years ago | 3 answers | 0

3

answers

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

11 years ago | 0

Question


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...

11 years ago | 2 answers | 0

2

answers

Answered
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...

11 years ago | 0

Question


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 ...

11 years ago | 4 answers | 0

4

answers

Question


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...

11 years ago | 1 answer | 0

1

answer

Question


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), ...

11 years ago | 1 answer | 0

1

answer

Question


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...

11 years ago | 1 answer | 0

1

answer

Question


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 ...

11 years ago | 2 answers | 0

2

answers

Answered
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...

11 years ago | 0

Question


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...

11 years ago | 2 answers | 0

2

answers

Question


'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 ...

11 years ago | 4 answers | 0

4

answers

Question


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 ...

11 years ago | 2 answers | 0

2

answers

Answered
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...

11 years ago | 0