Statistiques
RANG
4 371
of 295 448
RÉPUTATION
12
CONTRIBUTIONS
37 Questions
18 Réponses
ACCEPTATION DE VOS RÉPONSES
59.46%
VOTES REÇUS
7
RANG
of 20 227
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 872
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
How to: Column Cell to Column matrix
Hi I have 2 cells (or arrays??) Cell1= 165 x 3 cell array consists of 165 rows each one is a cell Cell2= 1 x 3 cell ...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
How to: simple stack bar
Hi I want to stack a bar but it gives error X as Y same lenght i have a simple matrix, A=[76 96 68 15 112 160...
presque 12 ans il y a | 2 réponses | 0
2
réponsesHow to: Copy/Print (sub)plots to clipboard and pdf
I allready found that one. But that is not really what I want. I have 3 subbplots and some edit/statit fields around it. Now it ...
presque 12 ans il y a | 0
Question
How to: Copy/Print (sub)plots to clipboard and pdf
Hi I would like to copy a (sub)plot to the clipboard and a pdf file with and w/o the gui interface. How can I do that?...
presque 12 ans il y a | 3 réponses | 0
3
réponsesHow to: Control Histogram bin width
I found an answer at google, adjusted some, hope it is useful. With this code you can manually select the stepsize of the hi...
presque 12 ans il y a | 0
Question
How to: Control Histogram bin width
Hi Matlab chooses its own bin width when u use hist(). But I want, for example to make an histogram which makes bins of e...
presque 12 ans il y a | 2 réponses | 0
2
réponsesQuestion
How to: Delete nums if before NaN
I have the following data (matrix). I need to delete it if there is only 1 datapoint, 2 or more should stay. so in this examp...
presque 12 ans il y a | 1 réponse | 0
1
réponseQuestion
Find 1's each Row
I have an easy question; I have a matrix ( x row, x columns) filled with 0s and 1s. I want to check if there is a 1 in eve...
presque 12 ans il y a | 1 réponse | 0
1
réponseHow to: Raise Cell array
newtxt=txt(3:end,1) found answer :) i look to your answer too
presque 12 ans il y a | 0
Question
How to: Raise Cell array
I use xlsread to read an excel file [num txt]= xlsread(xxx); num and txt arent alligned so I need to raise txt cell a...
presque 12 ans il y a | 2 réponses | 0
2
réponsesQuestion
How to: Matrix question empty column
I want to make a matrix with inbetween empty columns. so, column 1 and 2 have data, 3 is empty, 4 and 5 have data , 6 is empt...
presque 12 ans il y a | 2 réponses | 1
2
réponsesQuestion
Complicated Matrix Data filtering
Hi, I need to 'filter' out some data out of a large spreadsheet. The spreadsheet consists of three colomns, X Y Z , and Devi...
presque 12 ans il y a | 2 réponses | 0
2
réponsesBar plot with bars in different colors
you can also manually select bar and color: bar(1, Data, 'colorcode') hold on bar(2, Data, 'colorcode') , bar (3, Dat...
presque 12 ans il y a | 5
Question
How to: xtick visibility
Hi how can i make xtick line visible: example, at 6 it is visible, but where there is data it is not... <<http://s9.post...
presque 12 ans il y a | 1 réponse | 0
1
réponseQuestion
Manually Xtick control by edit field
I want to manually control the x step size (xticks). there is a edit field which determines the x step size: xstep1=str2...
presque 12 ans il y a | 1 réponse | 0
1
réponseQuestion
Save GUI after pressing pushbutton
I made a GUI with three edit boxes, a value is entered in it, afterwards it should be saved after pressing a push button. ...
presque 12 ans il y a | 1 réponse | 0
1
réponseQuestion
How to: Axis Xtick steps
I plot something and Matlab auto chooses the axis step as 5, I want it 1. how can i say that the step size should be 1. I ...
presque 12 ans il y a | 3 réponses | 0
3
réponsesQuestion
Combining Cells into a single cell
How can I combine multiple cells in to a single cell there are 6 cells, each m x n format (n is 17 in all) I want a new c...
presque 12 ans il y a | 2 réponses | 1
2
réponsesHow to generate names?
I tried this : >> for i=1:6 A=['Sheetname' sprintf('%d' , i)]; B=['txt' sprintf('%d', i)]; A(i)=B{1,3}(i); ...
presque 12 ans il y a | 0
Question
How to generate names?
I want to make my code shorter. I have this code: Sheetname1=txt1{1,3}; Sheetname2=txt2{1,3}; Sheetname3=txt3{1,3}...
presque 12 ans il y a | 5 réponses | 0
5
réponsesQuestion
Rational Numbers diving by 0
Hi I show the result of each data ontop of a bar. I have it working. On top of each bar it shows of the rational of failur...
presque 12 ans il y a | 1 réponse | 0
1
réponseQuestion
How to save a Cell array as excel file and give it a name
Hi, I have a cell array, containing strings and numeric values. I would like to save that as xls file, and give the user t...
presque 12 ans il y a | 1 réponse | 0
1
réponseQuestion
How to Copy data in Cell array
** Hi, I have a cell array ('raw'), which is as below. i have another cell array which contains the data ('data'), data shou...
presque 12 ans il y a | 1 réponse | 0
1
réponsehow to save for loop results
Creat cell array/ or normal matrix n=5 a=cell(1,5) for i=1:n a{i}=magic(i) end
presque 12 ans il y a | 0
how to print the values of each bar on top of it; multibar and subplots
I was doing the same, found this for you: x = [1 2 0 3 4]; xname = {'Foo','Bar','','Baz','Othername'}; bar(x) tex...
presque 12 ans il y a | 0
Question
Calling Multiple GUI's
I want to make an 'About Program' in my prog. So in the figure editor>Menu editor i made a tab called info, then 'About Progra...
presque 12 ans il y a | 1 réponse | 0
1
réponseQuestion
How to: Vary the variable name
I have a working code but i want it to make shorter. In the following code i set the x limits. this code is repeated three...
presque 12 ans il y a | 1 réponse | 0
1
réponseQuestion
Exchange Data between functions
Hi, how can I exchange data/filename between functions ? see code: function OpenMenuItem_Callback(hObject, eventdat...
presque 12 ans il y a | 1 réponse | 0
1
réponseQuestion
How to toggle: Making uicontrols (in)visible
Hi I want to make a couple edit fields and static texts visible and invisible by using a button/toggle button. But how to do ...
presque 12 ans il y a | 1 réponse | 0
1
réponseQuestion
How can I get variable/data from OpenMenu to Callback?
Hi, i have a uigetfile in an openmenuItem. I want that 'filename' in the callback. I looked at couple FAQ wikis but really ...
presque 12 ans il y a | 1 réponse | 0