Feeds
질문
Extracting single frame from 'From Video Device' block in Simulink
Hi, Could someone please tell me how to extract a single frame from 'From Video Device' block in Simulink. I want to use thi...
거의 10년 전 | 답변 수: 1 | 0
1
답변질문
Finding coordinates of features in a zoomed image
Hello, Could someone please help me find coordinates of features in a zoomed image. I have a BW image (call it Image A) as...
거의 10년 전 | 답변 수: 0 | 0
0
답변질문
Save loop data to a matrix
Hello, It would be a great help if someone could suggest a way to save data from the loop in a matrix. I am using the followi...
거의 10년 전 | 답변 수: 1 | 0
1
답변질문
Get image from figure
Hello, I have an image and I would like to zoom in; I use the following code: %First section im = imread('mmx1.jpg');...
거의 10년 전 | 답변 수: 2 | 0
2
답변질문
Finding 'Zoomed' coordinates in an image
Hello, I have a BW image as shown below on which some points are marked. <</matlabcentral/answers/uploaded_files/46457/Scr...
거의 10년 전 | 답변 수: 1 | 0
1
답변질문
Using Simulink to send data over internet (TCP/IP)
Hello, I'm trying to send data over internet via Simulink. I have gone through 'Sending and Receiving Data Over a TCP/IP Networ...
대략 10년 전 | 답변 수: 1 | 0
1
답변질문
Running Robotics Toolbox Script 'mdl_planar3' from MATLAB Function block
After running the script 'startup_rvc' in MATLAB, I have created a Simulink model with a PreLoadFcn: mdl_planar3, which helps me...
10년 초과 전 | 답변 수: 0 | 0
0
답변질문
Calling m file from Simulink
I have seen several threads on this topic, but being new to MATLAB, I wasn't able to follow what any of those meant. I have a...
10년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to use 'pause' function in Matlab Function Block?
I'm able to run the following code in Matlab Command Window, which is giving me the output I'm looking for, i.e. printing the re...
10년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to use 'Switch case' with Matlab Function Block in Simulink?
I'm able to run the following code in MATLAB: n = input('n: '); x = 3; y = 2; switch n case 1 z ...
10년 초과 전 | 답변 수: 3 | 0
