sc
Followers: 0 Following: 0
Feeds
질문
Create diagonals along a block matrix
Good Morning, I have a 4x4 matrix containing values only in the first column and all 0's in the remaining spaces. The values co...
거의 3년 전 | 답변 수: 1 | 0
1
답변질문
How to return the variable of a script?
Good morning! I have two scripts and I would like to call the variable present in one script to the other one. How can I do thi...
대략 3년 전 | 답변 수: 1 | 0
1
답변질문
Adding date and time on x axes in a plot
Good morning, is it possible to create a plot on Matlab, inserting on the x-axis both the date and time coming from two differe...
3년 초과 전 | 답변 수: 1 | 0
1
답변질문
How can I do to avoid using eval?
Hi! I'm modifying a code created with Matlab but I have a problem: I'd like to avoid using the eval function and at the same t...
대략 6년 전 | 답변 수: 1 | 0
1
답변질문
How to create indexes operations?
Hi! I've this function: for i = 1:length(I) ydata_low(i,:) = [I_0(i) I_1(i) I_2(i) I_3(i) I_4(i)]; yd...
6년 초과 전 | 답변 수: 0 | 0
0
답변질문
How can I change value of array?
Hi! I've an array that is A but I'd like to create another array, B, that containes in order the position of this values. ...
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
How can I identify value of an array?
Hi! I'm creating a code with Matlab but I've a problem. I have an array, that is: C = [2,1,0]; I've identified ...
6년 초과 전 | 답변 수: 2 | 0
2
답변질문
Is there a way to change order of dicoms?
Hi! I'm creating a code with Matlab to import and process dicoms. I'd like to load images and I tried to do this with functio...
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
Is there a way to save matlab file with a name given by input?
HiHi! I'm creating an user interface with App Designer! My code runs and doesn't give problems, but I'd like to save my app with...
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
Is there a way to show output directly on ui figure with App Designer?
I'm creating an user interface with App Designer and I'd like to insert output (like answer of prompt) directly on UI Figure and...
6년 초과 전 | 답변 수: 2 | 0
2
답변질문
How can I identify push button in app designer?
Hi! I'm creating an user interface with App Designer, and I'd like to enable a button when another button is pressed, but I don'...
6년 초과 전 | 답변 수: 1 | 0