
MakM
Statistics
18 Questions
0 Answers
RANK
191.488
of 257.746
REPUTATION
0
CONTRIBUTIONS
18 Questions
0 Answers
ANSWER ACCEPTANCE
72.22%
VOTES RECEIVED
0
RANK
of 17.763
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 109.985
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Question
How to get the order if one column has same number and other column has different values
I have the below cell table in MATLAB, I am using the "num2cell(transpose(Array_games( [true, diff(Array_games) ~= 0] )));" func...
22 giorni ago | 2 answers | 0
2
answersQuestion
can we use msgbox and inputdlg together to get input in app designer matlab
I have below code, I want to put msgbox and input from the user on the same dialog box, is there any way I can do it? for d_i =...
29 giorni ago | 1 answer | 0
1
answerQuestion
scroll bar does not work when dialog box appears in app designer
I am attaching the code, which is used to read the text files from the directory. whenever the dialog box appears the scroll bar...
circa un mese ago | 1 answer | 0
1
answerQuestion
How to output the multiple line in dialogue box app designer
I have multiple lines, I want to print in the dialogue box. fprintf('==========================================================...
circa un mese ago | 1 answer | 0
1
answerQuestion
display data in text field MATLAB app designer
How can I display my data into the test field. My data is in the loop as shown in the code. I want to display all data in text f...
circa un mese ago | 1 answer | 0
1
answerQuestion
How to name the sheet in excel using MATLAB
I am writing table to excel sheet, is there any way I can name the excel sheet no. Like instead of sheet 1 or sheet 2 I want to ...
circa 2 mesi ago | 1 answer | 0
1
answerQuestion
Putting NULLs in between the string array.
I have string array A={'a','b','c','d','e'}, and index vector index=[1,3,5]. I want to put NULL values at this location and shif...
circa 2 mesi ago | 2 answers | 0
2
answersQuestion
Compare two columns having different values.
I have 2 variables A and B, I want to compare the values with each other and want result like variable C. Is there any direct fu...
circa 2 mesi ago | 2 answers | 0
2
answersQuestion
Error in URI function
I have the following code. import matlab.net.* import matlab.net.http.* %importing in the l...
circa 2 mesi ago | 0 answers | 0
0
answersQuestion
How can i check if http interface in MATLAB is working?
is http interface is a protocol or library and how can I install that?
2 mesi ago | 1 answer | 0
1
answerQuestion
Assign nearest maximum value.
I have a vector named A=[10,20,30,40], Suppose I need to find the number 25 from that vector, as 25 is not present in this vecto...
3 mesi ago | 3 answers | 0
3
answersQuestion
Moving Average with timestep
I have an array M=[1,4,7,6,4.5,7.5,8.5,4.5] and for time t=[1,2,3,4,5,6,7,8]. I have to find the average of M w.r.t t, with a wi...
3 mesi ago | 1 answer | 0
1
answerQuestion
how to know if cell has some empty values
I have cell array. How do I check that if column 3 has some empty values or not?
4 mesi ago | 1 answer | 0
1
answerQuestion
adding the rows for unique numbers
I want to add the first column for each unique value in column 3. In this example i want the count 4 for 1 and count equal to 1 ...
4 mesi ago | 1 answer | 0
1
answerQuestion
How to make the sizes of all variable same in the loop.
I have 4 variables, Game0, Game1, Game2, Game3 in the for loop. I am writing these variables to excel file by using the "writeta...
4 mesi ago | 1 answer | 0
1
answerQuestion
Row Range in writetable MATLAB
I want to write the table from A1 column but the table should start from the second row of the excel. TT is my table, and I want...
5 mesi ago | 0 answers | 0
0
answersQuestion
How to add the rows if it is same.
I am trying to add the rows that have same game column. For example, for same rows like game value =0, the output should be 0....
5 mesi ago | 1 answer | 0
1
answerQuestion
find the repeating numbers in order
I want to find the repeating numbers from the array in order. I have tried different repeating functions which tell me the frequ...
5 mesi ago | 1 answer | 0