
MKM
Statistics
RANK
33 817
of 273 353
REPUTATION
1
CONTRIBUTIONS
11 Questions
0 Answers
ANSWER ACCEPTANCE
45.45%
VOTES RECEIVED
1
RANK
of 18 454
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Question
Missing file from 2021b?
Hi, when i run some code in 2021b i get this error "unable to resolve the name org.json.xml.tojsonobject" but when i run the exa...
9 månader ago | 0 answers | 0
0
answersQuestion
remove duplicates from matrix and create a logic to index
i have a table with time and it contains some duplicated times. i would like to remove those duplicated times and then be able t...
11 månader ago | 1 answer | 0
1
answerQuestion
How to split a number into 5 parts equalling the sum of the number
So i am trying to create a code that reads a large CSV that: counts the rows divides the rows by 5 create an array that st...
11 månader ago | 2 answers | 0
2
answersQuestion
Compare two vector arrays and if they match set vector array 2 = nan?
So i have two arrays the same size: time = [0,0,0,0,2,3,4,5,5,6,7,8]'; solution = [1,2,0,0,1,1,2,2,2,0,0,0]; What would be...
12 månader ago | 2 answers | 0
2
answersQuestion
How to find out if a logical array is all zeros?
I have a logical array that is 100x1 logical. sometimes it contains a mix of numbers and sometimes it contains all 0s. How wo...
ungefär ett år ago | 5 answers | 1
5
answersQuestion
Can you change the collapsible HTML Table of Conents tree from MLreportgen?
Currently i have a table of contents setup, however i do not like the collapsible tree that you have to open. I prefer to have i...
ungefär ett år ago | 0 answers | 0
0
answersQuestion
How to split binary cells and convert them to dec?
I have a cell array consisting of binary 100x1 e.g {'0100101000101000'} {'0100101000101000'} {'0100101000101000'} ... {'...
ungefär ett år ago | 2 answers | 0
2
answersQuestion
Matlab removes excel formulas when writing(saving) files?
[file,path] = uiputfile('*.xlsx'); filename = fullfile(path,file); writetable(app.newdata,filename); The code i am using is...
ungefär ett år ago | 1 answer | 0
1
answerQuestion
How to index into a table with more than 1 variable?
Hi, The current problem i have is trying to index into a table using more than 1 variable. I want to be able to show all rows ...
ungefär ett år ago | 1 answer | 0
1
answerQuestion
Matalb App inputs dont work unless pressed?
I have this weird problem with my app where i have 5 check boxes 1,2,3,4,5 each one correlates to a filter for my tables. When ...
mer än ett år ago | 1 answer | 0
1
answerQuestion
How to rearrange a column by a specific order?
Lets say i have a table: IDname | IDnumber | version | status x1 | 1 | v1 | backlog x2 ...
mer än ett år ago | 1 answer | 0
1
answerSolved
Verify Law of Large Numbers
If a large number of fair N-sided dice are rolled, the average of the simulated rolls is likely to be close to the mean of 1,2,....
mer än ett år ago
Solved
Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...
mer än ett år ago
Solved
Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...
mer än ett år ago
Solved
Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...
mer än ett år ago
Solved
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:...
mer än ett år ago