Community Profile

photo

Mehdi


Mehdi Lali

Last seen: 3 Tage vor Aktiv seit 2013

Followers: 0   Following: 0

Kontakt

Statistiken

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

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Siumlink functionality (load_system) not supported by Compiler
Hello, I have made an executable using MATLAB compiler but it doesn't run properly. A part of my code runs a SIMULINK model ...

fast 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


drawnow's low speed
Hello, I have written a code which animates the motion of a ball. Here is the code: n = 100; axes('XLim', [-10 10], ...

etwa 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Error: Values of BreakpointsForDimension1 in 'Lookup_table' must be monotonically increasing.
Hello, I'm frustrated with the error that I'm getting while running my simulink model which has a 1-D lookup table. The looku...

fast 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


matrix whose cell arrays are vectors
Hi, I am trying to form a 5x20 matrix whose arrays are themselves 3x1 matrix (x(i), y(i), z(i)) in each row: x = zeros...

etwa 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Finding the closest point right after a value in ode45
Hi, I have the following code which I'm trying to solve using ode45 function. v = y(1); gamma = y(2); ...

etwa 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Call to functions in external DLL fails
I am loading a DLL along with its include file. Libfunctions lists all the functions properly. Call to the functions fail with ...

etwa 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Error using "light('Position', [0 0 0], 'Style', 'local')"
Hi, I'm using this code to create a light source that emanates light to all directions: light('Position', [0 0 0], 'Sty...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


V Realm Builder (VRML)
Hi, I'm trying to make a 3D world using V Realm Builder available in MATLAB. I am wondering if I can import the object that ...

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Error using "set"
Hi everyone. Thank you for reading my question. I receive the following errors when I run my code in MATLAB 2015a: ...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Error in running "load topo" in MATLAB 2015a
Hi everyone, My code, designed in MATLAB 2013a, contains: load topo which works fine but I get the following err...

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Error in function "rotate" in version 2015a
Hi everyone, I wrote a code in version 2013a which uses _rotate_ function but when I run the code in MATLAB 2015a I get the ...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Save old values in an iteration (while loop)
Hi, In Newton_Raphson iteration, I need to compare old and new values of X so that it stops when their difference is very sm...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


solve symbolic function - I get non-simplified term
Hi, I use syms X, Y, Z to solve for the jacobian of a matrix Xn and then plug in the values for X, Y, Z (1.5, 2.2, 8) but wh...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Get error using function "light"
Hi, I'm using this code to create a light source that emanates light to all directions: light('Position', [0 0 0], 'Styl...

fast 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Replace Mathworks icon with my own in the figure
Hi, I have designed an app which I want to sell as an exe file (which is run outside MATLAB environment). I was wondering if it...

fast 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Compose scene around object using camlookat
Hello folks, I have created three spheres in a GUI (without GUIDE) which are located far from each other as you see below: ...

fast 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to display image in a GUI programmatically (without GUIDE)
Hi everyone, I have created a GUI (without GUIDE) in which I have added an "axes" as follows: logo_tos = axes('parent'...

fast 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Help needed to vectorize this code
Hi everyone, I'm posting this for the second time so hopefully someone can help me with vectorizing my code. I have 3 _for_...

fast 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


JAVA or C++? Which one works better with MATLAB?
Hi, Which one is more interactive with MATLAB? JAVA or C++?

fast 9 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


Locate an installed software in Windows using MATLAB
Hi, Is it possible to find the location of an installed software in Windows using MATLAB? I need my MATLAB code to find the ...

fast 9 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
How can I get the value of toggle button (uicontrol)
It doesn't return anything. Nothing happens when I click on it.

etwa 9 Jahre vor | 0

Frage


How can I get the value of toggle button (uicontrol)
Hi fellow MATLAB users, I have created a toggle button in a figure programmatically using uicontrol: tb = uicontrol(gt...

etwa 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to stop the program while closing the figure that shows an animated plot
Hello everyone, I've designed a figure which shows a 2-D animation of a plot using _drawnow_ . When I click on close button,...

etwa 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Alternative method needed for a few 'for' loops inside each other
Hi, I have 4 _for_ loops inside each other as seen here: for A=1:a for B=1:b for C=1:c ...

etwa 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Text is Indented to the right when I generate PDF report using Report Generator
Hi, I have generated a PDF file using MATLAB Report Generator with MATLAB 2013a. The problem that I'm facing is that the par...

etwa 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Running .exe file from MTLAB using system()
Hi everyone, I use _system_ to run my executable file: system('myfile.exe') The problem that I'm facing is that it ...

etwa 9 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
For loop in Simulink
Thank you very much for your help. I made the model exactly as you depicted and used index vector and assignment blocks however,...

mehr als 9 Jahre vor | 0

Frage


For loop in Simulink
Hi everyone, I need to convert the following code to a SIMULINK model: T = [2; 21; 22; 27; 27; 21; 18; 21; 26; 36]; for...

mehr als 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


For loop in SIMULINK
<</matlabcentral/answers/uploaded_files/23785/sample_model_image.png>> Hi everyone, I need to convert the following code t...

mehr als 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Run matlab function inside a simulink model
Greetings, I'm trying to run a matlab function using function block inside a SIMULINK model but I get multiple errors. Since ...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Mehr laden