統計
MATLAB Answers
0 質問
30 回答
ランク
of 153,912
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
回答済み
how to increase CPU usage when use bicgstab?
You can use GPU coder product that comes with R2017b to leverage the power of GPUs while working with bicgstab. Refer to the...
how to increase CPU usage when use bicgstab?
You can use GPU coder product that comes with R2017b to leverage the power of GPUs while working with bicgstab. Refer to the...
約7年 前 | 0
回答済み
Matlab R2017a audioread doesn't open WAV files
Refer to the following link. Make sure that you are able to load the wav file shipped with MATLAB. If this works fine, then the ...
Matlab R2017a audioread doesn't open WAV files
Refer to the following link. Make sure that you are able to load the wav file shipped with MATLAB. If this works fine, then the ...
約7年 前 | 0
回答済み
Matlab 2017b and XBOX 360 Kinect
MATLAB does not offer support for Xbox 360 itself. The hardware supported page just makes mention of Kinect v2 and Kinect for Wi...
Matlab 2017b and XBOX 360 Kinect
MATLAB does not offer support for Xbox 360 itself. The hardware supported page just makes mention of Kinect v2 and Kinect for Wi...
約7年 前 | 1
回答済み
LNK2019 Issue after code generator from MATLAB to C
Hi Yovani, The unresolved external symbols errors indicate that during the link-stage of compiling the MEX-file, these symbol...
LNK2019 Issue after code generator from MATLAB to C
Hi Yovani, The unresolved external symbols errors indicate that during the link-stage of compiling the MEX-file, these symbol...
約7年 前 | 0
| 採用済み
回答済み
can i use a diamond vc500 for video capture in matlab
We do not officially support this device. If you already have the device, then you can try the following two options to check if...
can i use a diamond vc500 for video capture in matlab
We do not officially support this device. If you already have the device, then you can try the following two options to check if...
7年以上 前 | 0
回答済み
How to convert dsolve implicit function to matlab function ezcontour can use
You can refer to a similar MATLAB Answers post. <https://www.mathworks.com/matlabcentral/answers/87854-implicit-differentiati...
How to convert dsolve implicit function to matlab function ezcontour can use
You can refer to a similar MATLAB Answers post. <https://www.mathworks.com/matlabcentral/answers/87854-implicit-differentiati...
7年以上 前 | 0
回答済み
How I can export a simulink scope to an interface created with app designer?
This feature does not exist in R2017a. However, you can get access to the data while the simulation is running and use this data...
How I can export a simulink scope to an interface created with app designer?
This feature does not exist in R2017a. However, you can get access to the data while the simulation is running and use this data...
7年以上 前 | 0
| 採用済み
回答済み
App Designer Table Properties
I tried to reproduce this in R2017a version of MATLAB. This is an expected behavior. The app loads the data asynchronously as yo...
App Designer Table Properties
I tried to reproduce this in R2017a version of MATLAB. This is an expected behavior. The app loads the data asynchronously as yo...
7年以上 前 | 0
回答済み
Simulink Desktop Real-time with DAT I/O (or NON- SLDRT I/O blocks) with the Real-time-sync block, and Matlab functions in Simulink
_Can the normal Data Acquisition Toolbox Blocks available in Simulink be synchronized in real time with the Desktop Real-time "r...
Simulink Desktop Real-time with DAT I/O (or NON- SLDRT I/O blocks) with the Real-time-sync block, and Matlab functions in Simulink
_Can the normal Data Acquisition Toolbox Blocks available in Simulink be synchronized in real time with the Desktop Real-time "r...
7年以上 前 | 0
| 採用済み
回答済み
Non zero initial value second order system simulink
Go to the configuration parameters and consider reducing the step size to a smaller value and check if you still see the initial...
Non zero initial value second order system simulink
Go to the configuration parameters and consider reducing the step size to a smaller value and check if you still see the initial...
7年以上 前 | 0
回答済み
How can I plot a continuously changing value from a slider?
Use the following documentation as a reference to build a plot with a slider. Drag the slider to see the change in the plot. Thi...
How can I plot a continuously changing value from a slider?
Use the following documentation as a reference to build a plot with a slider. Drag the slider to see the change in the plot. Thi...
7年以上 前 | 0
回答済み
How to include a C2000 processor in the s-function Builder
The following link on the Texas Instruments suggests that the header files are located in the *ti/controlSUITE* directory. I can...
How to include a C2000 processor in the s-function Builder
The following link on the Texas Instruments suggests that the header files are located in the *ti/controlSUITE* directory. I can...
7年以上 前 | 0
回答済み
Does Xilinx Zynq-Based Radio support for zynq-7020?
The following documentation link lists PicoZed™ SDR 7035/AD9361 as the supported hardware for the Xilinx Zynq based radio. <h...
Does Xilinx Zynq-Based Radio support for zynq-7020?
The following documentation link lists PicoZed™ SDR 7035/AD9361 as the supported hardware for the Xilinx Zynq based radio. <h...
7年以上 前 | 0
回答済み
Rotate around 2 axes in VRsink
In order to rotate an object around 2 axes separately, use euler angles and convert 2 axes rotation into one quaternion and then...
Rotate around 2 axes in VRsink
In order to rotate an object around 2 axes separately, use euler angles and convert 2 axes rotation into one quaternion and then...
7年以上 前 | 0
回答済み
Unresolved linked library block: How to change the source block programmatically?
To resolve library links programmatically, use the "SourceBlock" parameter instead of using the "ReferenceBlock" parameter.
Unresolved linked library block: How to change the source block programmatically?
To resolve library links programmatically, use the "SourceBlock" parameter instead of using the "ReferenceBlock" parameter.
7年以上 前 | 0
回答済み
Matlab on Mac Pro?
My name is Mandar and I work at MathWorks. We generally do not recommend buying a specific OS workstation to use with MATLAB. I ...
Matlab on Mac Pro?
My name is Mandar and I work at MathWorks. We generally do not recommend buying a specific OS workstation to use with MATLAB. I ...
7年以上 前 | 0
回答済み
DIfferent values displayed in data viewer compared to command line
My name is Mandar Patwardhan. I work at MathWorks. I have gone through the script and I was able to reproduce the issue as you m...
DIfferent values displayed in data viewer compared to command line
My name is Mandar Patwardhan. I work at MathWorks. I have gone through the script and I was able to reproduce the issue as you m...
7年以上 前 | 0
回答済み
How to automatically update the parameters values (basically gains) in the Simulink model each time a MATLAB script file is run calculating these gains parameters values?
I understand that you are using a script to manually tune the gain blocks in a Simulink model in order to calibrate and check th...
How to automatically update the parameters values (basically gains) in the Simulink model each time a MATLAB script file is run calculating these gains parameters values?
I understand that you are using a script to manually tune the gain blocks in a Simulink model in order to calibrate and check th...
7年以上 前 | 0
回答済み
C code subsystem building fails because of error in different subsystem
Based on the description of the issue, I think that this an expected behavior. As the inputs to the subsystem are being created ...
C code subsystem building fails because of error in different subsystem
Based on the description of the issue, I think that this an expected behavior. As the inputs to the subsystem are being created ...
7年以上 前 | 0
回答済み
Code fpr percentage of each part within a stacked bar-chart?
Use the following link which shows how to plot a stacked bar chart. <https://www.mathworks.com/matlabcentral/fileexchange/352...
Code fpr percentage of each part within a stacked bar-chart?
Use the following link which shows how to plot a stacked bar chart. <https://www.mathworks.com/matlabcentral/fileexchange/352...
7年以上 前 | 0
回答済み
How to resolve dlfcn.h error in simulink?
These errors may be occurring due to stale build folders. Please delete the 'slprj' folder and the everything else from the buil...
How to resolve dlfcn.h error in simulink?
These errors may be occurring due to stale build folders. Please delete the 'slprj' folder and the everything else from the buil...
7年以上 前 | 0
回答済み
I am trying to write data from fitlm model to excel and write a column vector of the name of variables into my excel table
1. To resolve the first problem, you need to correct the syntax of the table command as follows: clear all X = xlsread('...
I am trying to write data from fitlm model to excel and write a column vector of the name of variables into my excel table
1. To resolve the first problem, you need to correct the syntax of the table command as follows: clear all X = xlsread('...
7年以上 前 | 0
| 採用済み
回答済み
While using the pulse generator and digital out with an Arduino Due, I received the error message: C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/arduinobase/src/MW_digitalio.cpp:1:21: fatal error: Arduino.h: No such file
This problem can be resolved by re-installing the Support Package. * Uninstall the existing support package. Maker sure that...
While using the pulse generator and digital out with an Arduino Due, I received the error message: C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/arduinobase/src/MW_digitalio.cpp:1:21: fatal error: Arduino.h: No such file
This problem can be resolved by re-installing the Support Package. * Uninstall the existing support package. Maker sure that...
7年以上 前 | 1
| 採用済み
回答済み
Problem with Stairs plot
To achieve a plot as given in the fig.png, you will have to overlay a line plot on a stairstep plot. Use the following example t...
Problem with Stairs plot
To achieve a plot as given in the fig.png, you will have to overlay a line plot on a stairstep plot. Use the following example t...
7年以上 前 | 0
| 採用済み
回答済み
What is the output data type of entity gate block in Simulink?
Entity gate block is a part of the SimEvents library. SimEvents is usually used for modeling and simulating discrete-event syste...
What is the output data type of entity gate block in Simulink?
Entity gate block is a part of the SimEvents library. SimEvents is usually used for modeling and simulating discrete-event syste...
7年以上 前 | 0
回答済み
How can I generate a triangular signal with WaveFormGenerator block?
Refer to the following File Exchange link which shows an example of a Triangular Wave generator. http://www.mathworks.com/mat...
How can I generate a triangular signal with WaveFormGenerator block?
Refer to the following File Exchange link which shows an example of a Triangular Wave generator. http://www.mathworks.com/mat...
8年弱 前 | 0
回答済み
Can I put an anonymous function into a Simulink block
If your use case is to create S-function, then refer to the following link which discusses the detailed steps to create a Level ...
Can I put an anonymous function into a Simulink block
If your use case is to create S-function, then refer to the following link which discusses the detailed steps to create a Level ...
8年弱 前 | 0
| 採用済み
回答済み
Matlab Coder and OpenMP
Refer to the following MATLAB Answers post for more information on MATLAB Coder and OpenMP. https://www.mathworks.com/matlabc...
Matlab Coder and OpenMP
Refer to the following MATLAB Answers post for more information on MATLAB Coder and OpenMP. https://www.mathworks.com/matlabc...
8年弱 前 | 0
回答済み
Compile C++ for Unix environment
If you wish to run the Matlab code within a Unix environment then you will have to compile it on a Linux machine. Compiling on a...
Compile C++ for Unix environment
If you wish to run the Matlab code within a Unix environment then you will have to compile it on a Linux machine. Compiling on a...
8年弱 前 | 0
| 採用済み
回答済み
Does reinstalling the OS count as transferring the MATLAB license?
Reinstalling Ubuntu on the same hardware (same computer) does not count as a license transfer. You will just have to reinstall a...
Does reinstalling the OS count as transferring the MATLAB license?
Reinstalling Ubuntu on the same hardware (same computer) does not count as a license transfer. You will just have to reinstall a...
8年弱 前 | 0