Community Profile

photo

MBD4FUN


Last seen: 1 year ago Active since 2016

Followers: 0   Following: 0

Statistics

All
  • Solver
  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

6 years ago

Answered
Converting dependent for loops to parfor
Check it out! It might help ;-) Parallel Computing Toolbox <https://jp.mathworks.com/help/distcomp/choosing-a-parallel-com...

6 years ago | 0

Answered
How do i select directory or file from matlab GUI when press a command bottom?
Just use uigetfile to get file path and uigetdir to get the folder path of selected items by the user. It would be better to ch...

7 years ago | 1

Answered
How to bring a output value from simulink model into matlab GUI
Take a look at the following link https://stackoverflow.com/questions/24727636/read-value-of-display-block-in-simulink-using-ge...

7 years ago | 0

Answered
Where do i find automatically generated c code
I don't think you can have direct access to the C source files auto-generated by Matlab if you have purchased the Home license. ...

7 years ago | 0

Answered
SDL Video Display block from the Simulink Support Package for Raspberry Pi Hardware doesn't generate a video preview window on Mac OS X El Capitan
I have been contacted by MathWorks technical support telling me that it's a bug that will be fixed in a later release of Simulin...

8 years ago | 2

Answered
How to paste figures in an opened ms word document? (programmatically using COM Automation server))
Check it out! <http://jp.mathworks.com/matlabcentral/answers/74620-how-do-i-copy-or-import-a-figure-from-matlab-into-word-doc...

8 years ago | 0

Answered
hi, please how can I create a question dialog to leave the interface when I click in the red button .thank you for help
Is this what you want? (note: different look and feel for Windows OS) <</matlabcentral/answers/uploaded_files/49470/%E3%82%B9...

8 years ago | 0

Answered
Does Matlab2016a support Analog Discovery 2?
Here is what I have found. <http://jp.mathworks.com/hardware-support/index.html?suggestion=&c%5B%5D=hardware_catalog&q=Analog...

8 years ago | 0

Answered
Installation Related Problem for matlab 2015 version on windows 7
If you have installed Matlab properly, a shortcut icon will be placed on your desktop. However, if it isn't created after the in...

8 years ago | 0

| accepted

Answered
Hello i want to know how to install EEGLAB or Brainstorm toolbox into Matlab R2015a?
I found this link to <http://neuroimage.usc.edu/brainstorm/Installation Brainstorm> installation page. I'm not sure if this is w...

8 years ago | 1

Answered
How to convert a .mat file into a .csv file?
Don't know if this is what you are looking for but here is one way of solving this problem. FileData = load('Trainset.mat')...

8 years ago | 0

Answered
how to install Communications System Toolbox Support Package for RTL SDR Radio?
I have experienced a similar problem when installing the hardware support package for Raspberry Pi. Wait a few minutes and try ...

8 years ago | 0

Answered
java.lang.NoClassDefFoundError
If the problem persist even if you restart Matlab, try to do a fresh re-install of Matlab. Hope it helps! Cheers, MBD4FUN...

8 years ago | 0

Question


SDL Video Display block from the Simulink Support Package for Raspberry Pi Hardware doesn't generate a video preview window on Mac OS X El Capitan
As described above, a video preview window(natively created by the third-party library SDL) is suppose to be shown during simula...

8 years ago | 1 answer | 0

1

answer