Community Profile

photo

Kira Bruce


Last seen: 4 years ago Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Subscripted assignment dimension mismatch
Below is my code. When my program tries to calculate D, it gives me the error as stated in the title. the Varibles N, Eab, den, ...

4 years ago | 1 answer | 0

1

answer

Question


Superimposing a matrix of zeroes around a matrix of random values
Hey, I'm generating two matrices, where one is a randomized matrix of values between min and max (both varaibles in this case)...

4 years ago | 0 answers | 0

0

answers

Question


Matrix Image into a Contoured Image
Hey, I'm currently have a picture of matrix values (which are randomized) in grayscale, as shown below. I'm trying to modify t...

4 years ago | 0 answers | 0

0

answers

Question


NaN issue when calculating for a mean value
gh = 0; fg = 1; mu_fg = MU_fib/fg; adi = 1; w = 0.042; for ix = 1:200 for iy = 1:200 gh = gh + 1; ...

4 years ago | 1 answer | 0

1

answer

Question


Invalid file identifier. Use fopen to generate a valid file identifier.
I'm trying to open a file in this function, for the purpose of using it in another function. However, when I call on it, it give...

4 years ago | 1 answer | 0

1

answer

Question


Error: Subscripted Assignment Dimensions Mismatch
Below I have a code that is intended to take a randomized number matrix of decimals (1 by 400) along with varibles mewfat and me...

4 years ago | 0 answers | 0

0

answers

Question


Error: No such file or directory
So, i have a function called 'MatrixPicture', which uses data that is PMHFIB_ORIGINAL.ATT. file. To open the .att file, I'm usi...

4 years ago | 2 answers | 0

2

answers

Question


For colon operator with char operands, first and last operands must be char.
This is the code I have been using to generate a variable known as 's'. function [X,Y]=Read_Att2(filename) fid=fopen(filename...

4 years ago | 1 answer | 0

1

answer