photo

Kamuran


2011년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

46 질문
6 답변

순위
8,259
of 300,365

평판
5

참여
46 질문
6 답변

답변 채택
32.61%

획득한 표
5

순위
 of 20,933

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,262

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Review
  • Thankful Level 3
  • First Answer

배지 보기

Feeds

보기 기준

질문


get information from popup menu without pushbotton GUI
Hello, I am developing a GUI and I want an input field to be blocked for one value of the popup menu (last one) so in the ope...

거의 10년 전 | 답변 수: 0 | 0

0

답변

질문


MCR with MAC and environment Variable.
I hated installing MCR to mac :) . why it can't be as smooth as windows. Here is my problem besides being new to MAC OSX Afte...

거의 10년 전 | 답변 수: 1 | 0

1

답변

질문


Using .mat file with deployed application
I have a GUI application and I created executable using Matlab compiler. I did not receive any error message during packaging, I...

거의 10년 전 | 답변 수: 2 | 0

2

답변

질문


get today's date online via Matlab command
Hello, I am trying to get the date online using Matlab to avoid user changing the system date and continue using my code. is ...

거의 10년 전 | 답변 수: 1 | 0

1

답변

질문


load change write text files in matlab
Hello, I have a text file which I need to open and make some changes. It is consists of characters and numbers. I want do chan...

거의 10년 전 | 답변 수: 1 | 0

1

답변

질문


GPU computing cards and performances
I am trying to build a workstation with some GPU computing capacity. I am little lost with all the options out there. I need a l...

거의 10년 전 | 답변 수: 0 | 0

0

답변

질문


Ask user input symbolic variables for GUI application
I am creating a simple GUI . In one part (for the user who has symbolic toolbox) to input a symbolic variable and function. So ...

거의 10년 전 | 답변 수: 0 | 0

0

답변

질문


inserting a picture with no background in GUI
Hello, I am trying to insert an image in to my GUI. I created axes and imshow and when I run the GUI I can see the image. My p...

거의 10년 전 | 답변 수: 2 | 1

2

답변

질문


package with App and deploy
Hello, I have a quick question. Is there a difference between packing your code via app packaging and create a executable deplo...

거의 10년 전 | 답변 수: 1 | 0

1

답변

답변 있음
While loop with multiple conditions
Ok I wanted this while (resolution_check<8 || mX_check>1 ) && Nx<5000 but I think I am confused between || (or) and && (a...

거의 10년 전 | 0

질문


While loop with multiple conditions
Hello, I am trying to set a while loop but I am having hard time to make it work the way I wanted to work. I want the loop ...

거의 10년 전 | 답변 수: 3 | 0

3

답변

질문


Save and Load a matrix
Hello, I know this a general question but I am having trouble with saving a matrix and loading it into another code. I do; ...

거의 10년 전 | 답변 수: 1 | 1

1

답변

질문


while loop with OR statement
I am trying to ask a user input a real, positive number by using input function and checking the condition with a while loop. I ...

거의 10년 전 | 답변 수: 1 | 0

1

답변

질문


creating license file for code deployment
Hello, I am developing Matlab codes that I will be giving to people in protected form either p.code or executable. My concern...

거의 10년 전 | 답변 수: 2 | 0

2

답변

질문


Dynamic Variable (eval=evil ? ) any other solution
Hello, I have to dynamically create vectors (variables) with different sizes. They will contain coordinates which will be use t...

거의 10년 전 | 답변 수: 2 | 0

2

답변

질문


Vector Matrix multiplication (Row wise)
Hi, I need to multiply each row of very large matrix with a row of corresponding vector. I don't really want to use for loop f...

대략 10년 전 | 답변 수: 4 | 0

4

답변

질문


Importance of Cache in the performance of the calculation
Hello, I am trying to build a workstation for specifically Matlab calculations. I will be working with huge matrices maybe ev...

대략 10년 전 | 답변 수: 1 | 0

1

답변

질문


Deploying protected executable or p-code (Taurus Software or similar)
Hello, I am looking for a solution to protect my matlab codes when I deploy them either as pcodes or executable files. I was ...

대략 10년 전 | 답변 수: 2 | 1

2

답변

질문


problem with getframe command
Hi, I am trying to use getframe to create movie from plots. Even when I use the example from MATLAB's help, i.e., surf(pe...

10년 초과 전 | 답변 수: 0 | 0

0

답변

질문


power of polynomial (without symbolic calculation)
Hello, Is there away to get nth power of polynomial without using symbolic calculation? For example f(x)=x^2+1 and I want g(x)...

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Saving Excel file and update sheet name
I would like to save my data to excel file. I am going to utilize several sheets and I would like to also name them while creati...

10년 초과 전 | 답변 수: 0 | 0

0

답변

질문


default size figures with subplot
I would like to combine couple or three figures into a single window but when I use subplot(2,1,1) and subplot(2,1,2) I get two...

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Carrying variables and matrices between GUIs
Hello, Is there a way to carry variable between GUIs. I am calling a GUI inside another GUI. I want to carry variables from t...

10년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Sin(pi) or cos(pi/2) problem with Matlab
Hi, I know that not getting ZERO for sin(pi) or cos(pi/2) in Matlab is an ongoing problem. My problem is inputting functions...

10년 초과 전 | 답변 수: 2 | 0

2

답변

질문


GUI String to Function to evaluate
Hello, I am asking user to input a function with variable x using GUI. User inputs F= x^5+sin(x)*x+1 (example) and I would li...

10년 초과 전 | 답변 수: 2 | 0

2

답변

질문


changing assigned name from left side to right side (function input)
Hello I am trying to automate and make it flexible function inputting from user: syms F var var = input('...

10년 초과 전 | 답변 수: 0 | 0

0

답변

답변 있음
[DEPRECATED] What frustrates you about MATLAB?
Not be able to create executable if the program has symbolic function in it.

10년 초과 전 | 0

질문


Getting the Polynomial coefficients
Hello, I am trying to identify if a given function is polynomial or not and if it is polynomial what the coefficients are. Fo...

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Number of digits in calculations
I am trying to calculating the really large numbers and for me every digit is really important. And when I calculate something...

10년 초과 전 | 답변 수: 2 | 0

2

답변

답변 있음
Using Parfor for two separate matrix multiplication
Thank for the reply. Lets forget about the CPU time and simply work with tic and toc. In the following code is it possible to ma...

10년 초과 전 | 0

더 보기