Sajid Afaque
Followers: 0 Following: 0
Feeds
답변 있음
Error in evaluating report (.RPT) file
Hello Community, I found out the answer for this. Apparently the report generator tool in matlab is able to acess only global ...
Error in evaluating report (.RPT) file
Hello Community, I found out the answer for this. Apparently the report generator tool in matlab is able to acess only global ...
대략 1년 전 | 0
| 수락됨
질문
Error in evaluating report (.RPT) file
Hello all, i have one .RPT file to generate a pdf report. i make use of struct in this RPT file. i was evaluating this RPT fil...
대략 1년 전 | 답변 수: 1 | 0
1
답변질문
Inconsistency in fitting function
Hello I am trying to fit a function I have two similar kind of data, lets name two type of data a_data b_data model is able...
거의 3년 전 | 답변 수: 1 | 0
1
답변답변 있음
How to replace the array data in workspace data?
%if its possible try to convert the variables to a struct then perform the %calculations var1 = load('2sn0dB.mat'); var2 = lo...
How to replace the array data in workspace data?
%if its possible try to convert the variables to a struct then perform the %calculations var1 = load('2sn0dB.mat'); var2 = lo...
거의 3년 전 | 1
| 수락됨
문제를 풀었습니다
Pizza!
Given a circular pizza with radius z and thickness a, return the pizza's volume. [ z is first input argument.] Non-scored bonus...
거의 3년 전
답변 있음
read all text files in a directory
try to use the below general approach data_files=dir_listing(datapath,'*.txt') %reads all text files at the location specified ...
read all text files in a directory
try to use the below general approach data_files=dir_listing(datapath,'*.txt') %reads all text files at the location specified ...
거의 3년 전 | 0
답변 있음
How can I set every value in a row to NaN based on two non-consecutive Quality columns?
first try to get the indices where qny of the quality indicator is 0 (i.e. find the row numbers where either column 3 or column ...
How can I set every value in a row to NaN based on two non-consecutive Quality columns?
first try to get the indices where qny of the quality indicator is 0 (i.e. find the row numbers where either column 3 or column ...
거의 3년 전 | 0
| 수락됨
질문
Convert RGB image into 8 bit rgb image
hello, I have an RGB image (example enclosed - imfinfo suggest its 24 bit image) Now i need to convert this to an 8 bit RGB im...
대략 3년 전 | 답변 수: 1 | 0
1
답변답변 있음
I want to apply a different color to the bar in yyaxis.
one more simple solution without any extra line, just interchange 2 lines figure(3), grid on, hold on ...
I want to apply a different color to the bar in yyaxis.
one more simple solution without any extra line, just interchange 2 lines figure(3), grid on, hold on ...
3년 초과 전 | 0
답변 있음
Cannot get a non-singular matrix
you need to focus on the last step i.e. division part a = B ./ y ; %element wise division
Cannot get a non-singular matrix
you need to focus on the last step i.e. division part a = B ./ y ; %element wise division
3년 초과 전 | 0
답변 있음
How to store values in summation for loop?
you need to create an array to store your results, currently with this approach you are over-writing your results in variable s...
How to store values in summation for loop?
you need to create an array to store your results, currently with this approach you are over-writing your results in variable s...
3년 초과 전 | 0
답변 있음
plotting three curves in the same plot
yeah you can use hold on before curve fitting or alternatively figure(2); %the intended figure number on which you need plot ...
plotting three curves in the same plot
yeah you can use hold on before curve fitting or alternatively figure(2); %the intended figure number on which you need plot ...
3년 초과 전 | 0
질문
How to read in Excel Default headers ?
Hello , I am trying to read data from excel using readtable data = readtable('filename.xlsx'); Now if i want to read in dea...
거의 4년 전 | 답변 수: 0 | 0
0
답변답변 있음
How do I select the minimum value from the first column based on the corresponding value in the second column?
use the below workaround %variable var = [[1;22;3;5;60;76;7;12] [1;1;0;0;1;0;0;1]]; %select only the portion which has seco...
How do I select the minimum value from the first column based on the corresponding value in the second column?
use the below workaround %variable var = [[1;22;3;5;60;76;7;12] [1;1;0;0;1;0;0;1]]; %select only the portion which has seco...
거의 4년 전 | 0
답변 있음
How to select values in a vector
hello , as i have understood from your description i have framed a solution. Yes for sure the below code can be optimised furt...
How to select values in a vector
hello , as i have understood from your description i have framed a solution. Yes for sure the below code can be optimised furt...
거의 4년 전 | 0
질문
How to check equality of very small numbers ?
Hey Community !! I have two very closely related numbers A = 1.309998142150646e-09 B = 1.309998162564509e-09 now if i need ...
거의 4년 전 | 답변 수: 1 | 0
1
답변질문
saveas commad saves a figure with different size in MATLAB version 2013b and 2020b
Hi, I recently switched from MATLAB 2013b to 2020b. I have a issue of figure size when saving figures as png. I’ll try to illu...
거의 4년 전 | 답변 수: 2 | 0
2
답변질문
Perform cross co-relation to find best fit
Hello Community, I have two signals s_acti.mat and phs1.mat. how do i find the time interval of s_acti that best fits with p...
대략 4년 전 | 답변 수: 1 | 0
1
답변질문
similarity between closely related signals
Hello Community, I have two signals taken over same time samples. (acti.mat & phs0.mat) how do i find out the time instant til...
대략 4년 전 | 답변 수: 1 | 0
1
답변질문
Find the interval/Region where two signals overlap
Hello, I have two signals signal A and Signal B over time. how do i find region or time interval during which Signal A and Sig...
대략 4년 전 | 답변 수: 0 | 0
0
답변질문
Remove ToC From MATLAB Report Generator tool & Generalize
Hi community, I was trying to generate PDF report using Report Generator. I was using Custom Title Page stylesheet The firs...
대략 4년 전 | 답변 수: 0 | 0
0
답변질문
Switching from matlab 2013b version to 2020b version. Legend command with line handles
hello All i switched from old 2013b matlab version to new 2020b matlab version. In my existing scripts written originally in 20...
4년 초과 전 | 답변 수: 0 | 0
0
답변답변 있음
plotting one variable equation
count = 1; for w = -600:100:-100 a(count) = sqrt((1200/w.^2)+10)/sqrt((300/w.^2)+1); w_copy(count) = w count = count+1; end...
plotting one variable equation
count = 1; for w = -600:100:-100 a(count) = sqrt((1200/w.^2)+10)/sqrt((300/w.^2)+1); w_copy(count) = w count = count+1; end...
4년 초과 전 | 0
| 수락됨
질문
switching from 2013b VERSION TO 2020. Accessing figure handle from plot command
hello all , I just switched to 2020 version from 2013b. when i was checking where 2013 scripts are compatible with 2020, i fou...
4년 초과 전 | 답변 수: 2 | 0
2
답변질문
construct a complex number using real part and abs data
i have real part and absolute values of a complex number. is their any built in function to generate back the complex number us...
4년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
function to display name
that is because while storing the result in big you are using the index i please try below code it might help function resul...
function to display name
that is because while storing the result in big you are using the index i please try below code it might help function resul...
4년 초과 전 | 0
| 수락됨
답변 있음
Same colour for two curves in a plot
you can also use color instead of triplets h=plot(x,y); set(h, {'color'}, {'r'; 'b'; 'r'});
Same colour for two curves in a plot
you can also use color instead of triplets h=plot(x,y); set(h, {'color'}, {'r'; 'b'; 'r'});
4년 초과 전 | 0
질문
insert hyperlink in a pdf report using matlab report generator tool
hello all, i am trying to insert hyperlink in the report .I am generating the report using the matlab report generator tool. i...
4년 초과 전 | 답변 수: 0 | 0
0
답변답변 있음
writing values into nested cell structures.
try this might help % example of A A{1,1} =[3 5 4]; A{2,1} = [3 1 7 0 1] ; A{3,1} = [3 1 7 ]; %MAIN PART IS BELOW for i = ...
writing values into nested cell structures.
try this might help % example of A A{1,1} =[3 5 4]; A{2,1} = [3 1 7 0 1] ; A{3,1} = [3 1 7 ]; %MAIN PART IS BELOW for i = ...
4년 초과 전 | 0
| 수락됨
답변 있음
The 'if' nested in my 'for loop' does not seem to be working, any idea why?
recheck your first condition y_n == 0.25 check if y_n is exactly equal to 0.25 as expected. 0.249999999 is not equal to 0.25 ...
The 'if' nested in my 'for loop' does not seem to be working, any idea why?
recheck your first condition y_n == 0.25 check if y_n is exactly equal to 0.25 as expected. 0.249999999 is not equal to 0.25 ...
4년 초과 전 | 0
| 수락됨




