photo

Bolin


University of Toronto; IEEE

Last seen: mehr als ein Jahr vor Aktiv seit 2011

Followers: 0   Following: 0

Nachricht

Professional Interests: Control Theory, Game Theory, Machine Learning, Engineering Physics, Theoretical Mathematics, Theoretical Physics, Applied Mathematics, Robotics, Physiology, Automobiles, Wireless Communication, Digital Signal Processing, Wavelets

Statistik

MATLAB Answers

19 Fragen
0 Antworten

RANG
23.723
of 300.343

REPUTATION
1

BEITRÄGE
19 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
47.37%

ERHALTENE STIMMEN
1

RANG
 of 20.926

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.172

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

  • First Review
  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


How to model parallel interaction in a gaming scenario?
I wish to model parallel interactions for two players of a game in MATLAB on a single-machine (no client-server). Can someone he...

mehr als 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Animating a simple 3D trajectory
Hi, I am trying to animate a simple 3D trajectory I have written a code based off of <https://www.youtube.com/watch?v=dLy...

fast 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Split a vector sequentially into parts provided specified length
For example, I have a vector x = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10] I have another vector n n =[2, 2, 3, 3] I wish to ...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


fprintf('iteration %d, value %f\n', [k, fun_val]) printing out wrong value
The following code initialized a quadratic function then performs gradient descent %build function %------------...

fast 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


operspec error: the simulation inputs must be specified as a vector of doubles
Hello, I am currently trying to build a MPC simulink model following https://www.mathworks.com/help/mpc/ug/adaptive-mpc-contr...

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to use RGB with Plot3?
I am simply trying to plot a point using Plot3 with a specific RGB color plot3(1,2,3, 'Color',[255 153 51],'x') This shoul...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to place Contourf at a new height?
I have the following plot and the Contourf. <</matlabcentral/answers/uploaded_files/75280/untitled.jpg>> By default, Cont...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Unable to compile using "mex fmpc_sim.c libmwblas.lib libmwlapack.lib" undefined reference to '_dgemm_'
I am having the exact same problem as <https://www.mathworks.com/matlabcentral/answers/172057-error-using-mex-line-206-unable-to...

etwa 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Why is matlab unable to fill my array fully during real time data acquisition
I have a real time wireless receiver that creates an object in MATLAB. The object is an array containing 128 numbers from 4 c...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Why does NNtool say "inputs and targets have different number of samples"
My Input is 60x2560 and my Target is 60x2 Why does the NNtool say "inputs and targets have different number of samples" __...

fast 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Real Time Plot Not Smooth Enough
Hi Guys I have written a real time plotter that plots 128 samples I receive from an EEG headset, one sample at the time and a...

etwa 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Unable to save excel spreadsheet without being prompted to replace original file
Note: This probably has nothing to do with xlsread and xlswrite My current matlab program attempts to clear a spreadsheet as...

etwa 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Referencing String in an array?
Hi guys, I am currently having the following problem I want to create an array say: A = ['Apple', 'Oranges'] And I want...

etwa 12 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Could someone explain the meaning of this step function for me
Hi, I have obtained a code for simulating car suspension system using a LTI system x' = Ax + Bu, y = Cx+Du m1 = 10; m2 ...

etwa 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Unable to play simple wav file
I am using the following code: [y,Fs] = wavread('track.wav'); sound(y,Fs) to play a track using matlab. However, ...

mehr als 13 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Force quitting sound(y)
Hello, How can I force quit the sound function if I accidentally played a 44100 hz file with the default hz? Control - C d...

fast 14 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


Integrating using quad
Hi, I have this really simple problem regarding using quad to integrate a function for example, I would like to integrate x^2 f...

fast 14 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Computing the coefficient of fourier series but the code not working?
Hi guys, I am trying to find all the coefficients, bn, for n =[0,20], T = 4, and w = 2*pi/T The exact coefficient can be foun...

fast 14 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Having difficulty with a very function that returns multiple outputs (or should return multiple outputs)
Hi guys, I have written an extremely simple function that calculates the absolute value of a complex number (modulus) and its an...

fast 14 Jahre vor | 2 Antworten | 0

2

Antworten