Community Profile

photo

surendra kumar Aralapura mariyappa


Last seen: 3 years ago Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


Regarding the matrix indexing,
Hello all, I have one problem in assigning index to the matrix. I have two solver, one is mine and another is my professor. ...

4 years ago | 1 answer | 0

1

answer

Question


How to call the function?
Hey all, I have two function file and one slover file. One function file for Input and another for some calculation. Here, a...

5 years ago | 0 answers | 0

0

answers

Question


Building the legend according to user input.
Hey all, Hope everyone doing good. I have a small question here. I need to get the legend according to input. Below is my co...

5 years ago | 1 answer | 0

1

answer

Question


Accessing the indicies of an element of matrix in cell array
Hey all, Hope this time i will get a solution to my problem at least. A = {[22,40,46],['Node22';'Node40';'Node46'] }; s = 40 ...

5 years ago | 0 answers | 0

0

answers

Question


Finding the indicies of the cell element
Hey all. I asked this question already, But I didn't get the solution I intended. I have a cell array A = { [ 2 4 6] ['Air';...

5 years ago | 0 answers | 0

0

answers

Question


Accessing the index of a matrix element inside the cell array
Hey all, I have a small question in regarding the access of index of a matrix element inside the cell array. A = {[1 2 3 4] [ ...

5 years ago | 2 answers | 0

2

answers

Question


How to access the index of the cell elements
Hey all, Hope everyone doing good. I have a small doubt in accessing the index of a cell element in a cell array. I have a cel...

5 years ago | 1 answer | 0

1

answer

Question


Automatic building of an array
Hey all, Below is my function. I need to build the array automatically for the user input. function suri1(Measuring_Data(:,7...

5 years ago | 1 answer | 0

1

answer

Question


Regarding the solver time
Hey all, I have one quick question. How to reduce the run time in MATLAB? I have a slover, which is taking nearly 10 minutes ...

5 years ago | 1 answer | 0

1

answer

Question


How to convert matrix into row vector
Hey all, I have a matrix of 2*2, I need to convert into row vecotr: A = [0 1; 2 0]; Like this I need: A = [ 0 1 2 0]; I do...

5 years ago | 1 answer | 0

1

answer

Question


Loading the excel file(cell array contains elements of different dimension) in MATLAB
Hey all, I have an excel file, I need to load this excel file in MATLAB, but it is showing NaN for the position where a matrix...

5 years ago | 1 answer | 0

1

answer

Question


Use of nargin and varargin
Hey all, Hope everyone is doing good. I need some help in fixing out my problem. I have a function which is shown below. Some...

5 years ago | 1 answer | 0

1

answer

Question


How to pass a Matrix of cell array as a input argument to a function
Hey all, I already asked this question in different way. But now I came up with my code instead of just explanation. This is ...

5 years ago | 1 answer | 0

1

answer

Question


Building of cell array of n*n
Hey all, I am not getting how to explain the problem in which I am stuck. But I wil try to do make it understandable to all wit...

5 years ago | 0 answers | 0

0

answers

Question


Making a matrix of same size from different matrices of same size
Hey all, I have tried to find solution to my problem on MATLAB community, but I couldn't. So I am here to get the soultion to m...

5 years ago | 1 answer | 0

1

answer

Question


Regarding the plot and for loop
Hey, I have a one small problem. This is my sample code: Just focus on only matrix O ; function my_plotinstat n = 4; % ...

5 years ago | 1 answer | 0

1

answer

Question


How to generate the n number of figure for n numbers of subplots
This is my pseudo-code for my model function my_plot(n) A = zeros(n,n); x(1:1:size(A,1),1) = 293.50; load('Measuring_Data....

5 years ago | 1 answer | 0

1

answer

Question


How to differentiate condition in if statements
Hey all, I know what I am asking is wrong, but I have to slove it at any cost. I have sOme materials .1 2 3 4 5 6 7 8 9 10; ...

5 years ago | 0 answers | 0

0

answers

Question


error in the enumeration
Seriously I don't know sometimes what will happen to MATLAB. %% This is my enum class file classdef Connection enumeratio...

5 years ago | 0 answers | 0

0

answers

Question


Making the variable zero before going to the called function
I have one complex problem, for me it is very complex. I need to make a variable zero inside the if statements. but here if st...

5 years ago | 1 answer | 0

1

answer

Question


Building the Fibonacci using recursive
Help needed in displaying the fibonacci series as a row or column vector, instead of all number. Thia is my code: I need to dis...

5 years ago | 4 answers | 0

4

answers

Question


using the vector as a condition in the switch statement
Hey, I need to know how to pass row vector or column vector as a condition to a switch statement. I have two row vectors; func...

5 years ago | 1 answer | 0

1

answer

Question


Using the switch statement inside the for loop.
Hello everyone, I have a doubt in using the switch statement inside the for loop. The problem is : I want to write the switch s...

5 years ago | 2 answers | 0

2

answers

Question


Building the Matrix from the two matrices
Hey, I am stuck in building the Matrix for my project "Thermal Network''. The problem is how to buid the Matrix from the two mat...

5 years ago | 1 answer | 0

1

answer

Question


How can I call the method of one class in another class method as a input argument?
classdef Conductance properties Conductivity Contact_Area Breadth end properties(Depen...

5 years ago | 0 answers | 0

0

answers