photo

asim asrar


Last seen: 대략 1년 전 2020년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

9 질문
1 답변

순위
106,546
of 300,765

평판
0

참여
9 질문
1 답변

답변 채택
77.78%

획득한 표
0

순위
 of 21,084

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,941

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3
  • First Answer
  • Revival Level 1

배지 보기

Feeds

보기 기준

질문


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

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 3년 전 | 답변 수: 1 | 0

1

답변

질문


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

3년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 4년 전 | 답변 수: 1 | 0

1

답변

답변 있음
Image 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.

거의 4년 전 | 0

질문


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

거의 6년 전 | 답변 수: 1 | 0

1

답변