Statistics
RANK
170 380
of 295 467
REPUTATION
0
CONTRIBUTIONS
15 Questions
3 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
0
RANK
of 20 234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Loading a surface fit in a GUI
the solution is to type %#function sfit before loading the file
mer än 11 år 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...
mer än 11 år ago | 2 answers | 0
2
answersQuestion
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...
nästan 12 år ago | 1 answer | 0
1
answerQuestion
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...
nästan 12 år ago | 0 answers | 0
0
answersQuestion
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...
nästan 12 år ago | 1 answer | 0
1
answerQuestion
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 ...
nästan 12 år ago | 3 answers | 0
3
answershow 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...
nästan 12 år 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...
nästan 12 år ago | 2 answers | 0
2
answersQuestion
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...
nästan 12 år ago | 1 answer | 0
1
answerQuestion
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 ...
nästan 12 år ago | 1 answer | 0
1
answerQuestion
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...
nästan 12 år ago | 1 answer | 0
1
answerQuestion
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...
nästan 12 år ago | 1 answer | 0
1
answerQuestion
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...
nästan 12 år ago | 3 answers | 0
3
answersUse 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...
nästan 12 år 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...
nästan 12 år ago | 1 answer | 0
1
answerQuestion
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...
nästan 12 år ago | 0 answers | 0
0
answersQuestion
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:...
nästan 12 år ago | 0 answers | 0
0
answersQuestion
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 ...
nästan 12 år ago | 1 answer | 0