Community Profile

photo

Philip Chen


Last seen: oltre 2 anni fa Attivo dal 2021

Followers: 0   Following: 0

Statistiche

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


How to fix System.TypeInitializationException? (Visual Studio DLL)
I have created a DLL file that contains my Matlab function that I would use for Visual Studio C#. Before I created the DLL file,...

oltre 2 anni fa | 0 risposte | 0

0

risposte

Domanda


How to read data in app.UITable?
I want to read csv data to the app.UITable that I created in my GUI app. But when I pressed the button that reads the CSV file, ...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


How to display two vectors at the same time?
My code so far x1=[0:1:10] func=@(x1) 2*x1+9 x2=x1 func2=@(x2) 12-4*x2 total=[x1;func(x1)] total2=[x2;func2(x2)] plot...

oltre 2 anni fa | 0 risposte | 0

0

risposte

Domanda


How to find how many intersections in a graph?
I made this graph that focuses only on the first quadrant. I am supposed to display the number of intersections between the circ...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


How to find all intersections in a Matlab graph?
I have created three graphs: one tangent graph, one negative cotangent graph, and one circle. Here is what I have so far: %Fun...

oltre 2 anni fa | 1 risposta | 0

1

risposta