photo

奥 刘


Last seen: 2 mesi fa Attivo dal 2020

Followers: 0   Following: 0

Statistica

MATLAB Answers

14 Domande
1 Risposta

RANK
75.321
of 300.364

REPUTAZIONE
0

CONTRIBUTI
14 Domande
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
50.0%

VOTI RICEVUTI
0

RANK
 of 20.934

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.407

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 3
  • Thankful Level 2

Visualizza badge

Feeds

Visto da

Domanda


Second argument must be a scalar or vector of unique symbolic variables.
I was using dsolve to solve a differential equation. The code is: clear all; close all; clc; syms X; syms gamma; syms Y; sy...

12 mesi fa | 1 risposta | 0

1

risposta

Domanda


How to deal with the Hermitian matrix that is meant to be positive semidefinite but turned out to have negative eigenvalue due to numerical issues?
So I am using CVX to solve a Boolean least square problem, the code is shown below cvx_begin variable F(J,J) hermitia...

circa 2 anni fa | 2 risposte | 0

2

risposte

Domanda


How can I adjust FontWeight, FontSize and MarkerSize in legend and save the figure as eps.file without losing all these settings?
The MATLAB version I am using is R2022b. I actually have done all the adjustment, but when I tried to save the figure as eps.fil...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


How to plot the actual frequency range for the FFT plot?
Suppose I have a complex linear frequency modulated signal, where the frequency of it sweeps from 9.975 GHz to 10.025 GHz with 5...

oltre 2 anni fa | 2 risposte | 0

2

risposte

Domanda


Why buffer to delay the filtered receiving signal in the Monte Carlo ROC Simulation?
When I was leraning how to plot ROC curve in the page of Help Center : Monte Carlo ROC Simulation, I can't understand why we nee...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Risposto
Question about buffer fuction that used in documentation of Monte Carlo ROC Simulation in Help Center
I found that it just added 0 at the last column.

oltre 2 anni fa | 0

| accettato

Domanda


Question about buffer fuction that used in documentation of Monte Carlo ROC Simulation in Help Center
When I was reading the example of the Monte Carlo ROC Simulation in Help Center of MathWorks. In the Loop Over Pulses section, t...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


Why using imagesc and plotResponse to plot range-doppler map give different magnitude level?
I am using the phased.RangeDopplerResponse and the dechirped signal xr_con to generate the range-doppler response. The code is g...

oltre 2 anni fa | 0 risposte | 0

0

risposte

Domanda


Can we add separate Tx and Rx array with different array weights to simulate the ROC curve of a FMCW phased array radar system?
Dear MATLAB team Is there some way to simulate the ROC for a FMCW phased array system? As far as I know, the Monte Carlo ROC Si...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


How to find the variable that minimize the root mean squared error between a known vetor and the multiplication of this variable and an another known vector?
Supposing that I have a variable , and two known vectors , where is a known number. I want to find the that minimizes the root...

oltre 2 anni fa | 2 risposte | 0

2

risposte

Domanda


How to fix "fsolve stopped because it exceeded the function evaluation limit" while using fsolve function?
Recently, i'm trying to solve a nonlinear equation set by using "fsolve" . I created my personal function as the following: fu...

quasi 4 anni fa | 0 risposte | 0

0

risposte

Domanda


Problem in sorting the elements of a complex column vetor in descending order.
I am trying to sort the elements of a complex column vetor in descending order. The vector V is, 0.00192283028876372 + 2.81043...

quasi 4 anni fa | 1 risposta | 0

1

risposta

Domanda


Failure in initial objective function evaluation. FSOLVE cannot continue.
Recently, i'm trying to solve a nonlinear equation set by using "fsolve" . I created my personal function as the following: fu...

quasi 4 anni fa | 1 risposta | 0

1

risposta

Domanda


Can PCA be applied to achieve any data dimension that we want?
Recently, I was trying to reproduce an algorithm in other's paper. In it, the author exploited PCA to reduce the dimensionality ...

quasi 4 anni fa | 1 risposta | 0

1

risposta

Domanda


Failure in initial objective function evaluation. FMINUNC cannot continue. Need some help
It's my first time to use fminunc solver. R_pq,array_x,array_y,M,N,R00 are constants I have set. x0 = -pi + (pi+pi)*rand(M,N)...

circa 5 anni fa | 2 risposte | 0

2

risposte