vedesh Mohit
Followers: 0 Following: 0
Statistica
46 Domande
0 Risposte
RANK
149.443
of 294.421
REPUTAZIONE
0
CONTRIBUTI
46 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
39.13%
VOTI RICEVUTI
0
RANK
of 151.653
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
Feeds
Domanda
Comparing two character array
I have two character arrays, F='(AB'')+(BC)+(C)' and G='(BC'')+(C)+(AB)'. How can I compare all the terms of G to determine if i...
oltre 4 anni fa | 1 risposta | 0
1
rispostaDomanda
Find and replace in a character array
Hey, I have this character array F='(B~C) + (~AB)'. How can I assess the array to locate all the terms that has a ~ before it a...
oltre 4 anni fa | 2 risposte | 0
2
risposteDomanda
Linking pushbuttons to a callback function
function Comb_logic_circuit ANDB = uibutton(Gate,'push','Text','AND','Position',[5 450 110 60],'ButtonPushedFcn',@(ANDB,event...
oltre 4 anni fa | 1 risposta | 0
1
rispostaDomanda
Finding corresponding term from a uitable
I have created the uitable as seen in the attached. I have extracted the data from the table. I have sorted through the "TO" col...
oltre 4 anni fa | 1 risposta | 0
1
rispostaDomanda
Error using uistyle for a table
Hey I using guide on Matlab 2019b version. I am trying to run the following code but I am only getting the error (Undefined fun...
oltre 4 anni fa | 1 risposta | 0
1
rispostaDomanda
Adding terms to uieditfield
I have a character array Solve=' (B*C) + (A*~C)' and I would like to display F= (the character array) into a uieditfield using g...
oltre 4 anni fa | 1 risposta | 0
1
rispostaDomanda
Comparing terms in a character array
Hey, I have character array with terms solve= (B*C) + (A*~C), I am comparing terms from table to determine if it exist exact in...
oltre 4 anni fa | 1 risposta | 0
1
rispostaDomanda
drawing lines between nodes in a GUI
Hey, I would like to know if it is possible to add nodes to a user interface from GUIDE in matlab. I would like to place 24 nod...
oltre 4 anni fa | 1 risposta | 0
1
rispostaDomanda
Linking two editfields in GUIDE
I am creating a logic gate simulator using GUIDE in matlab. The logic gates are placed in static positions and the inputs/output...
oltre 4 anni fa | 1 risposta | 0
1
rispostaDomanda
Linking a pushbutton to two dropdown menus in GUIDE
I have a pushbutton that is required to draw a line based on the options that the user selects from the two dropdown menus. How ...
oltre 4 anni fa | 1 risposta | 0
1
rispostaDomanda
Linking two dropdown menus to a pushbutton in a GUI
I have two dropmenus with values set to each dropdown respectively. I would like to use a pushbutton to link the two dropdowns a...
oltre 4 anni fa | 1 risposta | 0
1
rispostaDomanda
callback for pushbutton in a gui to solve a Karnaugh Map
How do I write a callback for a pushbutton to display a 3 variable Karnaugh Map as seen in the attached and to solve it using th...
oltre 4 anni fa | 1 risposta | 0
1
rispostaDomanda
Drawing a line in a gui
I am creating a gui in matlab where I have 12 editfields which the user would enter a specific label. After the user has entered...
oltre 4 anni fa | 0 risposte | 0
0
risposteDomanda
How to create a 3 variable Karnaugh Map
How to create a 3 variable karnaugh map.
oltre 4 anni fa | 1 risposta | 0
1
rispostaDomanda
Matlab Gui-linking uitable ti dropdown menu
I have a gui for a logic gate simulator so I have created a table to store information that is entered by the user into its re...
oltre 4 anni fa | 1 risposta | 0
1
rispostaDomanda
writing a callback in a gui
How to write a callback for a menu in an GUI for Logic gates like NOT, OR, AND. How to create the operation of these gates? like...
quasi 5 anni fa | 1 risposta | 0
1
rispostaDomanda
Writing callback for gui
hey, I have to create a GUI that allows the user to construct a logic circuit from a menu using NOT, AND and OR gates. The gate...
quasi 5 anni fa | 2 risposte | 0
2
risposteDomanda
Creating Gui in matlab
Hey, I am creating a drop menu in matlab GUI with logic gates options 2 input OR, AND, NOT, NAND & NOR gates. I would like to k...
circa 5 anni fa | 1 risposta | 0
1
rispostaDomanda
customize library in matlab
hey, i have created some methods to estimate some missing points that my data possesses. I have to now "develop a library in ma...
oltre 6 anni fa | 1 risposta | 0
1
rispostaDomanda
Linear regression for a dataset
I have two vectors in the attached file. The variable with wind speed has missing data points. I would like to know if there is ...
oltre 6 anni fa | 0 risposte | 0
0
risposteDomanda
creating a 10 x 1 matrix that counts
Hey i want to create a 10 x 1 matrix with the values 0 to well 9 in it. So basically it does a count. I want to get x=[0;1;2;3;4...
oltre 6 anni fa | 1 risposta | 0
1
rispostaDomanda
how to build a bimodal weibull distribution in matlab
hey, I would to know if there is a way to build a bimodal weibull distribution in matlab for a dataset with hourly wind speed?
oltre 6 anni fa | 0 risposte | 0
0
risposteDomanda
BoxCox power Transformation for wind speed
hey i have a dataset with hourly wind speed data. However, when i plot the pdf for it, there is a case where there is an excessi...
oltre 6 anni fa | 0 risposte | 0
0
risposteDomanda
fitting mixed distributions to wind speeds
Hey is there a way in Matlab to fit a (Mixed Weibull and GEV distribution) or (Mixed Weibull and lognormal distribution)() for h...
oltre 6 anni fa | 0 risposte | 0
0
risposteDomanda
removing zeros from a matrix
Hey I have a matrix x=[1;2;0;0;0;3;4;5;0;6;0;4;0;6;3;2;1;1;0]; how do I remove the zeros from this matrix?
oltre 6 anni fa | 1 risposta | 0
1
rispostaDomanda
How to remove periodicity in hourly wind speed data by using fourier transform
Hey, I have a dataset that contains hourly wind speed data for 7 seven. I am trying to implement a forecasting model to the data...
oltre 6 anni fa | 0 risposte | 0
0
risposteDomanda
Truncated weibull distribution for hourly wind speed data
hey, I have a dataset with hourly wind speed data for 7 years. However when I plot the pdf of the data, it is a large amount of ...
oltre 6 anni fa | 0 risposte | 0
0
risposteDomanda
how to make a 3x3 matrix a 9x1 matrix?
Hey i have a matrix x=[ 1 4 7; 2 5 8 ;3 6 9]; how do I make this matrix become x=[ 1;2;3;4;5;6;7;8;9];
oltre 6 anni fa | 1 risposta | 0
1
rispostaDomanda
normalizing row of a matrix?
Hey I have a matrix x=[ 1 0 7; 2 0 0; 3 0 9]; i would like to know if there is a way to normalize this data to a mean 0 and vari...
oltre 6 anni fa | 1 risposta | 0
1
rispostaDomanda
Modelling hourly wind speeds for forecasting using arma and arima model
Hey I have a dataset that consist of hourly wind speed data that is from January 2000 to December 2007 and I am trying to model ...
oltre 6 anni fa | 1 risposta | 0