photo

Jacob Mathew


Last seen: Today Active since 2023

Followers: 0   Following: 0

Statistics

  • Knowledgeable Level 3
  • 3 Month Streak
  • First Answer

View badges

Feeds

View by

Answered
How to convert polar meshgrid to Cartesian meshgrid?
Hi Sachin, You can utilize vectorized operations to achieve the transformations. A simple workflow is shown below: % Creating ...

9 hours ago | 0

Answered
3D data plotting from data acquisition
Hey jim, You could try plotting the data using the quiver3 method. This method lets you plot vectors with a head and a tail, le...

10 hours ago | 0

Answered
good day everyone. please, how can i get the mathematical model of electric vehicle wireless charging system?. Regards.
You can refer to the following third party Add On from the File Exchange : https://www.mathworks.com/matlabcentral/fileexchange/...

1 day ago | 0

| accepted

Answered
How can I get the names and properties of multiple subsystems?
Hey JinWook, You can use the find_systemfunction to find a specific block, in this case, all the subsystem blocks. Once you hav...

4 days ago | 0

Answered
Gear teeth dimension identification
Hey Sankaramuthu, There is an exmple on Boundary Tracing on Images which can be used to find and plot the boundary of the gear ...

7 days ago | 1

| accepted

Answered
How to Add Constraint Lines with Ticks to Both Plot and Legend in MATLAB?
Hey Filip, You can use the Vertical ( | ) and Horizontal ( _ ) marker types to achieve this effect. The example code below crea...

11 days ago | 0

Answered
hello Dear!! I'm a new coming in the community I want your help. about coding on MATLAB does the code is correct ? or the using of (&&) is no faire? and how can I correct it? thank you for respond .
Hey god, You can use double ampersand (&&) as logical and with an if statement. The following piece of code demonstrates the sa...

12 days ago | 0

Answered
How to load and view .nrb files?
Hey Zichun, You can checkout the NURBS Toolbox by D.M. Spink from the Add On explorer : https://www.mathworks.com/matlabcentra...

12 days ago | 0

Answered
Reference implementation of built-in subsref, subsasgn and subsindex
Hey Beni, You can reference the following documentation to help uderstand some code patterns for subsref and subsasgn: https:/...

12 days ago | 0

Answered
GUI
Hey Eimantas, You can use the preview method, which is a part of MATLAB Support package for USB Webcam, to see the live output ...

13 days ago | 0

Answered
Whats the significance of Image Normalisation???
Hey Kishan, Given your use case of finding the red component of the image, normalising the image before working on it will be h...

13 days ago | 0

Answered
STP file convetion
Hey Lior, You can import STL and STP files into MATLAB using the fegeometry method from the Partial Differential Equation Toolb...

14 days ago | 0

Answered
Matlab Integration with syntax
Hey Nasim, Depending on nature of , you shall have to choose between the integral or the trapz function. If is being modelled ...

2 months ago | 0

Answered
How to implement gesture recognition?
Hey Avaneet, You can refer to the following example to help you set up a gesture recognition project: https://www.mathworks.co...

2 months ago | 0

Answered
Bounding box example with image
Hey Abhishek, If you require to create your own object detection algortihm then you can reference the following documentation a...

2 months ago | 0

Answered
Printing a figure using meta to be paste into PowerPoint
Hey Kevin, The error code “gle00000008” while printing to metafiles or bitmaps has been documented in an external bug report: ...

2 months ago | 0

Answered
stepper motor control
Hey fremond, To help control the robotic arm, you can reference the following examples: Control PR2 Arm Movements Using ROS ...

2 months ago | 0

Answered
Absolute bar widths
Hey John, You can set the barwidth property when calling the bar function itself. This will ensure that you can set the width t...

2 months ago | 0

Answered
Is it possible to make Machine Learning model to predict multiple outputs with Statistics and Machine Learning Toolbox?
Hey 翼, The Statistics and Machine Learning Toolbox deals with classical machine learning models like linear regression and deci...

2 months ago | 0

Answered
how to use boundary box algorithm for people tracking in GUI
Hey CHE, Assuming you have the video and the bounding box coordinates from your model, you can write a script that reads the fr...

2 months ago | 0

Answered
gui and web camera muti access
Hey Syed, I understand that your query is to create a MATLAB App that lets you record a video while also showing you the previe...

2 months ago | 0

Answered
I want to encrypt and decrypt an image after data embedding.Please help me with a matlab code for image encryption and decryption?
Hey Athira, Currently MATLAB does not have an inbuilt library to perform data encryption and decryption. You will have to rely...

2 months ago | 0

Answered
Play a snippet from an avi file
Hey ARWA, While there isn’t a direct function that can achieve the functionality you are looking for, we can use a combination...

3 months ago | 0

Answered
How to send a variable to the worker workspace?
Hey Rui, To send the “myclass” class that you defined, to the worker’s workspace, you can use the “addAttachedFiles” function. ...

3 months ago | 0

Answered
figure resize behavior control: from bottom or from top
Hey Raym, I understand that you want to resize the App’s “UIFigure” such that the buttons don’t move. To achieve this, you can ...

3 months ago | 0

Answered
How to normalise segregated surface emg signals into the same number of data points?
Hey Renee, I understand that you want to normalise the cycles to contain a certain number of datapoints without disrupting the ...

3 months ago | 0

| accepted

Answered
how to change language in Matlab 2023b (configuration disappered?)
Hey Leo, I too tried to change the language in a MATLAB R2023b installation. As you have mentioned, the option does not exist. ...

4 months ago | 0

| accepted

Answered
Generating a Sin wave that changes frequency pseudo randomly after each period?
Hey Minaam, I understand that you want to generate a Sine wave that changes frequency pserdo randomly after each period. The f...

4 months ago | 0

Answered
Plotting a system of fractional order differential equations
Hey Naman, I understand that you tried to plot a system of fractional order differential equations. To simplify solving and pl...

4 months ago | 0

| accepted

Answered
How can I compress text file by Huffman encoding method by using matlab
Hey Thanishka, I understand that you want to encode text file using hoffman encoding. You can use the below link to get sta...

4 months ago | 0

Load more