Frage


how can i know the programming behind a MATLAB GUI
i have a gui made by someone. i want to analyze the coding done behind it. how can i do so?

etwa 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


GUI in matlab ERROR after reopening
i dont know that my GUI works perfectly fine when i make it for the first time. when i turn my laptop on after turn off, it says...

etwa 3 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


video of plot iterations in MATLAB
i am making a 3d plot using plot3 and i am also using quiver3 in it. i am running 100 iterations and pot keeps on updating. i am...

etwa 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


GUI login page in matlab
does app designer in matlab has the feature to make login page?

etwa 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


html display in gui
this is my gui. my results are working perfectly fine. i run my code using push button which is renamed as "cal" in my GUI. th...

etwa 3 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


GUI error in push button
i am making a GUI in matlab and i am using a push button. code runs in the push button and the code gives three output. whwn i ...

etwa 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


reference line in plot
hello everyone hope u r fine actually i am plotting a using implict command and i want to make my z axis as a prominant line a...

mehr als 3 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


function problem in matlab
this is my function to get value of n but its not working. code: function[n]=agc(x) n=1 (0.3790)*x=(1.1)^n end

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


wrong output in matlab coding
actually i have a simple code and what i am actually doing is that i am generating a signal and then i am delaying that signal a...

mehr als 3 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


orbital elements of satellite
https://www.mathworks.com/matlabcentral/answers/499567-plot-the-orbit-of-a-satellite#comment_1188443 pakistan has launched a m...

mehr als 3 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


lat long of PRSS1 satellite at 10 am
prss1 is a satellite.what will be the code to calculate the lat long at 10 am??

mehr als 3 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


does plotting work on large no of values
actually plotting is not working on large number of values. need any expert code: t=linspace(0.0000000000000001,0.000000000000...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


plotting in matlab not working
hello everyone my question is that i am not able to plot in matlab. CODE: t=linspace(0.0000000000000001,0.0000000000001,10000...

mehr als 3 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


correlation of 2 signals
Actually I am corelating two signals but my question is that in graph the correlation should be between -1 and 1 but it is not l...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


plotting in matlab using while loop
HELLO EVERYONE! i have a simple question regarding plotting in MATLAB using while loop.plzz help me out. my problem is that when...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


correlation of 2 signals
https://www.mathworks.com/matlabcentral/answers/664433-different-results-with-same-code#answer_557433 need little help. i am ...

mehr als 3 Jahre vor | 0 Antworten | 0

0

Antworten

Gelöst


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

mehr als 3 Jahre vor

Frage


correlation of two signal
hello buddies and experts. need little help. i am actually correlating two signals. i want to circ shift the signal by (-1.928...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


correlation in matlab programming
hello everyone. i need some expert help guys.anybody out there plzzz actually i want delay of (-1.9282e-12) between two signals...

mehr als 3 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


plotting in matlab using implicit
actually i am plotting 3 equations and i am getting hyperbolic area and then i get intersection of thsese hyperbolic areas but i...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


logic used in matlab
what does this code mean.plzz explain step by step code: idx = any(possibleSol < 0) | any(imag(possibleSol) ~=0); possibleSol...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


for loop in matlab
HELLO everyone plz dont refer me to any link.i have a code for for loop.kindly explain it line by line if possibe. BEST REGARD...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


logic in matlab to filter result
HELLO everyone. i have a little query,.plzz answer in brief for better understanding. actually i am getting the following two ...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


array forming for solution
HELLO everyone.plzz help out guys hope everyone is doing good. need some assisstance guys. QUESTION: actually i have formed t...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


error in simulink running
when i a running on simulink.following error is displayed.plzzz help.this window runs.

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


help on simulink input
i am encountering a simple problem that i want to remove the first input and i want to only connect slider as input.plzz help S...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


signal reception using RTL SDR
HELLO GUYS, HOPE EVERY MATE IS FINE AND DOING GREAT.THIS FORUM HAS HELPED ME A LOT.ONE MORE HELP PLZZ i am usng RTL SDR to rec...

mehr als 3 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


difference between rand n and randi
hello everyone! i am stuck on a short question. can anyone tell me the difference between rand i and rand n? x1 = randn(1,100...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


plotting on scatter in malab
sir actually this is the code CODE: clear clc close %% Receivers coordinates x=[8 0 -8 0 ].*1; %%x=[x_1 x_2 x_3 x_p] y=...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


plotting on MATLAB on 2D and 3D
actually i have the following variables which i want to plot on 2D. the variables are: x_1 = 13; y_1 = 14; z_1 = 5; %t...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Mehr laden