Statistik
RANG
12.008
of 295.467
REPUTATION
4
BEITRÄGE
37 Fragen
11 Antworten
ANTWORTZUSTIMMUNG
48.65%
ERHALTENE STIMMEN
3
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
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 ...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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], ...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 7 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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); ...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
fast 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
etwa 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Error using "set"
Hi everyone. Thank you for reading my question. I receive the following errors when I run my code in MATLAB 2015a: ...
etwa 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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 ...
etwa 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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: ...
mehr als 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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'...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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_...
mehr als 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
JAVA or C++? Which one works better with MATLAB?
Hi, Which one is more interactive with MATLAB? JAVA or C++?
mehr als 9 Jahre vor | 1 Antwort | 1
1
AntwortFrage
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 ...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortHow can I get the value of toggle button (uicontrol)
It doesn't return anything. Nothing happens when I click on it.
mehr als 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...
mehr als 9 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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,...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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 ...
fast 10 Jahre vor | 2 Antworten | 0
2
AntwortenFor 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,...
fast 10 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...
fast 10 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
For loop in SIMULINK
<</matlabcentral/answers/uploaded_files/23785/sample_model_image.png>> Hi everyone, I need to convert the following code t...
fast 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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 10 Jahre vor | 1 Antwort | 0