Answered
802.11g simulink model
It seems that you are referring to this File Exchange submission: <http://www.mathworks.com/matlabcentral/fileexchange/38073-...

bijna 8 jaar ago | 0

Answered
Is there a remedy for the prolonged initialization time for older versions of matlab?
I understand that MATLAB takes long to start. Please refer to the following MATLAB Answers post for more information on both lic...

bijna 8 jaar ago | 0

| accepted

Answered
How to connect Simscape Component with Simscape Power System Elements
It is not possible to connect a customized Simscape Component block with the components from the Simscape Power Systems Speciali...

bijna 8 jaar ago | 1

| accepted

Answered
Error Installing Hardware Support Package Installation For Xilinx Zync Based Boards
Did you see an error saying "There was an error installing third-party software"? If so, please refer to the following MATLAB...

bijna 8 jaar ago | 0

Answered
How do I programmatically find all physical modeling networks?
You can programmatically find systems, blocks, lines, ports, and annotations by using function "find_system". For instance, if y...

bijna 8 jaar ago | 0

Answered
Is there a way to remove the ticks on the right and upper side when the box is on ?
Unfortunately, as of R2016b, it is not possible to configure the top and bottom as well as left and right ticks separately. "XTi...

bijna 8 jaar ago | 1

Answered
How to disable warning for Stateflow action language
It does not seem possible to disable the warning. If you will be using C as the action language throughout the whole model, it l...

bijna 8 jaar ago | 0

| accepted

Answered
Organize parameters and options
There are three approaches that you can adopt to develop a UI in MATLAB: * Write the code from scratch * Use GUIDE, the MATL...

bijna 8 jaar ago | 0

| accepted

Answered
Urgent!应用程序无法连接到mathworks
I am assuming that you got a connection error which reads "The application could not connect to MathWorks" when installing or ac...

bijna 8 jaar ago | 0

Answered
Simulink slows down significantly after +/- 150 simulations on Linux. This problem does not happen on Windows
By saying you have a simulation in a for loop, I am assuming that you are using Simulink together with MATLAB. There are many...

bijna 8 jaar ago | 0

Answered
Can not start Matlab R2016b on Win10 - Always get activation?
Please refer to the following MATLAB Answers post for more information on why you are continuously prompted to activate MATLAB a...

bijna 8 jaar ago | 0

Solved


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

ongeveer 8 jaar ago

Answered
Matlab 2016b DSP Toolbox Channelizer
In order to know the compatibility between Xilinx System Generator for DSP and certain release of MATLAB, you also need to know ...

ongeveer 8 jaar ago | 0

Answered
How can I change page orientation in save2word for office 2016?
It seems that function “save2word” is a custom file submitted by a third party vendor or developer on File Exchange <https://www...

ongeveer 8 jaar ago | 0

Answered
how can I get matlab aware of a installed compiler
It is my understanding that you installed the recommended compiler MinGW 4.9.2 C/C++, yet still got the “No supported compiler o...

ongeveer 8 jaar ago | 0

| accepted

Answered
how to move cursor on the floating scope
It is my understanding that you generated signals in Simulink and would like to read data values from the Scope. If this is the ...

ongeveer 8 jaar ago | 0

Answered
Matlab doesn't save figure
The issue you encountered appears to be related to an identified bug in MATLAB R2016a. The bug seems to be fixed in R2016b as I ...

ongeveer 8 jaar ago | 0

Answered
MATLAB (since R2016a) changes the size of the legend when printed. How can I avoid this?
The issue you encountered appears to be related to an identified bug in MATLAB R2016a. It seems to be fixed in R2016b as I was a...

ongeveer 8 jaar ago | 0

| accepted

Solved


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

ongeveer 8 jaar ago

Solved


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

ongeveer 8 jaar ago

Answered
how to filter noise/distortion from 3D image?
From my understanding, you have a 3D image dataset with a lot of distortions, and you would like to smooth it by using some sort...

ongeveer 8 jaar ago | 0

| accepted

Answered
Remove NaN from the cell array without changing the row and column of matrix
It is my understanding that you are trying to remove the NaNs from a cell array since they would somehow affect the calculations...

ongeveer 8 jaar ago | 0

Answered
How to Speed up the FOR loop in my CODE
You should consider preallocating the arrays (“tempqD_LL”, “tempqD_LH”, etc.) for speed if you know their final size. Another po...

ongeveer 8 jaar ago | 0

| accepted