photo

John


Aktiv seit 2011

Followers: 0   Following: 0

Nachricht

Professional Interests: Engineering

Statistik

MATLAB Answers

10 Fragen
4 Antworten

RANG
257.987
of 300.759

REPUTATION
0

BEITRÄGE
10 Fragen
4 Antworten

ANTWORTZUSTIMMUNG
80.0%

ERHALTENE STIMMEN
0

RANG
 of 21.082

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 170.900

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

  • 3 Month Streak
  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Complex Transfer Function
I have searched around a little and can not work out how to enter a transfer function in the following form to Matlab: G(s) =...

etwa 14 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Locating matrix position of maximum value
I have a large matrix with many numbers. I would like to calculate the max and min values *as well as* the cell location (m,n) o...

mehr als 14 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Compiling MATLAB Code in Windows
Is the answer no (according to http://www.mathworks.com.au/support/solutions/en/data/1-17WRF/index.html?solution=1-17WRF)?

mehr als 14 Jahre vor | 0

| akzeptiert

Frage


Compiling MATLAB Code in Windows
I am running MATLAB Student Version R2010a and wish to compile a set of programs to run on a stand alone PC. I have 3 program...

mehr als 14 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
Mote Carlo Method: Characteristic Function Required
The required function first needs a more comprehensive method of being defined before the process to do so can be discussed here...

mehr als 14 Jahre vor | 0

| akzeptiert

Frage


Adding time vector to 3D surf plot
I have generated a 3D surf plot with force (y) against car-number (x) and time (actually row number of the matrix which relates ...

mehr als 14 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Logical Manipulation of Vector
I require a logical vector with 'a' number of rows =1 and followed by 'b' rows =0. How can I create this without if statements? ...

mehr als 14 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


Correct use of uint32
When I do the line k = idx1* uint32(30e6) + idx2* uint32(0) + idx3* uint32(30e6); I get an error "Integers can only ...

mehr als 14 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


ODE Solver Not Responding to Inputs
I have an issue I need to sort out with ode45 in MATLAB. This is a 'test case' for a very large project I am working on which is...

mehr als 14 Jahre vor | 3 Antworten | 0

3

Antworten

Beantwortet
Program Optimisation: Out of Memory
I solved the problem by making my ODE settings to record fewer time intervals: tspan = [0 a]; tspan = 0:0.01:a; It still h...

mehr als 14 Jahre vor | 0

| akzeptiert

Frage


Mote Carlo Method: Characteristic Function Required
I require MATLAB to generate a random set of functions that will meet all those conditions. Is MATLAB able to do that? The requi...

mehr als 14 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Program Optimisation: Out of Memory
I have a program that is on the limit of using all the available memory. I have done all I can to increase the memory limit but ...

mehr als 14 Jahre vor | 7 Antworten | 0

7

Antworten

Beantwortet
How to use vectors in conditional functions?
Thank you for your replies. I have created a sample code to illustrate what I am doing. a = 3; % Say, a is a vector if ...

mehr als 14 Jahre vor | 0

Frage


How to use vectors in conditional functions?
I have a function which accepts four numbers: function [ force, stiff ] = myfunction( d_a, d_b, v_a, v_b) After running my fun...

mehr als 14 Jahre vor | 3 Antworten | 0

3

Antworten