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

más de 11 años hace | 0

Pregunta


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

más de 11 años hace | 1 respuesta | 0

1

respuesta

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

más de 11 años hace | 0

| aceptada

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

más de 11 años hace | 0

Pregunta


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

más de 11 años hace | 1 respuesta | 0

1

respuesta

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

más de 11 años hace | 0

Pregunta


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

más de 11 años hace | 8 respuestas | 0

8

respuestas

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

más de 11 años hace | 0

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

más de 11 años hace | 0

Pregunta


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

más de 11 años hace | 4 respuestas | 0

4

respuestas

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

más de 11 años hace | 0

Pregunta


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

más de 11 años hace | 3 respuestas | 0

3

respuestas

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

más de 11 años hace | 0

Pregunta


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

más de 11 años hace | 2 respuestas | 0

2

respuestas

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

más de 11 años hace | 0

Pregunta


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

más de 11 años hace | 4 respuestas | 0

4

respuestas

Pregunta


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

más de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 11 años hace | 2 respuestas | 0

2

respuestas

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

más de 11 años hace | 0

Pregunta


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

más de 11 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 11 años hace | 4 respuestas | 0

4

respuestas

Pregunta


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

más de 11 años hace | 2 respuestas | 0

2

respuestas

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

más de 11 años hace | 0