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

plus de 13 ans il y a | 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 ...

plus de 13 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
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...

plus de 13 ans il y a | 0

| A accepté

Réponse apportée
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_...

plus de 13 ans il y a | 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...

plus de 13 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
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...

plus de 13 ans il y a | 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...

plus de 13 ans il y a | 8 réponses | 0

8

réponses

Réponse apportée
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 ...

plus de 13 ans il y a | 0

Réponse apportée
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...

plus de 13 ans il y a | 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 ...

plus de 13 ans il y a | 4 réponses | 0

4

réponses

Réponse apportée
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?

plus de 13 ans il y a | 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 ...

plus de 13 ans il y a | 3 réponses | 0

3

réponses

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

plus de 13 ans il y a | 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...

plus de 13 ans il y a | 2 réponses | 0

2

réponses

Réponse apportée
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...

plus de 13 ans il y a | 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 ...

plus de 13 ans il y a | 4 réponses | 0

4

réponses

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

plus de 13 ans il y a | 1 réponse | 0

1

réponse

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

plus de 13 ans il y a | 1 réponse | 0

1

réponse

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

plus de 13 ans il y a | 1 réponse | 0

1

réponse

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

plus de 13 ans il y a | 2 réponses | 0

2

réponses

Réponse apportée
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...

plus de 13 ans il y a | 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...

plus de 13 ans il y a | 2 réponses | 0

2

réponses

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

plus de 13 ans il y a | 4 réponses | 0

4

réponses

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

plus de 13 ans il y a | 2 réponses | 0

2

réponses

Réponse apportée
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...

plus de 13 ans il y a | 0