Community Profile

photo

James


Active since 2014

Statistics

  • Thankful Level 3

View badges

Content Feed

View by

Question


If statement with an greater than comparison
Hi, I am trying to write an "if" statement between 2 values. I have a value "A" and a value "B". I want to set C to the valu...

9 years ago | 1 answer | 0

1

answer

Question


remove values of a matrix from another
Hi, I have 2 matrices that are just lists of numbers. Matrix "A" is 380x1 and Matrix "B" is 230x1. I am trying to remove all...

10 years ago | 2 answers | 0

2

answers

Question


Second and third sigma of standard devition.
Hi, I have a big 200x1 matrix "A" and want to find the standard deviations of it. I know that the Std(x)gives you the first ...

10 years ago | 1 answer | 0

1

answer

Question


easiest way to get structure to excel
Hi, I have a structure "A" that I want to export to excel for further use. "A" has the data burried a little bit in it. The ...

10 years ago | 2 answers | 0

2

answers

Question


Grouped bar graph with different x axis
Hi, I am making a bar graph of 9 different sets of data on one plot. The problem is they are coming up stacked and not group...

10 years ago | 0 answers | 0

0

answers

Question


Creating a variable that changes with the for loop counter
Hi, I have a for loop that counts up from 1 to 36, with "x" being that counter variable. In this loop I have a few calculati...

10 years ago | 1 answer | 0

1

answer

Question


How to make a figure counter in a for loop
Hi, I am creating a figure in a "for loop" with the code %Create Figure Shift_fig(plotx) = figure('Position', [FLeft+F...

10 years ago | 0 answers | 0

0

answers

Question


How to get import data to count in a for loop
Hi, I am using a for loop that reads off a "master file" that just has a bunch off other files listed on it so I can have ma...

10 years ago | 0 answers | 0

0

answers

Question


How to export figure to a file
Hi, I am running a script and at the end I am outputing a figure with a few graphs on it. Is there any way, in the script, I...

10 years ago | 1 answer | 0

1

answer

Question


Exporting a figure to PowerPoint
Hi, I have a figure that I want to get into power point for part of a presentation. Is there a way that you can do this in a...

10 years ago | 1 answer | 1

1

answer

Question


Increase the size of a weibull plot
Hi, I have a weibull plot overlaid on the data of a bar graph. The peak of the weibul is at .8 and I want to increase that t...

10 years ago | 1 answer | 0

1

answer

Question


Distribution fitting with a weibull plot.
Hi, I have histogram plot and I want to put a weibull plot over it in a distribution fitting manner. The histogram has x axi...

10 years ago | 1 answer | 0

1

answer

Question


How to use data in a structure
Hi, I used the following code A=importdata('filename'). This worked out great and gave me the data from the file in a struct...

10 years ago | 2 answers | 0

2

answers

Question


for statement ending in wrong spot
Hi, I have a for loop with the following code: [num txt raw]=xlsread('vehicle master file'); for(x=1:length(txt)...

10 years ago | 0 answers | 0

0

answers

Question


Creating a for loop that Concatinates the outputted matrixes
Hi, I have a file that is a master file, it just contains other file names. I am trying to get matlab to loop through this f...

10 years ago | 1 answer | 0

1

answer

Question


Finding a cell in an array
Hi, I have a large cell aray called "txt". I am looking for a cell that is in this array, but the location/name changes from...

10 years ago | 3 answers | 0

3

answers

Question


How to truncate text in an array
Hi, I have a very large text array "txt" that has a lot of various info in it. In cell (1,2) there is the decription of the ...

10 years ago | 1 answer | 0

1

answer

Question


Deleting Certain Numbers in a Matrix
Hi, I have a matrix "A" that is a 350x1 matrix that is populated with numbers from 0-10, but these numbers are not all intig...

10 years ago | 1 answer | 0

1

answer

Question


Deleting specific Rows in a matrix
Hi, I have a matrix "A" that is 350x1 matrix, so it is a very large matrix. This matrix has about 40 rows that I want to rem...

10 years ago | 2 answers | 0

2

answers