Community Profile

photo

Jonasz


Silesian University of Technology

Active since 2013

Followers: 0   Following: 0

Message

Professional Interests: bioinformatics, genomics, proteomics, medicine

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


Legend - set legend to 2 group of data
Hello I have two data (52,60 lines on plot) I want to have a legend like this LINES 1 - colour blue LINES 2 - colour...

10 years ago | 1 answer | 0

1

answer

Question


Strange problem with function 'find'
Hello. I have a strange problem with function find. I have this function in for loop and I use it eg. 50 times. This function no...

10 years ago | 1 answer | 0

1

answer

Question


Linear piecewise interpolation problem
Hello. I would like to make a interpolation to my data that I obtain from qqplot in MATLAB . I would like to have eg. three inte...

10 years ago | 1 answer | 0

1

answer

Question


Draw a multiple lines in Matlab
Hello I have a set of values. X and Y values I want to draw each value as a single , separate line from 0 to Y intensity ...

10 years ago | 1 answer | 0

1

answer

Question


Reading mat or ascii files
Hello. I have a strange problem. I am reading two types of files '-ascii' and '-mat' but the load function must be set to one of...

10 years ago | 2 answers | 0

2

answers

Answered
Problem with listbox in Matlab GUI.
Ok I figure it out. The problem was to reset the Value of Y listbox to eg. one that all the values of X have.

10 years ago | 0

Answered
Problem with listbox in Matlab GUI.
This is my X callback. The function xy finds which Y are connected to which X . function X_listbox_Callback(hObject, even...

10 years ago | 0

Question


Problem with listbox in Matlab GUI.
Warning: single-selection listbox control requires that Value be an integer within String range Control will not be rendered u...

10 years ago | 4 answers | 0

4

answers

Question


Top - hat filter - baseline correction
Hello. I would like to use top hat filter in order to correct baseline in mass spectrum. Does anyone know how to implement this ...

10 years ago | 1 answer | 0

1

answer

Question


Problem with a string .
Hello here is my string : 'abc "abc" ' I need to throw out single quotation mark and replace double quotation mark to si...

10 years ago | 2 answers | 1

2

answers

Question


Find indexes of strings that have special characters.
I have column that consist of strings eg. someString String otherString someString String and I want to get id...

10 years ago | 1 answer | 0

1

answer

Question


Clear a line drawn in plot.
Hello I would like to clear a line that I draw in my graph but I want it to be clean only when I run my function. When I pre...

10 years ago | 2 answers | 1

2

answers

Question


Send variables through functions in Matlab GUI
What is the best way to send a variable ( a set of intensities) to second function in GUI

10 years ago | 2 answers | 0

2

answers

Question


Msbackadj error - " There should be at least two data points".
I get this error when I run this code : Yout = msbackadj(X,Intensities); where X 1x60928 487424 ...

10 years ago | 0 answers | 0

0

answers

Question


Plot a HeatMap in Matlab GUI
Hello I want to plot a HeatMap into axes handles in Matlab GUI Here's my code : hit=HeatMap(hm,'RowLabels',rl,'ColumnLa...

10 years ago | 0 answers | 0

0

answers

Question


How to set my own row and column labels in 'imagesc' fcn
I would like to set my own row and column labels in imagesc function. How to simply do this. My row and column labels are number...

10 years ago | 1 answer | 0

1

answer

Question


Matlab GUI is not running
I try to run my GUI ( it works perfectly recently) and it's not running. I am pressing green arrow and nothing open. What might ...

10 years ago | 0 answers | 0

0

answers

Question


Plotting histogram in Matlab Gui
I try to plot a histogram in Matlab Gui using axis control. But nothing change after running code below: Code: handles.hi...

10 years ago | 1 answer | 0

1

answer

Question


Problem with axis in Matlab GUI
I want to insert heatmap figure into axis in my Matlab GUI but it didn't work. Instead of this I have 1 heatmap object and 1 fig...

10 years ago | 0 answers | 0

0

answers

Question


How to plot a HeatMap in Matlab GUIDE
Do you know how to put HeatMap function into handles of my axis? Everytime I do this the new figure open with my heatmap and not...

10 years ago | 1 answer | 0

1

answer

Question


Cell contents assignment to a non-cell array object.
I want to put many arguments into listbox in Matlab Guide. Code : for i=1:length(setX) handles.myList{i}={num2str...

10 years ago | 3 answers | 0

3

answers

Question


Matlab Gui problem with setting values to slider
I have a X vextor which is X-axis. I want to make a slider that will go only through these values but the step size is not th...

10 years ago | 0 answers | 0

0

answers

Question


Put a set values to slider in Matlab Guide
I want to put a set of values to my slider in Matlab Gui so it will be able to discreetly go through these values. eg. Numb...

10 years ago | 1 answer | 0

1

answer

Question


Read set framents of string.
I have a lot of strings and I want only to read part of them and write to variable value of the string example : abcdefghR1...

10 years ago | 1 answer | 0

1

answer

Question


How to clear data from plot in Matlab GUI
I try clc, clf and nothing works any useful tips?

10 years ago | 3 answers | 0

3

answers

Question


Plotting data in GUI Matlab
Hello. How to plot a data (the data is the output of the function which is starting by callback of Pushbutton) on many axes in M...

10 years ago | 0 answers | 0

0

answers

Question


Saving file in different directory than than loading dir.
I would like to save files dirrectly after some operations in different directory than I loading directory. Is there any way to ...

10 years ago | 1 answer | 0

1

answer

Question


Find indexes of variables in vector
I need to find indexes of variables in vector which are eg. out of my set range. Range eg. from 600 to 2000 Vector of 10...

10 years ago | 1 answer | 0

1

answer

Question


Cut vector in set range
I have about 10 thousand vectors and I want to cut them all to special range set by my min and max . eg. have only vectors fro...

10 years ago | 2 answers | 0

2

answers

Question


The best way to save huge amount of data.
Hello. I have about 12 thousand txt files which I need to import to workspace. What is the best way to load in the most efficien...

10 years ago | 3 answers | 0

3

answers

Load more