답변 있음
When to use the fish eye camera model for calibration?
Camera calibration is the process of computing the extrinsic and intrinsic parameters of a camera. Once you calibrate a camera, ...

3년 초과 전 | 0

답변 있음
Error executing "build (definemydll)" : mydll.lib: Warning LNK4272: Library computer type "X86" conflicts with target computer type "x64"
A similar question was asked. Refer to following question: https://in.mathworks.com/matlabcentral/answers/510742-why-is-the-fo...

3년 초과 전 | 1

답변 있음
Simulink-PS Converter
Simulink-PS convertor and PS-Simulink Convertor is found in Library Browser under Simscape -> Utilities

3년 초과 전 | 0

답변 있음
How do I call a function within another function AND How do I input known variables in function?
For the above question The known values are sent into function as parameters The function Tc can be called directly or can be...

3년 초과 전 | 0

답변 있음
using xlswrite to edit excel, how to remove the 'content-selection' when I open it.
It is not recommed to use xlswrite(). Instead try to use writetable, writecell, writematrix. The option of not selecting is not...

3년 초과 전 | 0

| 수락됨

답변 있음
How can iget over this error message "Matrix dimensions must agree'. i am trying to obtain the value of w1, 2,3,4.
The reason for above error is mistach of matrix size. While performing a dot divison operation the matrix size should match ch...

3년 초과 전 | 0

답변 있음
NXT LEGO MINDSTORMS package ?
LEGO MINDSTROMS EV3 Support from Simulink package include support for LEGO MINDSTORMS NXT sensors on LEGO MINDSTORMS EV3 Bricks,...

3년 초과 전 | 0

답변 있음
Colour Segments of graph
fill, patch functions are used to fill the area under a plot As an example, you can refer to the following code x1=0:pi/20:pi;...

3년 초과 전 | 0

답변 있음
Plot Markers Simulink on Graph
If scope block is used for visualizing, then the marker can be added by accessing the View options In scope block go to View ->...

3년 초과 전 | 0

답변 있음
Bundle#71 start failed - Simulink Multibody
The following steps can be used to resolve the issue • Close the MATLAB • Find "libmwslcg_bhm_plugin.dll", delete it • Restar...

3년 초과 전 | 0

| 수락됨

문제를 풀었습니다


Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...

3년 초과 전

문제를 풀었습니다


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

3년 초과 전

답변 있음
Measure Acromio Humeral Interval Automatically
Hi, You can refer to imdistline documentation which is used to measure the distance using interactive line over an image, paire...

3년 초과 전 | 0

답변 있음
Help with updating array within function
You may refer to this following documentation: Removing Rows or Columns from a Matrix % a is array a(end,:)=[] % delete last...

3년 초과 전 | 0

답변 있음
How to do sum?
From my understanding, you want to first group the data based on temperature and then add the values of values of 3rd and 4th co...

3년 초과 전 | 0

답변 있음
How to get block parameters names list in Simulink?
You may use find_system command which is used to find system, blocks, lines, ports and annotations and returns the output in cel...

3년 초과 전 | 0

답변 있음
How can I write the equation for draw x-axis ?
xlabel function can be used for the requirement You can use something like this xlabel({'Physical=sin(2\pit/23)','Emotional= s...

3년 초과 전 | 0

답변 있음
Inquiry about Automated Driving Toolbox
Driving Scenario Designer is used to create driving scenario, configure sensor and generate synthetic object detections. You ca...

3년 초과 전 | 0

답변 있음
add_line for single source and multiple destination
add_line function is used to connect the signal between block. To add a line programmatically from output of a block to more th...

3년 초과 전 | 0

답변 있음
Add sets of graph onto tiledlayout
The reason for errors obtained in above function As mentioned in the question to get 3×3 tiledlayout, but in the code it is in...

3년 초과 전 | 0

답변 있음
How can I convert .edf to .set in MATLAB?
You can try this way to convert .edf format to .set format You may use edfread to get the data into MATLAB In order to conv...

3년 초과 전 | 0

| 수락됨

답변 있음
How to add text header or copyright text to top of app designer code
You can find similar question in below link: https://www.mathworks.com/matlabcentral/answers/445688-do-i-own-the-copyright-of-t...

3년 초과 전 | 0

답변 있음
Subplot VAR variables in one figure
The error is caused due to call of axes after setting the 'defaultAxesLineStyleOrder' to -|-|-. This issue is fixed from 2019b...

3년 초과 전 | 0

답변 있음
Is it possible to change the appearance of uidropdown?
DropDown component is used App Designer Popmenu is used in GUIDE Both have same functionality and Incase of appearance not m...

3년 초과 전 | 0

답변 있음
Upload text file and rearrange columns
For loading the txt file into MATLAB, you can use importdata. In order to process data into desired output, you can use split ...

3년 초과 전 | 0

답변 있음
How to display a calculation result into a Text Edit Field using App Designer
From my understanding, you want to display the calculated values in the Edit Field. For that you can create two Edit Field (Num...

3년 초과 전 | 0

| 수락됨

답변 있음
How to change the data set name
movefile() is used to move or rename file or folders you can use something like below files=dir('re180M_*'); %get files whise ...

3년 초과 전 | 0

답변 있음
How do I create layers of menu in AppDesigner?
From my understanding, you want to create a multi window app using App Designer Refer the following links for Creating Mult...

3년 초과 전 | 0

답변 있음
Is the meanError returned by pcfitplane() "mean error" or "mean square error"?
It’s true that the documentation of pcfitplane clearly states that the function returns mean error as one of output argument. B...

거의 4년 전 | 1

답변 있음
Setting a Pivot year when creating Datenum matrix
From my understanding, you are trying to get an array of datetime based on hourly increment of time starting from Jan 2017 to Ja...

거의 4년 전 | 0

더 보기