Community Profile

photo

Ahmed


Cairo University

Active since 2013

Petroleum Engineering

Statistics

  • Thankful Level 3
  • First Answer

View badges

Content Feed

View by

Answered
Loading a surface fit in a GUI
the solution is to type %#function sfit before loading the file

11 years ago | 0

| accepted

Question


Loading a surface fit in a GUI
I have a little problem with this code, it runs without any problems before compiling it using the deploy tol but when i compile...

11 years ago | 2 answers | 0

2

answers

Question


How to make a Stand alone Application contains Surface fit !!
i've finished my small program but there is a problem, i am using fit2 = evalin('base','fit2') but fit2 must be in the wo...

11 years ago | 1 answer | 0

1

answer

Question


Speeding up the Code !!
my program has 3 for loops for the calculations, it takes about 20 Seconds for Calculations and after these calculations it plot...

11 years ago | 0 answers | 0

0

answers

Question


how to Change Colors and Name of A plotting Figure ?!
col='rgbkcmyrgbcmyk'; %figg='16 24 32 66 16 181 2323 5658 1755 12 3135 15 26 212 123 548 32 15 563 548'; for ch=1:Nmax:Nm...

11 years ago | 1 answer | 0

1

answer

Question


plotting 13 lines with different colors !!
i am plotting about 15 different lines in the same graph and i need more color codes than the existing 8 which are (r g b k c m ...

11 years ago | 3 answers | 0

3

answers

Answered
how to plot a graph
if true % hold on for i=2:1:5 plot(x,y(:,i),'b-+','LineWidth',1,'MarkerSize',5); xlabel('x values'); yl...

11 years ago | 0

Question


Naming different Lines And Figures inside a for loop
this code gives me 14(Smax) figure and inside each one there are 13(Nmax))different line, what i am tring to make is to give eve...

11 years ago | 2 answers | 0

2

answers

Question


calling a surface fit to a GUI
how i can call a fit to a GUI from a given Adress, cuz i am using this code fit39 = evalin('base','fit39'); which call it from...

11 years ago | 1 answer | 0

1

answer

Question


changing a fraction to integer !!
how can i make a fraction number be integer !! stupid question but i really need help, if x =10.1 , i need it 10 and also if ...

11 years ago | 1 answer | 0

1

answer

Question


Plotting a number of Charts in a different figures !
if true PDD(i,:)=[dp(i1,j1,k1),PD(i1,j1,k1)]; hold on for k3=1:8:104 plot(PDD(k3:k3+7,1),PDD(k3:k3+7,2...

11 years ago | 1 answer | 0

1

answer

Question


Extracting a Column from a Matrix
what i have is a A, where size (A)=(i,12) where i changes as the input changes i want to extract from A a Certain column up to...

11 years ago | 1 answer | 0

1

answer

Question


How to plot a number of curves on the same plot ?
want to plot i number of curves on the same X axis and Y axis and label each curve with a number ? how to do this? Thx in Adva...

11 years ago | 3 answers | 0

3

answers

Answered
Use a for loop to evaluate
according to my little knowledge if you need to store this value for every loop in a Matrix where every inner for loop represent...

11 years ago | 0

Question


Making an Error GUI
i want to tell matlab; that after you finish the Solution if some thing happened open a small screen "Error", or Making a Sma...

11 years ago | 1 answer | 0

1

answer

Question


please help, want to set the data out from 3 nested for loop in a different row in a uitable, can any one help me in this ?
if true for i1=1:11 if rrr==1 Kr(i1)=1 else kr(i1)=2 end for j1=1:18 for k1=1:24 PPRL(i1,j...

11 years ago | 0 answers | 0

0

answers

Question


please how to add a new row of data in a uitable inside 3 for loops ??
can any one help me in this problem please ? for i1=1:11 d(i1)= for j1= 1:18 N1(i,j)= for k1=1:...

11 years ago | 0 answers | 0

0

answers

Question


Help Please : 3 for loops && 3 Dimensional Matrix want them in a 2D GUI Table
it is my first question here and i am not a proffisional in matlab but this problem made me crazy Objective: is that i want to ...

11 years ago | 1 answer | 0

1

answer