Question


How to integrate license file into GUI?
Hello, I am developing the GUI for a script. For this I want to have a license time check. For this simple purpose I have creat...

8 years ago | 1 answer | 1

1

answer

Question


Need help in matrix dimension while converting from fortran to matlab
Hello All, I have been working on a fortran code to convert it into the matlab. I am facing some issues with dimensioning! Foll...

8 years ago | 2 answers | 0

2

answers

Question


How to correctly solve cubic spline interpolation?
Hello All, I need help in cubic spline into matlab. I am trying this: a(i,j,k)=interp1(x(j),m-1,x1,x2); where x(j...

8 years ago | 1 answer | 0

1

answer

Question


How to: taking out 2d matrix from 3d matrix
Hello All, I need help in 3d matrix. I have z as 2x20x30 matrix which I will represnt here as: z(i,m,n) Now I want to ta...

8 years ago | 2 answers | 0

2

answers

Question


How to convert "do loop" of fortran to matlab?
Hello all, I am trying to convert the fortran code to matlab. I am stuck on the following loop of fortran p=20 q=40 ...

8 years ago | 1 answer | 0

1

answer

Question


How to stop calculation if conditon meets?
Hi, I am converting my fortran code into matlab where in fortran code I had this: x=0 x= x+1 i...

8 years ago | 1 answer | 0

1

answer

Question


How to create 3d array equivalent to fortran dimension?
Hello all, I have this fortran code dimension x(2,m,n) where m=100, n=40 Now how to convert this into the mat...

8 years ago | 2 answers | 0

2

answers

Question


I need help to plot a distribution curver out of an equation
Hello, I am working on a project and I have following equation with me: <</matlabcentral/answers/uploaded_files/49368/ex.PNG...

8 years ago | 2 answers | 0

2

answers

Question


Need help on my for loop
I am having a for loop which is a part of my script. There are 100 mat files in a folder which I am analyzing. Now in each file...

9 years ago | 1 answer | 0

1

answer

Question


Converting values to 0 and 1 and then counting occurrences!
Hello, I am stuck with a problem. I have a 200x1 matrix containing values ranging from 0 to 30. Now I want to convert the...

9 years ago | 4 answers | 0

4

answers

Question


how to do this Data analysis?
I am having 5 .mat files. Each mat file contains 5 parameters. A,B,C,D,E Now I want to plat a graph which will be considerin...

9 years ago | 2 answers | 0

2

answers

Question


How to get calculations in workspace from GUI?
Hi, I have developed a GUI where user will give inputs. The complete calculation is iterated till 2400 seconds. Now I get only f...

9 years ago | 1 answer | 0

1

answer

Question


Plotting 3 vectors in 2d
I have excel sheet of 3 columns data. The 1st 2 columns are x and y axis while 3rd column will be the contour type lines. Che...

9 years ago | 0 answers | 0

0

answers

Answered
"The PID tuning tools are not supported for plant models of type "ss"? What is th reason?
I found the reason. Used a file name pid for Simulink which was creating errors. Changed the name of model and problem solved. T...

9 years ago | 0

| accepted

Question


Contour plotting with x,y,z data
Hello, I am in need of plotting contour of the data I have. I have values for x,y,z axis. Now I am not having any relation betw...

9 years ago | 1 answer | 0

1

answer

Question


Saving file with file name from user
I have code for push button where user will click on save, then a folder browser opens where user selects the folder to save the...

9 years ago | 2 answers | 0

2

answers

Answered
Is the MATLAB compiler free to install in other computers?
It's called MCR. If you are creating GUI, then in deploytool, on top bar you will find a check box to "include" MCR. So if you ...

9 years ago | 0

Question


How to use guidata ?
Hello, I have 2 push buttons. One to take input from a file. And other is a button named "calculate". Now under 2n'd push b...

9 years ago | 2 answers | 0

2

answers

Question


Converting 1x1 matrix into 200x1 with same value?
Hello, I am creating GUI where I want user to put inputs. The input value will be as single number. Say 500. My code is time...

9 years ago | 1 answer | 0

1

answer

Question


For loop in Simulink?
I am converting Matlab code into Simulink model. For which I need to know the way I can add "for loop" in Simulink. Here is t...

9 years ago | 1 answer | 0

1

answer

Question


"The PID tuning tools are not supported for plant models of type "ss"? What is th reason?
I am working on a simple plant model but whenever I try to tune by clicking "Tune" button inside the PID controller I am getting...

9 years ago | 2 answers | 0

2

answers

Question


[Simulink] Input value to update everywhere. How to?
Hello, I am designing a system where I will give an input as a constant. That input is then used in many calculations. I want t...

9 years ago | 1 answer | 0

1

answer

Question


Connecting matlab output to simulink input. How to?
Hi, Me and my friend were working on a project where I have developed pre part in matlab code and my friend has done his part in...

9 years ago | 2 answers | 0

2

answers

Question


Attempted to access Tg_in(2); index out of bounds because numel(Tg_in)=1.
Hello, I am working on a project which needs matlab. I am new to matlab and have only basic information. Now I have found a pap...

9 years ago | 1 answer | 0

1

answer