Community Profile

photo

Muhammad Hazrul


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • First Answer
  • Thankful Level 1

View badges

Feeds

View by

Question


No difference when generating image with show_slices for 3d using imdl.meas_icov = meas_icov_rm_elecs( imdl, 1);
At the moment i am able to generate different images when using 2d by changing the value from 1 to other numbers (1-16 electrode...

3 years ago | 0 answers | 0

0

answers

Question


Index in position 2 exceeds array bounds (must not exceed 1).
Run each section as indicated with hash ## % Forward solvers $Id: forward_solvers01.m 3790 2013-04-04 15:41:27Z aadler $ % ...

3 years ago | 1 answer | 0

1

answer

Answered
Why is my GUI program producing an error when I 'Run' it?
function varargout = EITAPP(varargin) % EITAPP MATLAB code for EITAPP.fig % EITAPP, by itself, creates a new EITAPP o...

3 years ago | 0

Question


Unable to perform assignment because the size of the left side is 1-by-1 and the size of the right side is 0-by-0.
if ~isempty(instrfind) fclose(instrfind); delete(instrfind); end A = zeros(64,1); B = zeros(64,1); C = zeros(64,1); D =...

3 years ago | 1 answer | 0

1

answer

Question


Unable to perform assignment because the size of the left side is 1-by-1 and the size of the right side is 0-by-0.
if ~isempty(instrfind) fclose(instrfind); delete(instrfind); end A = zeros(64,1); B = zeros(64,1); C = zeros...

3 years ago | 1 answer | 0

1

answer

Question


Unable to perform assignment because the size of the left side is 1-by-1 and the size of the right side is 0-by-0.
if nargout [varargout{1:nargout}] = gui_mainfcn(gui_State, varargin{:}); else gui_mainfcn(gui_State, varargin{:}); e...

4 years ago | 0 answers | 0

0

answers