photo

abc abc


Aktiv seit 2015

Followers: 0   Following: 0

Nachricht

Statistik

MATLAB Answers

23 Fragen
2 Antworten

RANG
10.064
of 300.756

REPUTATION
4

BEITRÄGE
23 Fragen
2 Antworten

ANTWORTZUSTIMMUNG
26.09%

ERHALTENE STIMMEN
3

RANG
 of 21.077

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 170.890

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 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Put in a array some element of a structure
Hello, I have a structure with 6 fields like this : a b c d e f '1' 3 4 8 9 6 '4' 5 6 2 1 3 '7' 5 2 1 6 8 ...

fast 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


A problem with exponant
Hello everybody, I have a really simple question, I tried to put this with Matlab : 1e-2.3 And Matlab told me "Error: Unexpected...

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to plot a complex function ?
Hello, I have a complex function like this f : z -> f(z) and I wonder how can I plot this because z is complex and f(z) as well....

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Is there a better function to minimize than fminsearch ?
Hello, I would like to know if it exits a better function to minimize a function than fminsearch ? I have this line : [X, f...

etwa 8 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Display all the numbers of matlab
Hello i would like to know if it is possible to display all the numbers because i work with a lot of numbers and it will be very...

mehr als 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Question about TolX and TolFun
Hello, i'm trying to understand what this line means in my matlab code : optimset('TolFun',1e-6,'TolX',1e-6,'display','iter')...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Meaning of ~isempty()
Hello, i would like to know what this expression means : ~isempty(t) where t is a vector ? At the beginning i thought it was ...

mehr als 9 Jahre vor | 1 Antwort | 2

1

Antwort

Frage


What is the meaning of A{1}
I found a matlab code where i saw inside the code this : A{1} So when i ask to Matlab A i received this answer : [1 *...

mehr als 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Transform matlab code in c++ code
Hi everybody, i have a matlab code and i would like to have this in C++, is it possible with Matlab to do that ? how can i do th...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Change the border for histogram
Hi, i have some histograms but i would like to know how can i tell to Matlab i want to finish at 1 instead of 0.9 for instance ...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Modifiy a figure with Matlab
Hi everybody, i have a figure where i can see some points and i would like to know if it is possible to remove some points and t...

mehr als 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Display the quotient of two histograms
Hi, i have two histograms of X and Y and what i would like to do this if it is possible : i would like to display an histogra...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to save figure
Hi everybody i have a for in my matlab script which display a figure and i saved the figure. But the problem is : For i = 1 i...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Add Latex with GUI
Hi everybody, i would like to use LaTex in a GUI, i have a static text and is it possible to use LaTex in this ? Thanks a lot...

mehr als 9 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


Execute a lot of matlab files at the same time
Hi everybody ! i have 6000 matlab files and i would like to know if it is possible to execute them at the same time ? I thoug...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


FInd the distribution of some random numbers
Hi everybody, i have some random numbers and i would like to know what is the distribution associated with it ? Is it possible t...

mehr als 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Using a GUI with Matlab
Hi everybody, i'm just trying to create a GUI with MATLAB but i have a problem with the variable. This is my code : if true...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Parallel Computing Toolbox Matlab
Hi everybody, i have many matlab files and i wonder if i can use Parallel Computing Toolbox to execute them at the same time ...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Solve a differential system in one file
Hi i'm trying to solve this : function dy = vdp1000(t,y) dy = zeros(2,1); % a column vector dy(1) = y(2); dy(2)...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Plot the solution of EDO system
Thanks for your answers ! Actually i'm a beginner in Matlab and the only method that i found is to create a file which contai...

mehr als 10 Jahre vor | 0

Frage


Plot the solution of EDO system
Hi everybody, i'm trying to plot the solution of this system of EDO but in the plan (x(t),y(t)) : dx/dt = -((2*x(t))/(3+x(t))...

mehr als 10 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


Problem with the application GUIDE
Hi, i'm trying to plot a graph with implicits equations, this is my code : function pushbutton1_Callback(hObject, eventdata...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


plotting the solutions of a differential system with numerical ways
Hi, i'm trying to plot the solutions of a differential system with a numerical method, i don't know how to do this, does anyone ...

mehr als 10 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
Phase plane of a differential system
thank you very much it works :)

mehr als 10 Jahre vor | 0

Frage


Phase plane of a differential system
Hi, i'm trying to plot a phase plane but it doesn't work :( This is the matlab code: clear all clc [X,Y] = m...

mehr als 10 Jahre vor | 2 Antworten | 0

2

Antworten