photo

shubham shubham


Last seen: 4 years ago Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

6 Questions
0 Answers

RANK
153,877
of 300,343

REPUTATION
0

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 20,926

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,172

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

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


How do i use output of one function as input to the other ?
suppose i have function p= pos(x,y) x=x+y; p=x; end and another function funtion z=neg(p,q) ----> How do I do this wher...

5 years ago | 1 answer | 0

1

answer

Question


How can i divide data into equal parts?
Suppose we have data from 1:1:100.... I want to divide it such that one variable have data r1=1:1:25 another r2= 26:1:50, r3= 51...

5 years ago | 1 answer | 0

1

answer

Question


How to read a text file line by line and store its element into two arrays.
So I have a text file with data like this, and i want to read it in such a way that first element goes into first array and seco...

5 years ago | 1 answer | 0

1

answer

Question


How can i make this code dynamic?
function gr = semm(p,k) if nargin < 2 b=[30,15,6]; end gr=s; gr(:)=4; gr(p> 100 ) = "Not valid output"...

5 years ago | 1 answer | 0

1

answer

Question


How can i append cell arrays
if i give input like this score ({{[8,2,10,8,7,9,1,12], [9,6], 41}; ...

6 years ago | 1 answer | 0

1

answer

Question


How do i assign value of a sub-cell element to a variable
function [g]= rock(s, m, h) rock ({{[7,6,4,8,7,9,1,12], [9,6], 31} {[9,3,5,8,0,1,1,1,15], [10,10]} {[0,0,...

6 years ago | 1 answer | 0

1

answer