Muhammad Hazrul
Followers: 0 Following: 0
Statistics
RANK
61,884
of 295,486
REPUTATION
0
CONTRIBUTIONS
5 Questions
1 Answer
ANSWER ACCEPTANCE
20.0%
VOTES RECEIVED
0
RANK
of 20,236
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,950
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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...
4 years ago | 0 answers | 0
0
answersQuestion
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 $ % ...
4 years ago | 1 answer | 0
1
answerWhy 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...
4 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 =...
4 years ago | 1 answer | 0
1
answerQuestion
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...
4 years ago | 1 answer | 0
1
answerQuestion
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