Community Profile

photo

surendra kumar Aralapura mariyappa


Last seen: 約3年 前 2019 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


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. ...

5年弱 前 | 1 件の回答 | 0

1

回答

質問


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年弱 前 | 0 件の回答 | 0

0

回答

質問


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年弱 前 | 1 件の回答 | 0

1

回答

質問


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年弱 前 | 0 件の回答 | 0

0

回答

質問


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年弱 前 | 0 件の回答 | 0

0

回答

質問


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年弱 前 | 2 件の回答 | 0

2

回答

質問


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年弱 前 | 1 件の回答 | 0

1

回答

質問


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年弱 前 | 1 件の回答 | 0

1

回答

質問


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年弱 前 | 1 件の回答 | 0

1

回答

質問


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年弱 前 | 1 件の回答 | 0

1

回答

質問


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年弱 前 | 1 件の回答 | 0

1

回答

質問


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年弱 前 | 1 件の回答 | 0

1

回答

質問


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年弱 前 | 1 件の回答 | 0

1

回答

質問


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年弱 前 | 0 件の回答 | 0

0

回答

質問


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年弱 前 | 1 件の回答 | 0

1

回答

質問


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年弱 前 | 1 件の回答 | 0

1

回答

質問


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年弱 前 | 1 件の回答 | 0

1

回答

質問


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年弱 前 | 0 件の回答 | 0

0

回答

質問


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年弱 前 | 0 件の回答 | 0

0

回答

質問


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年弱 前 | 1 件の回答 | 0

1

回答

質問


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年弱 前 | 4 件の回答 | 0

4

回答

質問


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年弱 前 | 1 件の回答 | 0

1

回答

質問


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年弱 前 | 2 件の回答 | 0

2

回答

質問


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年弱 前 | 1 件の回答 | 0

1

回答

質問


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年弱 前 | 0 件の回答 | 0

0

回答