photo

David Cole


Last seen: 27 giorni fa Attivo dal 2023

Followers: 0   Following: 0

Statistica

MATLAB Answers

22 Domande
1 Risposta

RANK
232.528
of 300.369

REPUTAZIONE
0

CONTRIBUTI
22 Domande
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
59.09%

VOTI RICEVUTI
3

RANK
 of 20.936

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.436

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

Visualizza badge

Feeds

Visto da

Domanda


Draw a box around an equation in MATLAB live editor.
Here is what I want to do. Is there a direct way to draw a box around an equation directly from equation editor? Or, do I ...

29 giorni fa | 2 risposte | 2

2

risposte

Domanda


I want to avoid fractions in my answer to the null space
My code returns the following: N(A) = {[-1/3,0,1,0]^T,[0,1/2,0,1]^T}. I want {[-1,0,3,0]^T,[0,1,0,2]^T} I don't want to just mul...

30 giorni fa | 4 risposte | 0

4

risposte

Domanda


S curve ramp function
I need help creating a function for an s curve ramp. The code below will create the inserted picture below. However, this code o...

6 mesi fa | 2 risposte | 0

2

risposte

Domanda


Breaking legend into several parts and moving parts as necessary to prevent overlapping graphed data.
How do I automatically check to see if the legend is covering plotted data.If the legend isn't covering any data than do nothing...

6 mesi fa | 2 risposte | 0

2

risposte

Domanda


How do I solve a matrix of ODE equations?
I have developed some Simulink code that displays the primary and secondary (referred to the primary) current on a scope. The re...

8 mesi fa | 0 risposte | 0

0

risposte

Domanda


Preventing factor oursite matrix when using the disp() function.
How do I prevent the 1.0e+02 factor from being displayed. I want the complete number to be included inside the matrix. ...

12 mesi fa | 2 risposte | 0

2

risposte

Domanda


Live editor text formatting
I am using live editor and the fprintf command. I do not want a space between my outputs. I have not included \n but the output ...

circa un anno fa | 2 risposte | 0

2

risposte

Domanda


Suppressing braces and single quotes of a string matrix
How do I suppress the braces and single quotes in a matrix full of strings?

circa un anno fa | 4 risposte | 0

4

risposte

Domanda


How do I change the output color when using the disp function?
I would like to change the text color of the displayed text in the command window when using the disp function. Example: disp(...

circa un anno fa | 2 risposte | 0

2

risposte

Domanda


Ramp a variable with 63 elements
I have a simulink variable that has 63 elements. I would like to ramp each element in the variable proportionally from 0 to the ...

circa un anno fa | 2 risposte | 0

2

risposte

Domanda


Open a picture when an object is clicked.
I would like to attach an object (or something) next to a block that would open a picture when someone clicks on the object. I d...

circa un anno fa | 1 risposta | 0

1

risposta

Domanda


How do I add shapes to my Simulink model
I want to add a dotted line to add clarity to my model. In addition, I want to add a box to show future addition. I do I add st...

oltre un anno fa | 1 risposta | 1

1

risposta

Domanda


Impedance Calculator of powergui block of a three-phase filter not displaying expected results
I am not getting the expected results of Impedance Calculator function of the powergui block. I am trying to measure the frequen...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


Create Variable in Simulink block that contains 63 elements.
I have 63 Sine blocks that will have different amplitude values. The values will be set from Matlab workspace. I would like to l...

oltre un anno fa | 1 risposta | 0

1

risposta

Risposto
Constant Three-phase load with harmonic content
Ruchika, Thank you for the response. I am having a little difficulty following your example. The first column of data is the h...

oltre un anno fa | 0

Domanda


Constant Three-phase load with harmonic content
I am trying to determine how to use the Simulink Harmonic Filter example to show that the filters can remove harmonics. I was ab...

oltre un anno fa | 2 risposte | 0

2

risposte

Domanda


Name a dataset that will be used in Simulink
How do I name a dataset. My dataset is available in Simulink; however, it is identified as unnamed. I want to use multiple datas...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


How do I connect PS Variable Delay Block to a Constant Current Load block
How do I connect PS Variable Delay Block to a Constant Current Load block? I would like to add a delay to 120 degrees.

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


How do I generate constant harmonic currents
I can use the three phase constant current block to generate a constant current of the fundamental frequency. How do I generate ...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


Square root symbol does not display using displayFormula function
I had added an * symbol to my string to make the equation more readable after the numbers have been inserted (see picture below)...

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


Display numeric value before function with using syms
How can I force the numeric part of my function to display first? syms t; u=symunit; current = vpa(0.002*sin(10^3*t)); displ...

quasi 2 anni fa | 2 risposte | 0

2

risposte

Domanda


Using the piecewise function and integration function with fplot
How do I graph the three integral functions (V1,V2, &V3) below? I want to set the plot range for each of the three functions %s...

quasi 2 anni fa | 2 risposte | 0

2

risposte

Domanda


I cannot get fplot to plot my piecewise function past an x-axis value of 5
Here is my code. The axis goes to 7 but the data does not go beyond 5. syms t %declare a symbol voltage_values = piecewise(0<=...

quasi 2 anni fa | 3 risposte | 0

3

risposte