photo

Jacob Mathew


Last seen: 1 month 前 自 2023 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

0 个提问
155 个回答

排名
549
of 299,911

声誉
144

贡献数
0 个提问
155 个回答

回答接受率
0.00%

收到投票数
16

排名
 of 20,835

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,527

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 4
  • 3 Month Streak
  • First Answer

查看徽章

Feeds

排序方式:

已回答
what MODCOD have been tested as working in the MathWorks example DVBS2XRegularModeBitErrorRateExample.mlx
Hey @Alden, You can change the MODCOD by setting the corresponding PLSDecimalCode variable in the script. According to the exam...

1 month 前 | 0

已回答
Problem getting old desktop layout using 2025a
Hey @Jim Hokanson, I was able to set it up in a similar manner as follows: To get to this layout, I started with the default...

1 month 前 | 0

| 已接受

已回答
How to create a GUI in App Designer starting from existing code
Hi @Michael, I tried to edit the greyed out parts of the App Designer Code. Unfortunately even MATLAB Documentation regarding M...

1 month 前 | 0

| 已接受

已回答
App Designer Object Positioning Not working. Grid not working. Resize window doesn't resize objects correctly.
Hey @Gregory, The goal is to setup the grid row and columns to the number that you require and then snap the elements like butt...

1 month 前 | 0

已回答
Assign Apps Toolbar Icon
Hey @Alex Santiago Vargas, Take a look at the following MATLAB Answer where a MathWorks Staff goes into detail on how to packag...

1 month 前 | 0

已回答
in rsa algorithm ,what is encryption and decyption key size? interms of bits??
Hey @rahul sharma, The encryption and decryption key size is chosen at the beginning of the algorithm and is equal in length. C...

2 months 前 | 0

已回答
Issue with Creo Assembly Import: Control Point Misalignment Due to Translation Offset in Simscape
Hey @Shumirai, I tried replicating this behavior using the Import a CAD Assembly Model example. You can open this example by ru...

2 months 前 | 0

| 已接受

已回答
Warning when executing Matlab executable application built with Matlab 2022b
Hey @Marco, As the error suggests, "MATLAB:class:InvalidSuperClass, The specified superclass 'Simulink.IntEnumType' contains a ...

2 months 前 | 0

已回答
Machine Learning Onramp, module 3.1, task 1: Extract letter features
Hey @Stelian, I tried to replicate it but I am able to pass the task without any issues. Also, if I try to set the wrong value ...

2 months 前 | 0

| 已接受

已回答
Regarding Motor hardware configurator
Hey @Ankit, Refer this extensive MATLAB Documentation page that contains example workflows and related PMSM example links too: ...

2 months 前 | 0

已回答
Fixed target and fixed radar : Reconstruction of image radar issue
Hey @fatym, With regards to a reference or guide, you can reference the following examples of SAR provided by MathWorks: https...

2 months 前 | 0

已回答
Size of a quantized DNN
Hey @Ali Al-Saegh, Quantizing a neural network does not necessarily lead to reduction in the physical storage size needed to re...

2 months 前 | 1

已回答
Xception convolutional neural network - training error (crash after two weeks)
Hey @ジュアキム カレーラス, You can check out the crash logs by following the steps in the below MATLAB Answers post: https://www.mathwo...

2 months 前 | 0

已回答
Initial conditions failed to converge
Hey @Maximus, I was able to remove the error "Initial conditions solve failed to converge" by replacing the Ideal Torque Source...

2 months 前 | 0

已回答
Stateflow onramp unreachable state task 4 error
I had the same issue in R2023a. I was able to proceed with the task after updating to R2024

2 months 前 | 0

已回答
Stateflow Onramp Task 4: Transition from Off to On marked incorrect despite matching solution
Hey Vibha, I and others in this MATLAB Answers Post too https://www.mathworks.com/matlabcentral/answers/2002487-stateflow-onram...

2 months 前 | 0

已回答
How to create a report after running the testcases using Model In Loop?
Hey @Jenny, You can refer to the following example on "Generating a Test Results Report" at the link below: https://www.mathwo...

3 months 前 | 0

已回答
When I tried to open MATLAB, it displayed Unable to communicate with the required MATLAB service.
Hey @Trump, The following MATLAB Answers post by MathWorks Support Staff goes into detail on how to fix "Unable to communicate ...

3 months 前 | 0

已回答
simscape library not displayed, not available for type-to-insert
Hey @Tobias Huth, As you have updated, it seems like the Hydraulic library is being removed. I came across the following docume...

3 months 前 | 1

| 已接受

已回答
What are the data confidentiality settings for MATLAB Copilot?
Hey @Gabriel, According to the Privacy Policy listed by MathWorks: "Information sent to MATLAB Copilot is transmitted for proc...

3 months 前 | 0

| 已接受

已回答
A licensing error occur while trying to use MATLAB, Your username is not authorized to use this license why do i receive Error -9?
Hey @Rushikesh, The following MATLAB Answers post by MathWork's official support staff goes into detail on what "Error -9" is a...

3 months 前 | 0

已回答
Using Simscape Multibody to model a small conveyor.
Hey @Hamza, You can refer to the following example to get started: https://www.mathworks.com/matlabcentral/fileexchange/61370-...

3 months 前 | 0

已回答
How can I Model a Bus Terminal in SimEvents?
Hey @Mobashshir, You can utilize Composite Entity Creator and Composite Entity Splitter to achieve the behavior of a bus in Sim...

3 months 前 | 0

已回答
Changing position and resizing image within Image Viewer (imtool)
Hey @Ivy Friesen, I went through the documentation and I cannot seem to find a parameter or method to set the magnification apa...

3 months 前 | 0

已回答
3D image viewer function
Hey @Joy, You can use the volshow() method available in the Image Processing Toolbox to visualise in 3D after performing cat():...

3 months 前 | 0

已回答
uitable tooltip for long entries
Hey @Mario Malic, While this is not a direct solution on how to update the UI Tool Tip, there is a workaround where you can con...

3 months 前 | 0

已回答
How to build a zero curve object from excel
Hey @Greg, You can follow the below example provided by MathWorks to read spreadsheets into MATLAB Table. This should enable yo...

3 months 前 | 0

| 已接受

已回答
How to stabilize a video?
Hey @Garvit Pandya, You can refer to the following example on how to remove camera motion from video stream: https://www.mathw...

3 months 前 | 0

已回答
I want to stabilize a moving drone video
Hey @cgo, The following example goes thorugh the steps of removing camera motion from video stream: https://www.mathworks.com/...

3 months 前 | 0

已回答
How to authenticate matlab CI on bitbucket pipeline
Hey @Walter Simson, MathWorks has an official GitHub page on how to setup MATLAB as part of a Continous Integration pipelines a...

3 months 前 | 0

加载更多