![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/16155335_1567852954550_DEF.jpg)
asim asrar
Followers: 0 Following: 0
Statistics
RANK
162,753
of 297,016
REPUTATION
0
CONTRIBUTIONS
9 Questions
1 Answer
ANSWER ACCEPTANCE
77.78%
VOTES RECEIVED
0
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,725
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
cgs algorithm not working with function defined system matrix
%% in following code i am trying to get forward diffraction using a point spread function given by psf % whole pipeline is give...
10 months ago | 1 answer | 0
1
answerQuestion
reducing the computation time for Levenberg marquardt algo of image reconstruction
tic() clc; clear all; close all; N =100; [uin]=incident(N); G=green_f(N); H=G; uin = uin(:); I = eye(N^2,N^2); im1 =...
1 year ago | 1 answer | 0
1
answerQuestion
larger computation time for every iteration of levenberg marquardt algorithm?
the code written below is taking lot of time for each iteration , can someone suggest some way to solve the issue tic() clc; ...
2 years ago | 1 answer | 0
1
answerQuestion
solution of coupled differential equation
i am trying to solve some couples differential equation , the equations are given in the attachment . can these equations be so...
2 years ago | 2 answers | 0
2
answersQuestion
i want to generate GPU code of faster computing using Matlab?
% i have my matlab code as N=100; um = 1; %um = 1e-6; c = 3e8; % m/s dx = um; dy = um; dz = um; ...
3 years ago | 1 answer | 0
1
answerQuestion
running out of memory while executing matlab script?
clc clear all; close all tic(); um = 1e-6; c = 3e8; % m/s dx = 4.8 * um; dy = 4.8 * um; dz = 4.8 ...
3 years ago | 1 answer | 0
1
answerQuestion
matlab code for python script?
i am trying to write a matlab code for python script as: class structure: def __init__(self, shape, eps, mu): se...
3 years ago | 1 answer | 0
1
answerQuestion
i am dealing with gradieent descent based minimization problem , my matrix is heavily ill conditioned , leading to false recovery in forward inverse problem
clc; clear all; close all; %% greens function between source to target soux=[3,3,4,4,5,5]; % source x coordina...
3 years ago | 1 answer | 0
1
answerImage processing: Interative optimization problem by a gradient descent approach
Dear sir, Did you get any clue to solve this problem, as i am also struck with similar type of problem.
3 years ago | 0
Question
getting error as " Undefined function 'exp' for input arguments of type 'uint8'." can someone help me resolve this
clc; clear all; close all; I = imread('pluginfile_page-0001.jpg'); I = rgb2gray(I); figure(1) imshow(I); I = imresize...
5 years ago | 1 answer | 0