Community Profile

photo

Mausmi Verma


Last seen: 1 year ago Active since 2021

Statistics

  • Thankful Level 3

View badges

Content Feed

View by

Question


How to store double value in a matrix
I have a variable as A <1x3 double> = 1 9 3 I want to store it in a predefined matrix B and want answer to look like B=4...

2 years ago | 1 answer | 0

1

answer

Question


nested cell array into single cell array
A={<1x1 cell> <1x3 cell> 4 <1x4 cell> } <1x1>= A{1, 1}{1, 1}{1, 1} <1x3 double> =[2 3 4] <1x3>= A{1, 2}{1, 1} <0x0 doub...

2 years ago | 1 answer | 0

1

answer

Question


how to convert array of cells within array of cells in single cell array
A= {<1x1 cell> <1x3 cell> [4,0] <1x4 cell>} where <1x1>= [2,3,4] <1x3>= [ ] [3,4] [3,8,13] <1x4>= [9,4] [9,8,13] [ ]...

2 years ago | 1 answer | 0

1

answer

Question


Convert nested cell array into single cell array
I am getting variable value in workspace in the form of nested cell array A={{[1] [2] [3]} {[4] [5] [6]}} but i want answer in...

2 years ago | 1 answer | 0

1

answer

Question


matching the element of matrix with an array
Suppose i have an array as, A={ [2,3;2,7] [3,2;3,4;3,8] [4,3;4,5] [5,4;5,10] [7,2;7,8;7,12] } and a matrix as B=[17,8,14,4...

2 years ago | 1 answer | 0

1

answer

Question


how to combine two array of cells into one cellwise
I have two cell arrays with cells of different dimension and i want to combine them into one as, A={ [2,3 ; 2,7] [3,2 ;3,4 ;3,...

2 years ago | 1 answer | 0

1

answer

Question


Removing specific value from cell array
Lets suppose i have a cell array as: A={[1 2 4 6 7]; [1 2 5 7 9 8]; [3 4 6 8]; [1 2 3 4 5 6]] now i want to remove the element...

2 years ago | 1 answer | 0

1

answer

Question


I want to generate a matrix of random numbers between 0 and 2.5 with length=8 and the sum of generated numbers be 20
I want to generate a matrix of random numbers between 0 and 2.5 The length of generated matrix should be 8 and the total sum of...

2 years ago | 1 answer | 0

1

answer

Question


how to empty the cell of any array whose index is in another matrix
I want to know how to empty the cell of any array, when the index of that particular cell is given in another matrix. eg: I hav...

2 years ago | 2 answers | 0

2

answers