Community Profile

photo

taimour sadiq


Last seen: 대략 2개월 전 2020년부터 활동

Followers: 0   Following: 0

통계

All
  • Thankful Level 4
  • Explorer
  • Solver

배지 보기

Feeds

보기 기준

질문


how to automate this manual code containing if else conditons?
i m creating a data based on values in variable seletion... if first value of selection is 1 it will pick data from Values cel...

2개월 전 | 답변 수: 2 | 0

2

답변

질문


How to save a multiple plots data with labels, title, legends and then plot again on uiaxes?
a = 0:0.01:2*pi; b = sin(a); c = cos(a);...

5개월 전 | 답변 수: 1 | 0

1

답변

질문


How to display a saved .fig file in uiaxes appdesinger?
i have some .fig plot save in my folder and i want to display them in UIAxes Appdesinger.. My code is Path = 'C:\Folder\'; My...

5개월 전 | 답변 수: 1 | 0

1

답변

질문


how to replace a specific line in a text file with user data?
clear Messege = 'Hello'; fileID = fopen('SampleFile.txt', 'rt'); textLine = fgetl(fileID); lineCounter = 1; while ischar(te...

6개월 전 | 답변 수: 1 | 0

1

답변

질문


How to auto save workspace variable with specific path and filename without Popup?
d = 'Sunday'; y = 2017; path = 'E:\Matlab\'; filenam = 'Data'; % uisave({'d','w'},path) % this works with path but ask for ...

6개월 전 | 답변 수: 1 | 0

1

답변

질문


How to convert specified time to GMT/UTC?
i want to convert datetime({'18-Oct-2023 17:40:00' '18-Oct-2023 18:00:00'},'TimeZone','+05:00') to GMT or UTC? required resu...

6개월 전 | 답변 수: 2 | 0

2

답변

질문


how two use winopen command with path assigned in a Variable?
winopen 'C:\My Folder' the above works fine, but i have path saved in a variable MyPath and want to use winopen command with p...

6개월 전 | 답변 수: 1 | 0

1

답변

질문


How to add different shaded Color to the back ground of a graph?
a = 0:0.1:2*pi; b = sin(a); plot(a,b) i have written a simple code of sin wave.. i want to add diffrent background colours ...

8개월 전 | 답변 수: 1 | 0

1

답변

질문


how to give range in xlsread using edit text field in app designer?
i was to read a coloumn from xlsx file which is simple to implement as following columnB = xlsread(myExample.xlsx,'B:B'); ...

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

1

답변

질문


running for loop gives error " Row index exceeds table dimentions "
i want to extraxt specific range of data from a table names as "Raw", and finally find mean of selected data assigned to variabl...

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

2

답변

질문


how to add a number in a variable in a multiple?
i want to generate a data from zero to 180 degree for that i write A = 0:45:180; so i will get A = 0 45 90 135 180 now i wa...

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

1

답변

질문


How to reduce precision of data greator than zero only? (Matlab R2019a)
Hello... Lets suppose i have a data stored in a variable A = [1.23323 45.24343 0.1 0.001 455.34543 ...

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

1

답변

질문


How to detect which type of data user selected 'text' or 'excel' file via "uigetfile" and then perform further code?
i have written a code that allows user to input data and give both options of "text" and "Excel"..that is [filename, pathname]...

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

1

답변

질문


How to import all sheets of excel file with "UIgetfile" option?
i m writing a code that fetch a excell file including all sheets and store that data in a Variable etc. What I've managed to do ...

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

1

답변

질문


Appdesigner standalone app not showing full Options? R2020a
i have made a simple app which plots sine wave.. it has a switch button which toggle the plot between app.UIAxes & Figure 1 (Bas...

대략 3년 전 | 답변 수: 0 | 0

0

답변

답변 있음
How to Export appdesigner Plot and UITable directly to PDF?
I found these links also Relavent for people to start Generating Reports, PDF and Generating Templates or linking with Matlab......

3년 초과 전 | 1

질문


How to Export appdesigner Plot and UITable directly to PDF?
i have made a simple app in appdesigner which have a UITtable and a UIAxes graph .. i want to design a template so my plot and...

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

2

답변

질문


While plotting, how to Convert YYaxis left via some formula and display it on YYAxis right...(Using R2020a)
i have imported a file that contains data "Range" and "dBsm" and plotted it....My dBsm data is on YYaxis 'left' now i wish that ...

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

1

답변

질문


getting error in simulink onramp "Matlab Function block 7.2"..Failed to evaluate mask initialization command..
i have done the wright command to submitt the task but its giving error again and again... stucked here.. kindly guide.

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

1

답변

답변 있음
how to extract a specific number from a UITable and display that which row of that table that number belongs?
Shared Relavent Help for CellSelection Callback in pdf.

3년 초과 전 | 0

| 수락됨

질문


How to use filloutliers for only positive numbers of a data array?
so if data is stored in Variable 'a' a = [ 2 1 23 -1 2 5 -36 6 -1] so it should perform filloutliers only on positve number ...

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

1

답변

질문


how to extract a specific number from a UITable and display that which row of that table that number belongs?
lets say i have a UITable in which first coulmn is serial number and second column contains data extracted the second column d...

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

1

답변

질문


how to save a UITable in Excell along with Rows & Column Names (Appdesigner, R2020a)
i have a data in in a variable 'A', i want to save it in excell file with rows and column names as shown in fighure below. i ...

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

1

답변

질문


How to reduce precision of digit after decimal point? Matlab (R2020a)
if i have a = 1.2345 or a = 22.34325 or a = 334.659809832 i want to reduce precision after decimal point to two digit so ...

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

2

답변

질문


how to assign colour to a double plot by clicking on graph in UIAxes appdesinger Matlab (R2020a)?
hello, my objective is to assign different colour to a double plot of own choice. if i have three variable data... a= [1 2 3] ...

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

1

답변

질문


How to compare two variables data by using ifelse? if both variable contain same number and length of data, so condition becomes true it should perform desired functionality.
i want to establish a logic that if variable data is same as variable data "a" or "b'' or "c" or "d"then it should perform the ...

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

2

답변

질문


double plot not properly working with checkboxes in appdesigner Matlab (R2020a)
i have designed a interface for single or double plot which i control through Check Boxes. inshort the problem is when i run the...

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

0

답변

질문


How to assign yyaxis 'Label' and 'Range' to UIAxes in matlab appdesigner (R2020a)
i was try to assign third axis for app.UIAxes in matlab appdesinger, i tried app.UIAxes.ZAxis = zlabel but didnt worked...!!...

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

1

답변

질문


How to link functionality of Plot "Linewidth" with Knobvalue in appdesigner Matlab (R2020a)
if we have to variable data app.a = [1 2 3] % used with property app.b = [4 5 6] % used with pro...

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

1

답변

질문


How to add custom Yaxis option for UIAxes via Editfield(Numeric) while plotting in matlab appdesigner (Ver 2020a)
Hello, i m trying to give user option to set Y-axis for the plot axis. so user can limit the axis at it own preference i ta...

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

1

답변

더 보기