vedesh Mohit
Followers: 0 Following: 0
Statistik
46 Fragen
0 Antworten
RANG
99.233
of 295.527
REPUTATION
0
BEITRÄGE
46 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
39.13%
ERHALTENE STIMMEN
0
RANG
of 20.242
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.057
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 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 4 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Linking pushbuttons to a callback function
function Comb_logic_circuit ANDB = uibutton(Gate,'push','Text','AND','Position',[5 450 110 60],'ButtonPushedFcn',@(ANDB,event...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to create a 3 variable Karnaugh Map
How to create a 3 variable karnaugh map.
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 5 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
mehr als 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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?
mehr als 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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?
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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 ...
mehr als 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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];
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
mehr als 6 Jahre vor | 1 Antwort | 0