Answered
How to create a 3D world and simulate a virtual camera in MATLAB on MacOS?
Hi Yeray, What I meant to say that you can create a generic function projectPoints utilizing computer vision toolbox. Also, p...

2 years ago | 1

Answered
Data input and target formatting for Deep Learning Models
Hi Isabelle, The 'CTB' label in the dlarray XTrain indicates that the dimensions are Channel, Time, and Batch, respectively. ...

2 years ago | 0

Answered
Error message "'sequenceInputLayer requires Deep Learning Toolbox" running MATLAB from terminal
Hi Richard, To find the path to a toolbox in Matlab, you can use the matlab.addons.installedAddons function to list all insta...

2 years ago | 0

Answered
Increase polygons for a stretch of road in Roadrunner
Hi Francesco, In RoadRunner, to select a specific segment of the road, you can use the "Edit Road" tool. This tool allows you...

2 years ago | 0

Answered
Input values ​​that change continuously
Hi YA, For handling continuously changing input values in Simulink, the recommended block to use is the "Variable Transport D...

2 years ago | 0

Answered
Error when using resample and smooth surfaces in CAT12
Hi Maaike, To fix the "Index exceeds the number of array elements" error in CAT12, you can try the following steps. Review th...

2 years ago | 0

Answered
How can the best possible convergence be achieved between simulations in Ltspice and Simscape?
Hi Ignacio, That is quite interesting. The discrepancy observed between the two simulations can be attributed to various fact...

2 years ago | 0

| accepted

Answered
Error message "'sequenceInputLayer requires Deep Learning Toolbox" running MATLAB from terminal
Hi Richard, Can you ensure that the Deep Learning Toolbox is properly loaded and accessible when running the script from R. Y...

2 years ago | 0

Answered
Increase polygons for a stretch of road in Roadrunner
Hi Francesco, In Roadrunner, adjusting LOD settings for specific road segments to increase polygon count while reducing their...

2 years ago | 0

Answered
How to edit the red "+" marks on the Nyquist plot
Hi Ayumi, To change the thickness and color of the red + marks in a Nyquist diagram, you can modify the properties of the plo...

2 years ago | 1

Answered
How can I compute a graph with BER and EbN0 values
Hi Liam, To plot the Bit Error Rate (BER) against Eb/N0 in dB using MATLAB, you can follow these steps:Calculate the BER valu...

2 years ago | 0

Answered
Unrecognized "spharm" for spherical harmonics plot?
Hi Sergio, To help resolve your problem, you need to define the spharm function or find an alternative way to evaluate the sp...

2 years ago | 1

Answered
MRI T1 Map production from multiple Flip Angles
Hi Grace, The high noise levels in the T1 maps could be due to several factors such as Inadequate preprocessing of MRI slices...

2 years ago | 0

| accepted

Answered
Fluid distribution in inclined rectangle
Hi Laia, After analyzing your code, I made some minor modifications. Afterwards, executed the modified code in matlab, at hig...

2 years ago | 0

Answered
Labview Matlb Call Function
Dear Robert, I don’t know if you like the answer but in Matlab, when using num2str, the return type is indeed a string (STRIN...

2 years ago | 0

Answered
f = x^2024. Write a loop to find how many times f needs to be differentiated to get a result of zero.
No problem Brian, glad to help out. Hope I will win my mathworks t-shirt. Good luck with your future endeavors. If you further a...

2 years ago | 0

Answered
How to convert signal data type by using function or code script
Hi 杰林, By assigning the fixdt(1,16,4) to a new data type, such as double, you can effectively convert the data type in the Si...

2 years ago | 0

| accepted

Answered
Sort matrix of coordinate pairs base of knowledge of adjacent points
Hi Daniel, You asked, How would I go ordering the original [nx2] matrix based off knowing the indices/coordinates adjacent t...

2 years ago | 0

Answered
Labview Matlb Call Function
Dear Robert, When working with Matlab functions that have multiple output arguments, it is essential to understand how to han...

2 years ago | 0

Answered
Dear All, I am having a time series data with a step size of 0.01 and I want to calculate the largest Lyapunov exponent value for this data. No additional information is left.
Dear Vivek, To accurately calculate the Largest Lyapunov Exponent (LLE) for a periodic function and a chaotic function, you n...

2 years ago | 0

Answered
How to convert signal data type by using function or code script
Hi 杰林, You can change data types programmatically using functions like double(), single(), int8(), int16(), int32(), int64(),...

2 years ago | 0

Solved


Who is the smartest MATLAB programmer?
Who is the smartest MATLAB programmer? Examples: Input x = 'Is it Obama?' Output = 'Me!' Input x = 'Who ?' Ou...

2 years ago

Solved


vectorization in N
For a given integer n (n>1), compute the sum f (i) (1 <= i <= n) where f (i) = 1 if n is odd and 2 otherwise.

2 years ago

Solved


Convert a vector into a number
This is a sub problem related to this problem: <http://www.mathworks.com/matlabcentral/cody/problems/621-cryptomath-addition>...

2 years ago

Solved


Area of a circle
Given the radius x, y would be the area of a circle. Pi = 3.1416

2 years ago

Solved


Square a Number
Given an input x, return y, which is equal to the square of x.

2 years ago

Solved


01 - Scalar variables
Create the following variables: <<http://samle.dk/STTBDP/Assignment1_1.png>>

2 years ago

Solved


find radius of cone
if Slant height of Cone(I)& hight of Cone(H) given then find radius of the Cone(R) for example I=5,h=4 then the ans R=3;

2 years ago

Solved


Basics: 'Find the eigenvalues of given matrix
Find the eigenvalues y for a given matrix x.

2 years ago

Solved


Vectorize the digits of an Integer
Create a vector of length N for an integer of N digits. x = 123045; x_vec = [1 2 3 0 4 5]; I happened upon a trick ...

2 years ago

Load more