![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/2875994_1522091907147_DEF.jpg)
Mehdi
Mehdi Lali
Followers: 0 Following: 0
Statistiques
RANG
12 025
of 297 016
RÉPUTATION
4
CONTRIBUTIONS
37 Questions
11 Réponses
ACCEPTATION DE VOS RÉPONSES
48.65%
VOTES REÇUS
3
RANG
of 20 419
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 725
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
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 ...
plus de 6 ans il y a | 1 réponse | 0
1
réponseQuestion
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], ...
presque 7 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 7 ans il y a | 3 réponses | 0
3
réponsesQuestion
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...
presque 8 ans il y a | 1 réponse | 0
1
réponseQuestion
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); ...
presque 8 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
presque 9 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
environ 9 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
plus de 9 ans il y a | 1 réponse | 0
0
réponseQuestion
Error using "set"
Hi everyone. Thank you for reading my question. I receive the following errors when I run my code in MATLAB 2015a: ...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 9 ans il y a | 1 réponse | 0
0
réponseQuestion
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 ...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 9 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
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: ...
presque 10 ans il y a | 1 réponse | 0
0
réponseQuestion
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'...
presque 10 ans il y a | 1 réponse | 0
1
réponseQuestion
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_...
presque 10 ans il y a | 1 réponse | 0
0
réponseQuestion
JAVA or C++? Which one works better with MATLAB?
Hi, Which one is more interactive with MATLAB? JAVA or C++?
presque 10 ans il y a | 1 réponse | 1
1
réponseQuestion
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 ...
presque 10 ans il y a | 1 réponse | 0
1
réponseHow can I get the value of toggle button (uicontrol)
It doesn't return anything. Nothing happens when I click on it.
presque 10 ans il y a | 0
Question
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...
presque 10 ans il y a | 2 réponses | 0
2
réponsesQuestion
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,...
presque 10 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
presque 10 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 10 ans il y a | 1 réponse | 0
0
réponseQuestion
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 ...
presque 10 ans il y a | 2 réponses | 0
2
réponsesFor 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,...
environ 10 ans il y a | 0
Question
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...
environ 10 ans il y a | 2 réponses | 0
2
réponsesQuestion
For loop in SIMULINK
<</matlabcentral/answers/uploaded_files/23785/sample_model_image.png>> Hi everyone, I need to convert the following code t...
environ 10 ans il y a | 1 réponse | 0
0
réponseQuestion
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 ...
plus de 10 ans il y a | 1 réponse | 0