Answered
How to maximize achievable Rate for spectrum sharing in MIMO?
Hi @Nasrin , After analyzing your error you encountered regarding cvx_begin, I did some research and find out that you proba...

2 years ago | 0

Answered
How to use stacked bar charts to draw multiple confidence intervals
Hi @ Hongyun, So,your goal is to create a visually intuitive representation of these coefficients such that they are centered...

2 years ago | 0

| accepted

Answered
Appreciate help with satellite MarkSize and MarkerColor ... seems ridiculous to have to ask but I can not waste another hour trying.
Hi @Michael Hurley, To address your query regarding, “It does NOT seem like the help can be right (aside - really seems lik...

2 years ago | 0

| accepted

Answered
Fill color inside stair.
Hi @Yang Hu, You have already created the histograms using the histogram function. This part of your code is correct and will...

2 years ago | 0

Answered
Simulate sine wave with timestep different than overall model timestep
Hi Instead of a digital clock, you can create a MATLAB Function block that generates the desired sine wave at a faster rate ...

2 years ago | 0

Answered
How to open and modify .dat file
Hi @mohd akmal masud, Since your data is in an 8-bit integer format, you can use the `fopen`, `fread`, and `reshape` function...

2 years ago | 0

Answered
Incorrect Data Interpretation in UDP Reception with Simulink
Hi @David, After reading your comments, this is what I have comprehended so far, you are implementing a UDP communication sys...

2 years ago | 0

Answered
Closed loop with LSTM for time series
Hi @ massimo giannini, In LSTM networks, maintaining the correct state dimensions is crucial when making successive predictio...

2 years ago | 1

Answered
creating a satellite scenario manually vs from a TLE file
Hi @AM, Your experiment is commendable by showing difference in results. However, to address your query regarding, “shouldn't...

2 years ago | 0

Answered
How does Forward kinematik work in Robotics System Toolbox?
Hi @Peter Abt , When you loaded a robot model using `loadrobot`, it created a `rigidBodyTree` object which encapsulated the k...

2 years ago | 0

Answered
I'm using VIT transformer in my code. How to convert the output of 1D layer of VIT into 2D with format SSCB?
Hi Abdulrahman, I cannot execute the code because visionTransformer requires Computer Vision Toolbox. To illustrate resolvin...

2 years ago | 1

Answered
Projectile motion of a cannonball(without drag) - calculating the route, range, height and time it will spend in the air of a cannonball fired with a certain force
Hi @TOLGAHAN VARISLI , Since you forgot to click “Accept Answer”, I will address your query regarding, “A force of 1000 newto...

2 years ago | 0

Answered
Set up a native connection from Matlab to MySQL with SSL
Hi @Brian, While the native mysql function in MATLAB does not directly support SSL options, using the JDBC driver provides a ...

2 years ago | 1

| accepted

Answered
Criteria for the final SINR, CQI computation in 5G NR CSI Reporting
Hi @Jake, Addressing your query regarding, “In 5G toolbox, specifically NR Downlink CSI Reporting Example, SINR is being ca...

2 years ago | 0

Answered
2D data fitting - Surface
Hi @Paolo , Addressing your query regarding, “I tried with MATLAB with the Curve Fitting app, but I didn't succeed. The '...

2 years ago | 0

Answered
How to split my EMG signal into individual cycles?
Hi @Renee Wurfel , When analyzing your code, I did notice the error you're encountering when trying to read the CSV file ...

2 years ago | 0

| accepted

Answered
How does Forward kinematik work in Robotics System Toolbox?
Hi @Peter Abt , Addressing your query regarding, “How does the Robot System Toolbox work internally? “ Begin with the “Use...

2 years ago | 0

Answered
Error in boxchart (invalid parameter/value pair arguments)
Hi @Laura , To address your issue with the `boxchart` function after running ANOVA with the `anovan` function, let me bre...

2 years ago | 1

| accepted

Answered
Using the trigonometric Fourier series to develop MATLAB code to confirm correctness
Hi Addressing your query regarding, “fr = 2/5 + sum(2/(n*pi)*sin(2*pi/5*n)*cos(2*pi/5*n*t)) x(t) = sum(rect((t-5*n)/2)) I r...

2 years ago | 0

Answered
How to perform Uplink synchronization between two SDR's?
Hi @Fahad, I went through list of 5G functions listed at <https://www.mathworks.com/help/5g/referencelist.html?type=functio...

2 years ago | 0

Answered
unable to find signing program 'smimesign'
Hi @Nicholas, The issue you're facing stems from the configuration of GPG signing in Git, specifically with the command `!git...

2 years ago | 0

Answered
Why do not the Select part table display in the Block Parameterization Manager: Battery?
Hi @ Khoi Nguyen, Addressing your issue regarding, “Please tell me how to fix this problem.” I did some research and was a...

2 years ago | 0

Answered
my Simcape Electrical model does not want to wire the reference (earth ) block
Hi @ Kalpe Gallage, Addressing your query regarding, “ Can someone give me a clue what I have to look at” To resolve this ...

2 years ago | 1

Submitted


LU decomposition
By running the provided code with a suitable matrix input, you can obtain the lower and upper triangular matrices resulting from...

2 years ago | 1 download |

0.0 / 5
Thumbnail

Solved


Return the 3n+1 sequence for n
A Collatz sequence is the sequence where, for a given number n, the next number in the sequence is either n/2 if the number is e...

2 years ago

Solved


Flipping
Write code that can reverse the vector without using any sort of loop. Example Given the input vector A = [ 1 2 3 4 5...

2 years ago

Solved


Vectors counting by 2
Create a vector numbers from 7 to 15 in increments of 2

2 years ago

Solved


Squaring Matrix
Square the following matrix using matlab % A = 1 2 3 4 5 6 7 8 So new matrix should display...

2 years ago

Solved


find the roots of a quadratic equation
for e.g x = [ 2 -1 -3] y = [1.5 -1]

2 years ago

Solved


Calculate the derivative of a polynomial
Example: in = [ 1 1 1 ] out = [ 2 1 ]

2 years ago

Load more