asim asrar
Followers: 0 Following: 0
Statistik
RANG
195.826
of 295.467
REPUTATION
0
ANTWORTZUSTIMMUNG
77.78%
ERHALTENE STIMMEN
0
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
7 Monate vor | 1 Antwort | 0
1
AntwortFrage
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 =...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
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; ...
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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; ...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 3 Jahre vor | 1 Antwort | 0
1
AntwortImage 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.
fast 3 Jahre vor | 0
Frage
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...
fast 5 Jahre vor | 1 Antwort | 0