photo

AbuYusuf


Last seen: mehr als 3 Jahre vor Aktiv seit 2016

Followers: 0   Following: 0

Nachricht

PhD student

Statistik

MATLAB Answers

19 Fragen
1 Antwort

RANG
38.757
of 300.759

REPUTATION
1

BEITRÄGE
19 Fragen
1 Antwort

ANTWORTZUSTIMMUNG
47.37%

ERHALTENE STIMMEN
1

RANG
 of 21.081

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 170.900

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • First Review
  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Is there a way to re-generate MATLAB code form Packaged MATLAB App?
Hi, I want to open-source a MATLAB app, but I don't want to share the code running the app. In general, is there a way to re-gen...

fast 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to convert a MATLAB App to standalone .exe file?
Hi, I developed a MATLAB App using App Designer, and I want to convert it to a standalone .exe file so people without MATLAB...

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


In App Designer, how to provide a user for the simulation status?
Hi, I'm using App Designer on MATLAB 2017a, I want to add two features to my App: 1) indicator that shows how long the co...

etwa 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Using Tables in App Designer, how to edit the cells?
I created a three columns Table with C1, C2 and C3. How can I edit the cells when launching the App? because there is only one...

etwa 8 Jahre vor | 0 Antworten | 1

0

Antworten

Frage


How to get input vector from a user in App Designer?
Hi, I am using App Designer to build a GUI interface for my code. My code requires a numeric input from user to start. I use...

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to round a rational number based on a given difference range
Hi, I am taking two inputs from a user, VCR and x_diff. VCR can be integer or decimal, I used format rat to change it to Num/...

etwa 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


how to pass data to a Table in GUI?
I have a GUI with one input (x) and it returns one numeric output (Y) and matrix (Tab) in a table. The problem is the generated ...

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


how can I return vector to GUI?
Hi, I have this function and I want to do a GUI for it. The only problem I am facing is U vector; how can I display the matri...

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Using horzcat for string and regular matrix?
I have two matrices: A={'ai' 'ba';'cr' 'dk'} B=[1;2] how can I put them together as following: C= [1 'ai' 'ba';2 'cr...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to get two matrices with different element values from a mother matrix?
I have this matrix: A=[2 0 1; 1 2 1; 2 2 1]; %main matrix I want a code that can extract two matrices, one with 1's elem...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to count number of states in array?
Hi, I want to count number of states in vector, each number represent a state: Ex. A = [1;1;0;1;0] B = [2;2;1;0;1] ...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to get array vector output in GUI?
Hi, I have this function and I want to do a GUI for it. The only problem I am facing is U vector; how can I display the matr...

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


how to develop an online software using matlab code?
Hi, I have developed a MATLAB package that optimize design for power converter circuits. I want to make this package availab...

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to plot function with cases?
I have problem executing cases for second function, f2 takes value based on the value of x for each band. Only one case which is...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


locating and returning minimum of 3D plots
Hello all, I have a function (z) that has two variables (x & y), I want to find plot z in 3D and then find min value of z and...

fast 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


3D Surf plot
I am expecting to see 3D surface, but I think I have problem creating the mesh or something, would any one help wih this? N=...

fast 9 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Plot3 and vector match issue
Thank you so much! it works perfect. However, I was expecting to see 3D plot like a surface. I think plot3 does only line plot i...

fast 9 Jahre vor | 0

Frage


Plot3 and vector match issue
hello all, I want to plot three functions (f1, f2, Fall) in different vector sizes (x,y) using plot3. Is there a way to do th...

fast 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


In MATLAB Plots, how can I add Circles, Crosses, Diamonds symbols to long data curves?
Hello folks, I have a very huge y data that I want to plot, the problem I am facing is how to to add symbols to the some data...

etwa 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to a complex plot of three different variables ?
Hi all, I have this function, k=[0.5 0.8]; F(x,y,z,k)=0.1*x*y+(k^2)*sqrt((1/x*y)^2+(2/z)^2)+3*z*y); I am trying to ...

etwa 9 Jahre vor | 2 Antworten | 0

2

Antworten