回答済み
How to export URDF files from Simscape Multibody XML
I don't believe there is a method available from MathWorks to convert a Simscape Multibody XML file to a URDF file. This is prim...

7年以上 前 | 0

回答済み
Options of SLRT UDP send/recv block reverts to defaults when placed inside a reference model
Hi Alexey, UDP Configure and Receive/Sends block in different model hierarchies is currently not supported. I don't believe t...

7年以上 前 | 0

回答済み
Closed Transfer Switch Function
Hi Alasdair, This error originates because the following command returns a mxArray instead of double. You should pass it's ou...

7年以上 前 | 0

回答済み
right click 'open current folder in file manager' not working - Ubuntu/Linux
Hi Mark, This issue is possibly caused due to dependency of MATLAB shipped "libstdc++.so.6" on GLIBCXX and CXXABI libraries, ...

7年以上 前 | 0

回答済み
TCP communication in real time simulink
HI Rajashree, There is a TCP Send block in the Simulink Real-Time library, which you should use for sending data from a Target ...

7年以上 前 | 1

| 採用済み

回答済み
How do I import 3D-CAD-Sketches into MATLAB
Hi Tobias, There's a file exchange submission, which might be worth looking into. It allows you to import "raw" data into MAT...

7年以上 前 | 0

回答済み
What is the different between int_T in matlab S-function or mexfunction and int_t in C?
int_T, real_T (upper case T) are data types used by MATLAB and Simulink and are defined in shipped file "tmwtypes.h". They prove...

7年以上 前 | 0

| 採用済み

回答済み
Revolute robot arm by a certain angle (degrees)
Hi, I am assuming that you are looking to specify initial state positions for the revolute joint. This can be done in the "St...

7年以上 前 | 0

回答済み
Arduino and Simulink not working together over serial
Hi Michael, Have you tried sending data using Serial.write()? Also, check out the Serial Receive block from the Support P...

7年以上 前 | 0

回答済み
Plotting ROC for fitcecoc svm classifier
Hi Roohollah, The reason you are getting this error because you defined the positive class to be "true" in the perfcurve func...

7年以上 前 | 1

| 採用済み

回答済み
Set programmatically a Data Cursor in an Axes represenation in a GUI
Hi Ismael, You can use the following method to create a data tip in another figure and set it's position from the getCursorIn...

7年以上 前 | 3

回答済み
Simulink gas Turbine model
Hi Pradeep, You mentioned that "My Professor wants to see the Simulink Model in such a way that when he clicks on each Simuli...

7年以上 前 | 0

回答済み
Can Matlab System Object class inherit from a "regular" class? Anyone has an example?
Hi Ibra, You should be able to inherit from a different class. I am attaching a small example here to demonstrate this. A...

7年以上 前 | 0

回答済み
shield motor adafruit V2 and I2C communication?
Hi Gerard, You can refer to the following demo: <https://www.mathworks.com/help/supportpkg/arduinoio/ug/control-motors-usi...

7年以上 前 | 0

回答済み
Real time simulink build error
Hi Rajashree, This issue can occur if your machine does not have appropriate permissions to edit the registry. The Microsoft...

7年以上 前 | 1

回答済み
Camera position in the 3-D Point Cloud Registration and Stitching example
Hi Christopher, I believe with respect to each point cloud, the camera is located at the origin. Hence, to show the camera po...

7年以上 前 | 0

回答済み
I am using the patch function and I am trying to set a FaceColor in 2017a and nothing is working. Does anyone have any suggestions?
Hi Rashida, The reason you are seeing this behavior is because MATLAB could not create a face given vertices coordinates as "...

7年以上 前 | 0

| 採用済み

回答済み
Create a function to calculate error, approximation, exact, etc.
Hi, You can refer to the "taylor" function in Symbolic Math Toolbox. <https://www.mathworks.com/help/symbolic/taylor.html>...

7年以上 前 | 0

回答済み
Data Acquisition board supported by simulink real time desktop?
Hi Sid, The documentation links you referred belong to two different products i.e. Simulink Desktop Real Time and Simulink Re...

7年以上 前 | 1

回答済み
Does it exist function for a Simulink model related to time (more or less like 'now') ?
Hi Damiano, If you would like to use the "now" functionality in Simulink for simulation purposes, please refer to the followi...

7年以上 前 | 0

回答済み
Generating code in the signal analyzer
Hi Barry, The ability to generate MATLAB scripts from Signal Analyzer app is added in R2017b (See the release notes link belo...

7年以上 前 | 1

| 採用済み

回答済み
Retrieve Elevation Data from Web Map Server is not working
Hi Olga, I believe the NASA server has changed recently which is causing this issue. To workaround this, you can try and use ...

8年弱 前 | 0

| 採用済み

回答済み
How can I find a good initial guess for Levenberg-Marquardt algorithm?
Hi Ale, I don't believe there is a "correct" answer for finding the initial guess for an optimization problem. It depends on ...

8年弱 前 | 0

| 採用済み

回答済み
Use of hgtransform with axesm / mapping toolbox
Hi Chris, That lat and lon variables in your code span from [0 30] and [0 20] respectively, as opposed to the actual limits s...

8年弱 前 | 0

回答済み
How to create a multivariate gaussian mixture model??
Hi Akshara, The <https://www.mathworks.com/help/stats/gmdistribution.html#examples gmdistribution> function supports multivar...

8年弱 前 | 0

回答済み
How to arrange data for time series classification learning
Hi Malte, I believe you will need to pre-process the time series data to extract features for the classification learner. Som...

8年弱 前 | 0

回答済み
Invalid MEX-file error, undefined symbol...
Hi Corey, You should check with the author regarding compatibility with Ubuntu 16.04 and MATLAB R2014a. Mex files are not sup...

8年弱 前 | 0

| 採用済み

回答済み
Bio-Formats importer and fluorescent video
Hi Douglas, Have you tried using one of the following? <https://www.mathworks.com/help/images/ref/implay.html> <https:/...

8年弱 前 | 0

回答済み
I'm looking for some help in reading a TCX file so that I can null increasing elevation data.
Hi Robin, You can try and use the MATLAB import tool using the "Import Data" button in the Home tab. You can customize the im...

8年弱 前 | 0

回答済み
fzero system of non linear equations
Hi Bastian, Which part of the for loop is more expensive? Have you tried profiling the yfun function? I believe it takes a st...

8年弱 前 | 0

さらに読み込む