Community Profile

photo

zina shadidi


Al Ma'moun University College

Last seen: 6 days ago Active since 2012

Followers: 0   Following: 0

Message

Professional Interests: computational physics, interatomic displacements, medical physics

Statistics

All
  • Thankful Level 3
  • Explorer
  • First Review
  • First Answer
  • Solver

View badges

Feeds

View by

Question


how to plot the imaginary part of an array numbers as a minus y-axis data
in developing a matlab code I need to plot the imaginary part of the frequency range in the negative y-axis range . the real p...

2 years ago | 0 answers | 0

0

answers

Question


Finite Difference Time Domain with multi materials
This is the finite element time domain for one barrier I want to add a barrier , the loop was doubled, But I can not see the e...

2 years ago | 0 answers | 0

0

answers

Question


How to fix legend error??
Hi my code is running well but I have a legend error when I write 'legend('Curve Name')' it appears only the first one (Wa...

3 years ago | 1 answer | 0

1

answer

Question


problem with numerical integration
I have problem with integration in the folowing code at the last line %%%%%%%%%%%%%%%%%%%%%%%%%% % Phonon dispersion relation ...

3 years ago | 1 answer | 0

1

answer

Question


import with Excel problem
This code can not import an Exel file function TransferMatrix %------------BEGIN USER INPUT PARAMETERS SPECITIFCATION------...

3 years ago | 1 answer | 0

1

answer

Question


delete zero elements from vector
Hi I have k (1,600) size, it contain zeros at 451-600 elements. I want to delete these zero elements. At the end of this ve...

3 years ago | 2 answers | 0

2

answers

Question


extending matrix with numbers (not zero)
In the folowing code; I have error Index in position 1 exceeds array bounds (must not exceed 4). Error in Untitled1111111 (li...

3 years ago | 0 answers | 0

0

answers

Question


is for loop eating my data :)
In the folowing code, the plot is empty .I think that my data is overlapping. why i have an empty plot , and how can i fix i...

3 years ago | 1 answer | 0

1

answer

Question


how to fix this code in calling function
%% Call the transfer matrix R, T, A calculator function and build spectra %%%may be need to % Convert angle to radians [n1]=xl...

3 years ago | 1 answer | 0

1

answer

Question


how can i put the jreftran function in loop
Hi to all Mathworks If I want to change many variables in (jreftran function) like [r,t,R,T,A]=rerlect_rt(l,[NaN,500,100,NaN]...

3 years ago | 0 answers | 0

0

answers

Question


how can n I export file with Excle format, with fprintf
how can I export file with Excle format, with fprintf i have the flowing lines : fid:fopen ('elements. txt', 'w') fprintf...

3 years ago | 1 answer | 0

1

answer

Question


finite element method with matrix error
I am trying to calculate energy using the folowing code , the matrices elements2s, nodes2s was the results of another script. c...

3 years ago | 1 answer | 0

1

answer

Answered
how do i generate sound using MATLAB?
Image Analyst can I use your demo?? If you agree , I want to ask you to explain it to me please best regards Zina Al Shadid...

5 years ago | 0

Answered
How to make the balls in this program organize and settle at the top of the box instead of leaving it
The two lines that you added makes The balls lined up at the top of the figure in a row Now if we want the balls to...

6 years ago | 0

Question


In the following sample. The result of the graphic is one point What is wrong here please
energy = energy + deltaE; for A = 1:nPart th...

6 years ago | 2 answers | 0

2

answers

Answered
How to make the balls in this program organize and settle at the top of the box instead of leaving it
Hi KSSv Let me ask you please .what if we want to line the balls in more than one row

6 years ago | 0

Question


How to make the balls in this program organize and settle at the top of the box instead of leaving it
function y = atoms(x) clc n = 25; % no. of atoms dt = 0.1; % time ma=1; mb=1; x0=[0 0 0 0]; l=200...

6 years ago | 3 answers | 0

3

answers

Solved


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

6 years ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

6 years ago