asim asrar
Followers: 0 Following: 0
Statistiques
RANG
117 794
of 295 689
RÉPUTATION
0
CONTRIBUTIONS
15 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
40.0%
VOTES REÇUS
0
RANG
of 20 266
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 317
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
inverse filtering image restoration
clc; clear all; close all; f=rgb2gray(im2double(imread('cameraman.tif'))); f=imresize(f,[256 256]) figure,(imshow(f)) [M,N...
environ 5 ans il y a | 2 réponses | 0
2
réponsesQuestion
do while in matlab
i have a condition for my code stage A A1= Zmed-Zmin A2=Zmed-Zmax if A1 >0 and A2 <0 go to stage B else w=w+1 if w < wmax ...
environ 5 ans il y a | 1 réponse | 0
1
réponseQuestion
solving simple coupled equations
can someone help me solving the equations D^2* L =51.8/(1087*25) L / D = 1.178
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
getting error as "Data dimensions must agree." can someone help me resolve this
getting error for my code as:- Error using mesh (line 58) Data dimensions must agree. Error in odefun1 (line 79) mesh(X, Y...
presque 6 ans il y a | 1 réponse | 0
1
réponseQuestion
getting error as Matrix dimensions must agree." can someone help me resolve this
getting error for my code as matrix dimension must agree "have tried to solve coupled wave equation using ode 45 command " error...
presque 6 ans il y a | 2 réponses | 0
2
réponsesQuestion
i ma getting error for my code as " Requested 1202x221430 (4.0GB) array exceeds maximum array size preference. Creation of arrays greater than this limit may take a long time and cause MATLAB to become unresponsive.See array size limit or preference?
my code is as - 1 - function prototype- function dE_omega_dz = odefun(z, E_omega,~,~) dE_omega_dz=zeros(length(E_omega),1);...
environ 6 ans il y a | 1 réponse | 0
0
réponseQuestion
getting error for my program as " Error using * Inner matrix dimensions must agree." on line 42 . can someone help me resolve this issue?
clc; clear all; close all; clf; Pi=30*10^13; %input('Enter the value of input power in mW ') t...
environ 6 ans il y a | 3 réponses | 0
3
réponsesQuestion
my code is entering infinite loop when i am trying to solve differential equation using ode45 command , can some one help me fix this
function dE_dz =asim(z,E1,~,~) c=3*1e8; L=800*10^-9 pi=3.1415926535; Dk=20.94; w1=(2*pi*c)/L; %w1=fs*[-N/2:N/2-1]; de...
environ 6 ans il y a | 1 réponse | 0
1
réponseQuestion
Inner matrix dimensions must agree. my code is giving this error , can someone help me fix this
clc; Pi=3.98; %input('Enter the value of input power in mW ') t=120*10^-15 ...
environ 6 ans il y a | 1 réponse | 0
1
réponseQuestion
in order to solve coupled partial differential equation using FFT , my code is showing error as -
Error using horzcat Requested 240x1094476 (3.9GB) array exceeds maximum array size preference. Creation of arrays greater than ...
environ 6 ans il y a | 1 réponse | 0
0
réponseQuestion
program going beyond matrix dimension
%first electric field envelop in fourier space tic; clc clear all close all Po=9; ...
environ 6 ans il y a | 1 réponse | 0
0
réponseQuestion
my code is showing not enough input argument error how to resolve
clear all; close all; clc; dx=0.01; L=20; x=-L/2:dx:L/2-dx; f=0*x; f=sech(x); plot(x,f) dt=0.025; % ...
environ 6 ans il y a | 1 réponse | 0
1
réponseQuestion
getting rank deficient error for my code
I'm trying to write a code for split step fourier transform mrthod. I thought I had worked out all the bugs but now I'm getting ...
environ 6 ans il y a | 1 réponse | 0
1
réponseQuestion
i have tried to solve coupled wave equation using split step fourier transform , but getting some issue with the rank
given below is the code for pulse compression and decompression for non linear crystal , here i am getting the warning for rank ...
environ 6 ans il y a | 1 réponse | 0
0
réponseQuestion
unable to solve coupled non linear schrodinger wave equation
i have tried to solve system of coupled partial Schrodinger like differential equation. i which i have decoupled the equations a...
environ 6 ans il y a | 1 réponse | 0
0
réponseSolve parabolic coupled PDE's using MATLAB's pdepe solver?
i have a system of coupled wave equations given in attachment , which are varying in time and space simultaneously , can the equ...
plus de 6 ans il y a | 0