Statistica
RANK
6.177
of 295.527
REPUTAZIONE
8
CONTRIBUTI
54 Domande
2 Risposte
ACCETTAZIONE DELLE RISPOSTE
85.19%
VOTI RICEVUTI
7
RANK
of 153.991
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
Run Older MCR Version on Windows
I would like to use an older version of MCR on Windows? I've set my environment variables to the path of the older MCR, but ...
circa 11 anni fa | 1 risposta | 0
1
rispostaDomanda
Clicking on List to Plot
*BACKGROUND:* Below is the solution that *Image Analyst*(forum member) created by constructing two lists with variables and by c...
oltre 11 anni fa | 1 risposta | 0
1
rispostaDomanda
Initialize Variables in a Function
In a *SCRIPT*, I'm able to initialize variables which is displayed as empty variables in the workspace: mass = []; speed...
oltre 11 anni fa | 1 risposta | 0
1
rispostaDomanda
lists generated by uicontrol
I have the following data: mass = [ 23 45 44] velocity = [34 53 32] time = [1 2 3] acceleration = [32 22 12] ...
oltre 11 anni fa | 1 risposta | 0
1
rispostaDomanda
Use UICONTROL for listbox
I need to use uicontrol to create a listbox. Instead of changing the variables each time the script is executed, I want to be ...
oltre 11 anni fa | 1 risposta | 0
1
rispostaDomanda
Save jpg Files Under Plot Title Name
I have a collection of simple plots with the titles displaying: Indiana Montana Texas Arizona ...
oltre 11 anni fa | 1 risposta | 0
1
rispostaDomanda
Saving Plots to a Folder with the Title Name
I'm trying to plot a series of plots in a loop with the following data: x1 = [ 1 2 3 4 5] y1 = [ 1 1 1 1 1] ...
oltre 11 anni fa | 1 risposta | 0
1
rispostaDomanda
For Loop through a Plot
I have the following data: A1 = [1 2;3 4] A2 = [3 4; 5 6] A3 = [7 4; 3 2] I want to plot A(n) through a for loop f...
oltre 11 anni fa | 1 risposta | 0
1
rispostaDomanda
Assign a Name for Each Iteration
I'm trying to assign a name for each iteration in a for loop. Let's take the fundamental for loop: for i = 1:3 x = i^...
oltre 11 anni fa | 1 risposta | 0
1
rispostaDomanda
Looping Structrures with a Name
I'm trying to loop over a structure. I have a Structure A with field names: State, Tornado, and Hurricane. So what I currently...
oltre 11 anni fa | 1 risposta | 0
1
rispostaDomanda
Looping through csv Data Sets
I really need someones expertise. I have a csv file like the following (extra spaces is just to make it readable): State, ...
oltre 11 anni fa | 1 risposta | 0
1
rispostaDomanda
Loop Through a Cell Array
I have a csv file with the data (ignore whitespaces below only for readable): State, Rain, Sunshine, Indiana, 52, 2...
oltre 11 anni fa | 1 risposta | 0
1
rispostaDomanda
CSV: Create New Headerline
In a CSV file, I would like to replace (delete) a headerline, first line, and create a new headerline. So the CSV file is (for ...
oltre 11 anni fa | 1 risposta | 0
1
rispostaDomanda
Applying regexpi to csv file
I'm learning about regexpi. I have a csv file: State Cloudy Sunshine Rainy Indiana 52 89 0 Calif...
oltre 11 anni fa | 1 risposta | 0
1
rispostaDomanda
Convert Cell to String
I have a cell array: x = {'red' 'blue' 'green'} I need to convert it to a string (looking for another way besides char)...
oltre 11 anni fa | 1 risposta | 0
1
rispostaDomanda
String Match for Plotting in Excel
I have a simple CSV Data file. See below. I need to extract data for each individual state with its temperature. For example,...
oltre 11 anni fa | 1 risposta | 0
1
rispostaDomanda
Save Variable in Command Window
I want to ask the user for a path in the command window from running the script, and save the path as a variable in the work...
oltre 11 anni fa | 3 risposte | 0
3
risposteDomanda
Convert Cell to Number for Plotting
I have 2 cell arrays of data that I'm trying to convert to a numerical value and plot. The cell array output is: a = '...
oltre 11 anni fa | 1 risposta | 0
1
rispostaDomanda
Save Figures to One Folder
I want to save multiple figures to the same folder, with the name of figure_1, figure_2, etc. Here is the code: x = 1:5; ...
oltre 11 anni fa | 2 risposte | 0
2
risposteDomanda
Function Arguments Using Nargin
I want to control the arguments (data sets) in a function to plot. So if I push in only one data set (x1,y1) into the function,...
oltre 11 anni fa | 1 risposta | 0
1
rispostaDomanda
Concatenate String and Numbers Horizontally
I have 3 columns of data: 1 string and 2 number a = [ 'A';'B';'C'] b = [75; 85; 95] c = [89; 95; 58] I am trying to hori...
quasi 12 anni fa | 1 risposta | 0
1
rispostaDomanda
Variable Output to Text File
I have 3 columns of data(3X1) saved in CA, TX, FL variables: CA = [1;2;3] TX = [4;5;6] FL = [7;8;9] I want to generat...
quasi 12 anni fa | 2 risposte | 0
2
risposteDomanda
Change Column Names in Excel to Text
I have an excel file: California Texas Florida 123 333 234 222 567 123 ...
quasi 12 anni fa | 1 risposta | 0
1
rispostaDomanda
Text Output to File
Trying to achieve an output to a textfile as seen below: x1 y1 series 1 1 174.08 2 1 174.08 3...
quasi 12 anni fa | 2 risposte | 0
2
risposteDomanda
Convert CurrentPoint to X and Y Value.
This is where we are getting stuck. We would appreciate any insight. We have a basic figure (linear plot using: and we are...
quasi 12 anni fa | 4 risposte | 1
4
risposteDomanda
Using a Callback in MS Visual Basic
I have been working with the "Using a Callback with a Microsoft Visual Basic Event " from the _MATLAB Builder NE User's Guide_. ...
quasi 12 anni fa | 0 risposte | 0
0
risposteDomanda
input for function drawgraph(coords)
There is an example function in MATLAB which is the following: function drawgraph(coords) plot(coords(1,:), coords...
circa 12 anni fa | 1 risposta | 0
1
rispostaDomanda
Zooming in on a Map
I am using Mercator map projection. On the map it displays longitude and latitude with the data on it. However, when I use th...
circa 12 anni fa | 0 risposte | 1
0
risposteDomanda
Axes WIndows in Guide Disappearing
I have four axes windows in the GUI GUIDE displaying plots. I have designated the data to be plotted for axes 1, axes 2, axes...
circa 12 anni fa | 1 risposta | 0
1
rispostaDomanda
White Square Appearance in Plot
How can you insert an image into a graph and plot data over it without having a WHITE SQUARE appearing instead of the pictur...
circa 12 anni fa | 1 risposta | 0