Statistica
68 Domande
0 Risposte
RANK
5.556
of 297.016
REPUTAZIONE
8
CONTRIBUTI
68 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
77.94%
VOTI RICEVUTI
7
RANK
of 157.725
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
Passing a string to a function
If I have a function: function zp=F(x,z) zp=zeros(2,1); zp(1)=z(2); zp(2)=a*sqrt(1+z(2)^2)+kx; And I utilize it by: ...
circa 11 anni fa | 1 risposta | 0
1
rispostaDomanda
How can variables be passed to a function
If I define a function in F.m file with the following: function zp=F(x,z) zp=zeros(2,1); zp(1)=z(2); zp(2)=a*sqrt(1+z(2)...
circa 11 anni fa | 1 risposta | 0
1
rispostaDomanda
Import additional code/functionality into running executable
If I have an executable running with some standard functionality, and I want to implement some additional functionality on a cas...
oltre 11 anni fa | 1 risposta | 0
1
rispostaDomanda
Finding index and count of values in an interval
I have 2 vectors that I am comparing. I am using 1 as the "bin edges" and the other one is the data I want a count of. Histc see...
quasi 12 anni fa | 1 risposta | 0
1
rispostaDomanda
Function faster than find?
I use the find command compare 2 vectors of time, one with a much higher rate than the other. Say vector1=[1 2 3 4 5], vector2 m...
quasi 12 anni fa | 1 risposta | 0
1
rispostaDomanda
Compile executable with another function
I have a GUI executable that has a button which, when pressed, calls a function which uses textscan to import a data file (.csv)...
quasi 12 anni fa | 1 risposta | 0
1
rispostaDomanda
Command to save figures as image
I was to add a button to my GUI that when clicked, will search for any open figures, and save them as a *.emf file. I have a lot...
quasi 12 anni fa | 0 risposte | 0
0
risposteDomanda
Increase precision of plot axes
I have some large time values, seconds to minutes of time expressed in nanoseconds-so at least 9 digits. When I plot some value ...
quasi 12 anni fa | 2 risposte | 0
2
risposteDomanda
Comparing 2 vectors: finding closest point
If I have 2 vectors, say: x=[1 2 3 4 5]; y=[0 1.1 1.5 1.6 2.4 4.1 4.7 5 5.7]; I want to find the index of the closest m...
quasi 12 anni fa | 1 risposta | 0
1
rispostaDomanda
Bar graph grouped bar property
I'm trying to plot several data series in a bar graph, and group the bars. However, when I use the below code, the bars are over...
quasi 12 anni fa | 0 risposte | 0
0
risposteDomanda
sprintf text justification in uitable
I set the text in each cell of a uitable with sprintf so I can specify the number format of the data I am displaying. Is there a...
quasi 12 anni fa | 1 risposta | 0
1
rispostaDomanda
Best way to find a count in a range of numbers
If I have a desired range of numbers, what is the best way to search the occurances of numbers that fall into this range? Curren...
quasi 12 anni fa | 3 risposte | 0
3
risposteDomanda
STRCMP in a loop
I have a variable number of strings stored in an array. I want to compare each of those strings with a cell, and if the cell doe...
quasi 12 anni fa | 2 risposte | 0
2
risposteDomanda
Set GUI button colors in GUIDE
How can I modify the property in the property inspector in GUIDE (so I don't have to go through all my code) to modify the toggl...
quasi 12 anni fa | 2 risposte | 0
2
risposteDomanda
Set printer properties for plot
I have a GUI that generates plot figures. Is there any way to specify the default printer properties in code? Specifically I wan...
quasi 12 anni fa | 1 risposta | 0
1
rispostaDomanda
Setting plot legend properties
Is it possible to specify the size of the colored dot in the legend? I have my data points plotted as dots, and when zoomed out,...
quasi 12 anni fa | 1 risposta | 0
1
rispostaDomanda
Creating a waterfall plot
I have data in a 2d plot, but I want to display it as a "waterfall" with the first value x(0),y(0) at the top, and x(i),y(i) at ...
quasi 12 anni fa | 1 risposta | 0
1
rispostaDomanda
Setting histogram bar width
I use the following code to create a histogram, and set the properties, but the bar widths do not stay consistent. Any ideas why...
quasi 12 anni fa | 0 risposte | 0
0
risposteDomanda
Delta between two data cursor points in plot
Is there a way to display the x or y axis delta between 2 data cursor points in a plot?
quasi 12 anni fa | 2 risposte | 1
2
risposteDomanda
Adjusting For loop size
If I am doing something like: for i=1:length(array) if length(array(i)) < 10 array(i)=[]; i=i-1; ...
circa 12 anni fa | 1 risposta | 0
1
rispostaDomanda
"Speed up" functions in plot figure
What is the "speed" of functions in a standalone Matlab executable created plot figure dependent on (the program is NOT running ...
circa 12 anni fa | 1 risposta | 0
1
rispostaDomanda
Pick random colors from a color map
I have up to 30 variables that may be plotted in 1 figure. There are 2 sets of data, each with 15 variables. I want to have 2...
circa 12 anni fa | 1 risposta | 0
1
rispostaDomanda
Reset GUI executable to initial state
Is it possible to reset a GUI to the initial state it is in when it's first loaded without closing it and reopening? Upon hittin...
circa 12 anni fa | 4 risposte | 1
4
risposteDomanda
Compile executable for 64-bit system
I have a GUI executable I created with GUIDE and compiled with deploytool. It was created on Windows 7 32-bit, with Matlab R2011...
circa 12 anni fa | 1 risposta | 0
1
rispostaDomanda
Closing specific figure handles
I asked a similar question before, but haven't been able to get the behavior I am looking for. Example. I can have up to 4 pl...
circa 12 anni fa | 2 risposte | 0
2
risposteDomanda
GUI handle behavior/memory storage
I have an issue I can't track down the cause of. I have a GUI listbox, that can display 16 filenames. Directory button 1 display...
circa 12 anni fa | 0 risposte | 0
0
risposteDomanda
Clearing part of an array
I'm having a tough time figuring out the syntax to access specific columns in an array (and maybe even using the wrong terms to ...
circa 12 anni fa | 2 risposte | 0
2
risposteDomanda
Close command and Invalid figure handle
I have a GUI in which I have a button create a plot: p(1)=plot(...). I have a reset button that, upon being pressed, executes...
circa 12 anni fa | 4 risposte | 0
4
risposteDomanda
Managing GUI memory usage
When using GUIDE to develop a GUI, in the simulation mode, I run through the functionality loading files, plotting, resetting (w...
circa 12 anni fa | 1 risposta | 0
1
rispostaDomanda
Pre-allocating Arrays and Optimizing memory
I am working with some large data sets. I could have up to 16 (1000000 x 8) csv files. I import with textscan, and immediatel...
circa 12 anni fa | 3 risposte | 0