Community Profile

photo

Edward


Active since 2012

Statistics

  • Thankful Level 4

View badges

Content Feed

View by

Question


Set a global variable in a script with multiple functions
I have a script that contains about 5 functions and they all need access to a String array. Is there a way I can only define ...

meer dan 9 jaar ago | 1 answer | 0

1

answer

Question


Custom XTickLabels and zooming
Hi, I have an *x* array that represents time in seconds, I want to update the *XTickLabels* so when the user is zoomed in...

ongeveer 10 jaar ago | 0 answers | 0

0

answers

Question


How can I make subplots larger?
Is there a way I can increase the vertical size of 4 subplots that are in a column? If I have 1 X variable and 4 Y: x=1:10...

ongeveer 10 jaar ago | 2 answers | 0

2

answers

Question


Plot boxplot giving it the median, range and quartiles
Hi, I need to plot similar to this: <<http://www.mathworks.co.uk/help/releases/R2013b/stats/createboxplotsforgroupeddataex...

ongeveer 10 jaar ago | 2 answers | 0

2

answers

Question


How to get this kind of plot
I have 3d discrete dataset where for every independent variable x and y there is a frequency value z. I want to plot it like ...

meer dan 10 jaar ago | 1 answer | 0

1

answer

Question


using System() with administrator privilages
I am trying to create a shortcut using the system(command); command but i am getting output: You do not have sufficient pri...

meer dan 10 jaar ago | 3 answers | 0

3

answers

Question


Create a shortcut to a file in a script
Hi, i have two problems, I need to check if a folder exists, it not i create a folder. After this i need to create a short...

meer dan 10 jaar ago | 1 answer | 0

1

answer

Question


How to use custom Zoom callback
Hi, i have a GUI with an axis and a static text I've added a toolbar with options to zoom out and in. I want to write a cu...

meer dan 10 jaar ago | 0 answers | 1

0

answers

Question


GUI Zoom with multiple plots
Hi, I have a gui which has two plots and a toolbar that has a zoom in and zoom out feature. both plots share the same x da...

meer dan 10 jaar ago | 1 answer | 0

1

answer

Question


Fast way to plot points with different colors
Hi, i have a matrix in the form colorData= [x1,y1,r1,g1,b1; x2,y2,r2,g2,g2; x3,y3,r3,g3,g3; ............. xi...

meer dan 10 jaar ago | 1 answer | 0

1

answer

Question


axes handle does not exist in GUI
Hi, i have a GUI that has one axis. I am trying to use plot(handles.axes1,...) but im getting error: ??? Refere...

meer dan 10 jaar ago | 2 answers | 0

2

answers

Question


Custom colors on plots
Hi, i'm trying to plot: x=[1,2,3,4,5,6,7,8,9]; y=[9,8,7,6,5,4,3,2,1]; which gives me a straight line, I also have ...

meer dan 10 jaar ago | 1 answer | 0

1

answer

Question


Create a global variable in a GUI
Im making a gui which has a two buttons: function button_browse_Callback(hObject, eventdata, handles) filename = uigetfi...

meer dan 10 jaar ago | 2 answers | 2

2

answers

Question


Plot graph with different labels
Hi, I have a data set y = [10,15,23]; x = {'jan','feb','mar'}; but obviously you cant plot Strings so i made a third...

meer dan 10 jaar ago | 1 answer | 0

1

answer

Question


Structure array to array
I have a structure s(1).x = 5; s(2).x = 6; s(1).y = 1; s(2).y = 8; how can i convert this into an array of ...

meer dan 10 jaar ago | 2 answers | 0

2

answers

Question


converting 2 arrays into an array of structures
Hi, I have 2 arrays numbers = [1,2,3,4]; letters = ['a','b','c','d']; i want to convert these into an array of 4 s...

meer dan 10 jaar ago | 1 answer | 0

1

answer

Question


Reading data into a structure
Hi, im reading the file: 26/09/2013,16:04:40 2412 928.0 49.94930 25/09/2013,14:24:30 2412 914.0 -999999 using: f...

meer dan 10 jaar ago | 2 answers | 0

2

answers

Question


Read data from text file
Hi, i have a text file with contents: 26/09/2013,16:04:40 2412 928.0 49.94930 25/09/2013,14:24:30 2412 914.0 -999999 ...

meer dan 10 jaar ago | 1 answer | 0

1

answer

Question


Refer to the character ' in a string
Hi, i'm trying to write an algorithm to remove the character ' from a string, say for example: string='you're'; where I ...

bijna 11 jaar ago | 1 answer | 0

1

answer

Question


using urlread with in browser flash applications
With urlread you can get the source code of a web page, which i analyse to find specific data, is there a way i could do a si...

ongeveer 11 jaar ago | 0 answers | 0

0

answers

Question


Urlread from a page that requires a log in
Hi, im trying to use urlread to get internet usage data from my virgin media superhub. Basically i have to log on then it te...

meer dan 11 jaar ago | 0 answers | 0

0

answers

Question


Ascii to number/decimal
Hi, ive read in a number into a file using regexp to find numbers from a string of data so far i have a variable: s=2.50000 ...

meer dan 11 jaar ago | 1 answer | 0

1

answer

Question


Multiples of 5
Hi, ive got an array of numbers and i want to delete the array values whose index is a multiple of 5. How can i do this?

bijna 12 jaar ago | 2 answers | 0

2

answers

Question


Sorting
Hi, im having a problem sorting I have a matrix with two columns, column one is the data i need sorting in numerical order, b...

bijna 12 jaar ago | 1 answer | 0

1

answer

Question


Reading and renaming files
Hi, i'm wondering if there's a function to get all the file names/file info in a directory? If so, is there another function ...

bijna 12 jaar ago | 1 answer | 0

1

answer

Question


Help With Plot Legend
hello, if i have a cell array of strings for example: cell{1}='st1'; cell{2}='st2'; cell{3}='st3'; and make a plo...

bijna 12 jaar ago | 2 answers | 0

2

answers

Question


plot help
Hi, im trying to write a simple program to put a legend on the graph using variable names as strings for example i have var1...

bijna 12 jaar ago | 1 answer | 0

1

answer

Question


string problem
hi, i have two strings string1='a' string2='b' how do i get these into an array so i get: total=['a', 'b'] I know...

bijna 12 jaar ago | 1 answer | 0

1

answer

Question


Gui Pop Up Menu Problem
Hi, ive got a simple gui with just a pop up menu, I want to set the value of the string for each element of the pop up menu w...

bijna 12 jaar ago | 1 answer | 0

1

answer

Question


GUI to EXE
Hi, im trying to turn a GUI ive written into a .EXE file so that i can use it on any computer, I've tried using deploy tool and...

bijna 12 jaar ago | 1 answer | 0

1

answer

Load more