photo

asim asrar


Last seen: 約1年 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

9 質問
1 回答

ランク
103,922
of 300,759

評判
0

コントリビューション
9 質問
1 回答

回答採用率
77.78%

獲得投票数
0

ランク
 of 21,081

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,900

コントリビューション
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

回答