Statistik
RANG
6.371
of 295.495
REPUTATION
7
BEITRÄGE
36 Fragen
8 Antworten
ANTWORTZUSTIMMUNG
75.0%
ERHALTENE STIMMEN
7
RANG
of 20.240
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.991
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Sorting NaN
say if i have a matrix a: a=[1 2 3;4 5 6;7 8 9;NaN NaN NaN] i want to sort this in descending order, so i use sort(a,1...
mehr als 12 Jahre vor | 4 Antworten | 0
4
AntwortenFrage
how to use find command to find numbers?
so say if i have a=[1;2;3;4;5;6;7;8;9] and i want to find which position the number 5 is. so i tried to use po...
mehr als 12 Jahre vor | 1 Antwort | 1
1
AntwortFrage
Changing enable field in GUI property inspector
How to i change the enable field in the property ispector? I have a radio button that when pressed, i want it to disable a te...
mehr als 12 Jahre vor | 1 Antwort | 1
1
AntwortFrage
finding slope/intercept/std.deviation of replicates
how do i find the slope and intercept of replicates? so for each x-value i have, there would be more than 1 y-value (e.g. 6 y va...
fast 13 Jahre vor | 1 Antwort | 1
1
AntwortFrage
polyfit question
I used polyfit like this: p=polyfit(avg_Y,x,1) where both avg_Y, and x are 12 by 1 matrix. my purpose is try to find a bes...
fast 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Need to load a file into a variable
This is what i have: f = load (filename) where filename is just a string of characters (e.g. load_me.mat) when i load t...
fast 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
popupmenu in GUI
I made a popupmenu in GUI, but how do i populate the popup with choices? thanks
fast 13 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
writing maxtrix into a txt file
I am trying to write a maxtrix into a txt file which contains other information, so i am wondering how i would go about this? co...
fast 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Writing text file
If i have a variable, say time=1000, and i want to write this into a txt file, how do i do that? this is what i have tried: ...
fast 13 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Efficiency fix
Hi, another efficiency fix needed. this one runs over 20 second everytime. would be a big help if that nested loop could be shor...
fast 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Efficiency help
hi, i need some help in improving this section of code. it takes over 20 seconds to run. Because i have over 150 samples to run...
fast 13 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
variable selection problem
I have a matrix aaa, which has the values 0 1 2 3 4 5 6 7 8 in one column. say i want to save from 2~8 f...
fast 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Suggestions for a non-zero counter
I have a 16000X271 matrix, and its mostly zeros, with maybe 1000 non-zero numbers. I need to find out how many non-zero elements...
fast 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Efficiency help 2
for q = 1:length(maxtab2) for r = 1: length(maxtab2{q}) for s = 1: length(replacewith) if abs (maxtab2{...
fast 13 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Efficiency help
Hi, i need some more help with effeciency. This following code is running very slowly (took over 800 seconds for one of my data ...
fast 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Replace nested loops?
Is it possible to replace 4 for loops in the form: for if for for if for if ...
fast 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Line plotting
for yy = 1:length(overlap_peaks2) x=overlap_peaks2(yy); y=1:200000:1000000; hold on; plot(overlap_p...
etwa 13 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Extract from a list of cell
here is my code: peak_loc = cell(216,1) peak_loc{3} = [596,620, 697] is it possible to extract only the 596 from the ...
etwa 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
graphing colors
this is the code i have: plot(all_conflims_mult, 'linestyle', '--', 'color', [0.00 0.00 1.00], 'linewidth', thick) instead...
etwa 13 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
how to use uiopen
I was trying to do a=uiopen but it doesnt work. i want a variable to be equal to whatever i open. In this case, the file i...
etwa 13 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
removing an variable from a list of strings
so i have this list of string called str, it says <1X482 cell> in matlab. How can i remove any arbitrary variable from that list...
etwa 13 Jahre vor | 1 Antwort | 0
1
Antwortloop question for listdlg
never mind, i figured out what i did wrong
etwa 13 Jahre vor | 0
| akzeptiert
Frage
loop question for listdlg
for aaa = 1:3 cd(rootdir) d = dir; str = {d.name}; [s,v] = listdlg('PromptString','Select a file:',... ...
etwa 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to use listdlg
How do i use listdlg? I read the documentation, it said listdlg('ListString',S), what is ListString and what is S? i wis...
etwa 13 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
convert from cell to a number?
so i have this code, for bbb = 1:counter countermatrix{bbb} = 0; end when i compare countermatrix{1} to 0, it gave me...
etwa 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
cell problem
this is my code: zeromatrix = zero(size(vec), 1) mean(aaa) = zeromatrix where vec is 2 million X 1 mean is a 2 by 1 cel...
etwa 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
radiobutton commands
Hi: I have 2 radiobutton, and a pushbutton, which when pushed, i want it ti tell me which of the radiobuttons are selected. I a...
etwa 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Integer check
How can i do an integer check in matlab? Say i have a number, a = 1.5, how do i check if it is integer or not? i want to use an ...
etwa 13 Jahre vor | 5 Antworten | 1
5
AntwortenFrage
How do i check for empty cells within a list
How do i check for empty cells within list? I have a list of cells, namelist, and it has 12 values, i need to check if some of t...
etwa 13 Jahre vor | 2 Antworten | 3
2
AntwortenFrage
button to activate textboxes in GUI
Hi: How can i make it so that when i click on a button, it gathers information in textbox(s)? I have get(hObject, 'string') for...
etwa 13 Jahre vor | 2 Antworten | 0