Community Profile

photo

Kira Bruce


Last seen: etwa 4 Jahre vor Aktiv seit 2019

Followers: 0   Following: 0

Statistiken

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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, ...

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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)...

etwa 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

etwa 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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; ...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

mehr als 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort