Feeds
질문
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, ...
거의 6년 전 | 답변 수: 1 | 0
1
답변질문
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)...
거의 6년 전 | 답변 수: 1 | 0
1
답변질문
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...
거의 6년 전 | 답변 수: 0 | 0
0
답변질문
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; ...
거의 6년 전 | 답변 수: 1 | 0
1
답변질문
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...
대략 6년 전 | 답변 수: 1 | 0
1
답변질문
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...
대략 6년 전 | 답변 수: 0 | 0
0
답변질문
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...
대략 6년 전 | 답변 수: 2 | 0
2
답변질문
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...
대략 6년 전 | 답변 수: 1 | 0

