回答済み
How can I convert a ROS Image topic into an matrix that I can process in Simulink?
You are correct that |readImage| and |writeImage| functions are for MATLAB use only since they work on ROS topic objects. Howeve...

9年以上 前 | 1

| 採用済み

回答済み
proximity Sensors library not found
<http://www.mathworks.com/help/physmod/elec/ug/simelectronics-block-libraries.html?s_tid=answers_rc2-2_p5 Simscape Electronics> ...

9年以上 前 | 0

回答済み
Is there a way to 'switch' gradually from the value of 1 signal to another, given the input of a boolean?
There is a <http://www.mathworks.com/help/simulink/slref/ratelimiter.html Rate Limiter block> that could help you control the ri...

9年以上 前 | 0

回答済み
SimMechanics - Joint Actuator/Motion problem
Take a look at the <http://www.mathworks.com/help/physmod/sm/ug/joint-actuation.html documentation for joint actuation> .

9年以上 前 | 0

回答済み
How can I import a file that includes both string and numerical data?
Hello John, There are a few things conflicting about your question. You first say you have 5 rows of string data and then you...

9年以上 前 | 0

回答済み
How is it possible to open the Parameter Estimation Toolbox for a simulink model in R2016a ? (select subsystem and click analyze and Parameter Estimation still not exists)
Parameter Estimation tool is part of the <http://www.mathworks.com/products/sl-design-optimization/ Simulink Design Optimizatio...

9年以上 前 | 1

回答済み
battery variable load block in simulink
You could use a <http://www.mathworks.com/help/physmod/simscape/ref/variableresistor.html variable resistor block> instead of a ...

9年以上 前 | 0

回答済み
How to get prediction scores from exported Classification Learner SVM model
Hello Ashley, The predict function expects an input classifier of type such as |ClassificationKNN| or |ClassificationTree| et...

9年以上 前 | 3

| 採用済み

回答済み
Change "current block"/gcb/gcbh programmatically
Is it not possible to change the code to use block path (string such as 'myModel/Gain') instead of gcb or gcbh? This would be th...

9年以上 前 | 1

| 採用済み

回答済み
How to call an entire Simulink Model from Stateflow?
Take a look at the documentation <http://www.mathworks.com/help/stateflow/simulink-algorithm.html here> to see how to access Sim...

9年以上 前 | 0

回答済み
vision.videoplayer fit to window
Have you tried playing with the *|Position|* property of the object? This can change the size of the VideoPlayer's window using ...

9年以上 前 | 0

回答済み
Help me display my images? Simulink's Video Viewer block shows a black Image when using default settings and Matlab examples
You say 'Maybe I have a parameter wrong.' Did you change anything in the model before running it? FWIW, I see the same behav...

9年以上 前 | 1

| 採用済み

回答済み
Simulink blocks in series
You should do this programmatically (using MATLAB commands). Similar question answered <http://www.mathworks.com/matlabcentral/a...

9年以上 前 | 0

回答済み
can Sketchup models be exported into Simulink 3D?
Documentation is your friend :). Looks like you can do this maybe 2 ways: # Import STL file directly into the 3D world. Do...

9年以上 前 | 0

| 採用済み

回答済み
Can centroids be numbered and then how would new centroids be added to the list?
To add to the answer above, the following documentation page has this approach explained with a couple of examples linked in it:...

9年以上 前 | 0

回答済み
How to check that the value is within the spec
# I suggest you convert the above tables first to actual MATLAB <http://www.mathworks.com/help/matlab/ref/table.html table> vari...

9年以上 前 | 0

| 採用済み

回答済み
Need help regarding visual actuators (lights) in Simulink
As of R2015a, you can use the 'Lamp' block in the dashboard library. Documentation <http://www.mathworks.com/help/simulink/slref...

9年以上 前 | 1

回答済み
Why do I receive an error when selecting a new design variable set in Simulink?
Hello Michael, I think I see what the problem is. There are 2 things at work here. First point, you may already know, so pard...

9年以上 前 | 1

| 採用済み

回答済み
How do I modify variables in the model workspace from a Simulink block?
Jeeven, You can manipulate model workspace variables using MATLAB commands on a *|Simulink.Workspace|* variable. Refer to the...

9年以上 前 | 1

回答済み
How to import solid works assembly file in xml simmechanics second generation.
For second generation, use the |*smimport*| function (documentation <http://www.mathworks.com/help/physmod/sm/ref/smimport.html ...

9年以上 前 | 0

| 採用済み

回答済み
How to train an SVM classifier and calculate performance
You could do one of several things: 1. Resubstitution Loss calculation using <http://www.mathworks.com/help/stats/classificat...

9年以上 前 | 1

回答済み
Best fit line to time series data
Use the basic fitting UI. Documentation <http://www.mathworks.com/help/releases/R2016a/matlab/data_analysis/interactive-fitting....

9年以上 前 | 0

回答済み
What's wrong with the planar joint of the test platform in my formula student vehicle suspension model?
Hello Shuo, First things first. You are making great progress! Congrats! Next, let me show you the best way to debug. In o...

9年以上 前 | 1

| 採用済み

回答済み
Does MATLAB R2015a run in Ubuntu 12.04LTS?
The platform road map <http://www.mathworks.com/support/sysreq/roadmap.html?s_tid=answers_rc2-1_p4 here> says it is not supporte...

9年以上 前 | 0

回答済み
How to build the contact point when trying to add test paltform to test a vehicle model?
Hello Shuo, Regarding the example training model: The follower frame is rotated so that we can align the base and follower...

9年以上 前 | 0

| 採用済み

回答済み
Programmatically create ROS message in Matlab Function block (Simulink)
Hello, Since rosmessage is not supported for code generation, you may have to use the Simulink infrastructure to make your li...

9年以上 前 | 1

回答済み
Java error when using rosinit command
Googled to find this thread: <http://answers.ros.org/question/207508/matlab-r2015a-ros-initialization-problem/> Maybe try thi...

9年以上 前 | 0

回答済み
Chain/cascade of general elements in Simulink/Simscape?
Similar question is answered <http://www.mathworks.com/matlabcentral/answers/216358-simscape-are-there-ways-to-build-segmented-d...

9年以上 前 | 0

| 採用済み

回答済み
How do I get signals to repeat to infinity?
I don't think this can be done using the Signal Builder block. It has only 3 options to set after final time. 'Hold final value'...

9年以上 前 | 0

| 採用済み

回答済み
How can I find the Sensitivity Factor of the Harris Corner Detector?
Yes you are right that the documentation link you have linked talks about the Simulink block and not the function *|detectHarris...

9年以上 前 | 0

さらに読み込む