Jacob Mathew
Followers: 0 Following: 0
統計
MATLAB Answers
0 質問
49 回答
ランク
of 153,822
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
回答済み
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...
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...
約3時間 前 | 0
回答済み
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:/...
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:/...
約4時間 前 | 0
回答済み
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 ...
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 ...
1日 前 | 0
回答済み
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...
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...
1日 前 | 0
回答済み
STP file convetion
Hey Lior, You can import STL and STP files into MATLAB using the fegeometry method from the Partial Differential Equation Toolb...
STP file convetion
Hey Lior, You can import STL and STP files into MATLAB using the fegeometry method from the Partial Differential Equation Toolb...
1日 前 | 0
回答済み
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 ...
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 ...
約1ヶ月 前 | 0
回答済み
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...
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ヶ月 前 | 0
回答済み
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...
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ヶ月 前 | 0
回答済み
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: ...
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ヶ月 前 | 0
回答済み
stepper motor control
Hey fremond, To help control the robotic arm, you can reference the following examples: Control PR2 Arm Movements Using ROS ...
stepper motor control
Hey fremond, To help control the robotic arm, you can reference the following examples: Control PR2 Arm Movements Using ROS ...
約2ヶ月 前 | 0
回答済み
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...
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ヶ月 前 | 0
回答済み
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...
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ヶ月 前 | 0
回答済み
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...
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ヶ月 前 | 0
回答済み
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...
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ヶ月 前 | 0
回答済み
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...
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ヶ月 前 | 0
回答済み
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...
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...
2ヶ月 前 | 0
回答済み
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. ...
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ヶ月 前 | 0
回答済み
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 ...
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ヶ月 前 | 0
回答済み
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 ...
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ヶ月 前 | 0
| 採用済み
回答済み
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. ...
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. ...
3ヶ月 前 | 0
| 採用済み
回答済み
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...
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...
3ヶ月 前 | 0
回答済み
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...
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...
3ヶ月 前 | 0
| 採用済み
回答済み
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...
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...
3ヶ月 前 | 0
回答済み
Manage image dataset with .csv file
Hey Ivan, I understand you are having difficulty in mapping the labels to the images that you have loaded in the datastore. Si...
Manage image dataset with .csv file
Hey Ivan, I understand you are having difficulty in mapping the labels to the images that you have loaded in the datastore. Si...
6ヶ月 前 | 0
回答済み
How can I get RAW capture with webcam function(without Image Acqusitio Toolbox)?
Hey Chanyong, I also faced a similar issue where if I took a snapshot with the webcam, the output is in uint8 RGB. This seems to...
How can I get RAW capture with webcam function(without Image Acqusitio Toolbox)?
Hey Chanyong, I also faced a similar issue where if I took a snapshot with the webcam, the output is in uint8 RGB. This seems to...
6ヶ月 前 | 0
回答済み
Performance-wise, should I create my App Interactively using app designer or code it from the startupFcn(app)?
After reading through your question, I believe you want to compare the performance difference of programmatically adding element...
Performance-wise, should I create my App Interactively using app designer or code it from the startupFcn(app)?
After reading through your question, I believe you want to compare the performance difference of programmatically adding element...
7ヶ月 前 | 0
回答済み
How to read live stream from Insta360 One X camera using MatLab?
After going through your question, I understand that you want to connect a third-party camera to MATLAB to be able to live strea...
How to read live stream from Insta360 One X camera using MatLab?
After going through your question, I understand that you want to connect a third-party camera to MATLAB to be able to live strea...
7ヶ月 前 | 0
回答済み
How do I extract the multiband data using shape file?
After going through the query and downloading the data and the code, I was able to run the code without any error. However, ther...
How do I extract the multiband data using shape file?
After going through the query and downloading the data and the code, I was able to run the code without any error. However, ther...
7ヶ月 前 | 0
回答済み
Where can i access the variables defined in the official Double Lane Change Reference Application example by matlab?
After going through your query, I understand that you are trying to access the model workspace variables. To do this, go to the ...
Where can i access the variables defined in the official Double Lane Change Reference Application example by matlab?
After going through your query, I understand that you are trying to access the model workspace variables. To do this, go to the ...
7ヶ月 前 | 0
回答済み
How to move map when use driving scenario designer?
After going through your post, I was able to replicate the same issue with a different “Open Street Map” File. However, there do...
How to move map when use driving scenario designer?
After going through your post, I was able to replicate the same issue with a different “Open Street Map” File. However, there do...
7ヶ月 前 | 0