photo

John F


Last seen: oltre 3 anni fa Attivo dal 2020

Followers: 0   Following: 0

Statistica

MATLAB Answers

15 Domande
3 Risposte

RANK
82.815
of 300.364

REPUTAZIONE
0

CONTRIBUTI
15 Domande
3 Risposte

ACCETTAZIONE DELLE RISPOSTE
26.67%

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 1

Visualizza badge

Feeds

Visto da

Risposto
Inserting Confusion Matrix and ROC plot in one figure
This is the solution I found % Plot the Confusion Matrix hold off f = figure(1); cm = confusionchart(targets,predictions,......

oltre 3 anni fa | 0

| accettato

Domanda


Inserting Confusion Matrix and ROC plot in one figure
I am trying to plot a Confusion Matrix and a ROC plot in one figure but I can't seem to be able to get it to work. I used the so...

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


Child item with an x position greater than its parent panel's width still appears inside it
I get the width of a panel in pixels like this: set(MyPanel,'units','pixel') pos = MyPanel.Position; set(MyPanel,'units','nor...

oltre 3 anni fa | 0 risposte | 0

0

risposte

Domanda


Strange UI behaviour in App Designer
I am designing an app in App Designer but sometimes when I run the app the UI becomes broken (see first image) and I have to run...

oltre 3 anni fa | 0 risposte | 0

0

risposte

Domanda


Update textarea when printing to the console
I have an app where I have setup a diary to store the outputs to the console to a file. In this app, I have a text area that I w...

oltre 3 anni fa | 0 risposte | 0

0

risposte

Domanda


Get label name of item in dropdown menu
I have 2 dropdown menus that allow the user to select which variables to plot on a figure. I would like to also update the label...

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


Convert variable-sized signal to fixed
I have a custom block (block on the right) that takes a fixed size signal, but I would like to adjust the size of the input sign...

oltre 3 anni fa | 1 risposta | 0

1

risposta

Risposto
Resizing grid layout doesn't work in maximized WindowState
Add "drawnow" at the beginning of the function like this: function startupFcn(app) drawnow fig_position = app.UIFigur...

oltre 3 anni fa | 0

| accettato

Domanda


Resizing grid layout doesn't work in maximized WindowState
I have created an App using the "2-panel App with Auto-Reflow" template and I want to change the width of the 2 panels. Here's t...

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


findall doesn't find axes object
I have an app that creates a TabGroup and inside it some tabs that contain a plot. If the specific tab exists, I would like to p...

oltre 3 anni fa | 0 risposte | 0

0

risposte

Risposto
Access simulink model's return values in App Designer
Use this when running the model: simout = sim(model,'ReturnWorkspaceOutputs', 'on', 'SaveFormat', 'Structure');

oltre 3 anni fa | 0

| accettato

Domanda


Access simulink model's return values in App Designer
I have a Simulink model that when run either from the Simulink model or the Command Window returns some variables to the workspa...

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


How to use setwb?
Say I have an already fully configured Neural Network net. I am trying to write the algorithm for the cascade k-fold cross valid...

quasi 4 anni fa | 1 risposta | 0

1

risposta

Domanda


SIMULINK block accessing its parameters dynamically
I'm creating a SIMULINK Library and I have made the following component: And the function is: function [m_out, Pt_out, Tt_...

quasi 4 anni fa | 0 risposte | 0

0

risposte

Domanda


Reverse geometric progression algorithm
I would like to have a set of points from -b to b using a geometric progression from dpB / 2 to b and mirroring the points with ...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


Simplify expression even further
When I run something like this: pretty(vpa(simplify(coef(2)),6)) I get something like this: 479 478 ...

quasi 5 anni fa | 1 risposta | 0

1

risposta

Domanda


Symbolic function doesn't work
syms L alpha gamma Y2 Y3 Y4 Y5 Y6 x X dL T(L,x) syms T(L,x) M1 = 0; M2 = 7; Y1 = 1 + M2 / 10; Y7 = 3 + M1 / 10; xcp = ...

quasi 5 anni fa | 0 risposte | 0

0

risposte

Domanda


Get differential equation of derivative
I have a differential equation that looks like this: dT/dx = (1+alpha*M1)*(T^2)*S(x) - 4*(2+gamma*M2)*x*T I want to differ...

quasi 5 anni fa | 1 risposta | 0

1

risposta