photo

asim asrar


Last seen: 11 mesi fa Attivo dal 2020

Followers: 0   Following: 0

Statistica

MATLAB Answers

9 Domande
1 Risposta

RANK
155.720
of 300.369

REPUTAZIONE
0

CONTRIBUTI
9 Domande
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
77.78%

VOTI RICEVUTI
0

RANK
 of 20.936

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.407

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 3
  • First Answer
  • Revival Level 1

Visualizza badge

Feeds

Visto da

Domanda


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

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 3 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 3 anni fa | 1 risposta | 0

1

risposta

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

oltre 3 anni fa | 0

Domanda


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

quasi 6 anni fa | 1 risposta | 0

1

risposta