Feeds
질문
Why error using cell2mat ?
Hi all, I have a 309 * 5956 cell array of same type and same length. however most of the elements are empty. However using...
11년 초과 전 | 답변 수: 1 | 0
1
답변질문
how to sort array of time format from min to max time value?
Hi all, I have a 2-dimension array which its elements are time format, such as 22:13:98. I want to sort each row of this arra...
11년 초과 전 | 답변 수: 3 | 0
3
답변질문
merge arrays of different types to write in excel sheet
* Hi All, I have arrays of different types:* a : 4*8 Char b : 4*1 double c : 4*1 double d...
11년 초과 전 | 답변 수: 1 | 0
1
답변질문
how to find minimum time format for each row of a cell array?
Hi all, I have a 4*21 cell array named all_dis. the elements of this cell array may be empty or a time format value such as '...
11년 초과 전 | 답변 수: 2 | 0
2
답변질문
how to generate random time format data in MATLAB?
Hi all, I am wondering how to generate random time format data (or series) in MATLAB between a range of time ? such as 12:00:...
11년 초과 전 | 답변 수: 1 | 0
1
답변질문
assign a cell array to first row of another cell array
how we can assign a cell array as first row of another cell array in loop and how we can acces the data? Thanks
11년 초과 전 | 답변 수: 1 | 0
1
답변질문
how to create cell array for time format elements in matlab
Hi all, I want to create a cell array and increasing the rows at each loop, while the elements of my cell array are all in time ...
11년 초과 전 | 답변 수: 1 | 0
1
답변질문
Does in-equality operators work in comparison of two time format?
Hi all, I am wondering does in-equality operators such as <= >= works if I want to compare two time format? if not is there ...
11년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
how to compare 2 different time in matlab
Thank u very much. I got the point. Appreciated !
how to compare 2 different time in matlab
Thank u very much. I got the point. Appreciated !
11년 초과 전 | 0
질문
how to compare 2 different time in matlab
Hi all, I have 2 different time, 21:45:53 and 21:04:22 , regardless of date( we assume both are in same date), How I can ...
11년 초과 전 | 답변 수: 3 | 0
3
답변답변 있음
why "datestr" in matlab and date format cell in excell doesnt match?
Thanks per isakson. I got that point and I searched and found "x2mdate" function which will solve the date conversion for me. Bu...
why "datestr" in matlab and date format cell in excell doesnt match?
Thanks per isakson. I got that point and I searched and found "x2mdate" function which will solve the date conversion for me. Bu...
11년 초과 전 | 0
질문
why "datestr" in matlab and date format cell in excell doesnt match?
Hi all, I have a date number , say 40667. When I am using datestr in matlab , it gives me 5 May, however I have the same numb...
11년 초과 전 | 답변 수: 2 | 0
2
답변질문
add two number and create the text file with the result in it
Hi All, I want to create a very small program which gives the result in an excel sheet or text file. for example it does (2+3)...
12년 초과 전 | 답변 수: 2 | 0
2
답변질문
codec error when using Matlab in Linux
Dear all, I am using Matlab on Linux. I am getting the following error: ErrorMessage : The file requires the following co...
12년 초과 전 | 답변 수: 1 | 0
1
답변질문
how we can control the length of each elemnts in a cell array?
Dea All, I'm wondering how we can control of the length(size) of each elemnt in a cell array(Since each elemnt is a matrix its...
12년 초과 전 | 답변 수: 2 | 0
2
답변답변 있음
how to increase the rows of an array in each loop?
Thanks Jan, That is great . However I need to have another loop and I want "A" will be different for each loop. I mean, fo...
how to increase the rows of an array in each loop?
Thanks Jan, That is great . However I need to have another loop and I want "A" will be different for each loop. I mean, fo...
12년 초과 전 | 0
질문
how to increase the rows of an array in each loop?
Dear all, How to increase the elemnts of a multi dimentional array in each loop ? for example at first A=[], the next loop it ...
12년 초과 전 | 답변 수: 3 | 0
3
답변질문
store last m elemnts of a matrix to another matrix
Hi all, is there any MATLAB function to store the last m elemnts of a matrix to another matrix? Thanks
12년 초과 전 | 답변 수: 2 | 0
2
답변답변 있음
Clustering
Thanks Anton, that was helpful however not enough for me foe working on Ant Clustering Algorithm. Still I needs somebody to help...
Clustering
Thanks Anton, that was helpful however not enough for me foe working on Ant Clustering Algorithm. Still I needs somebody to help...
거의 13년 전 | 0
질문
Clustering
Dear All- I have a doubt regarding Clustring. 1- I'm wondering a clustering algorithm should tells us how many cluster we ha...
거의 13년 전 | 답변 수: 2 | 0
2
답변답변 있음
Browse button in GUI in Matlab
Thanks for the sample code. I tried However still I am getting error. here is the codes which I have written. in Opening F...
Browse button in GUI in Matlab
Thanks for the sample code. I tried However still I am getting error. here is the codes which I have written. in Opening F...
거의 13년 전 | 0
답변 있음
Browse button in GUI in Matlab
Thanks fo the information. but lets summerize my question. Since I am sending back the results in xxx_OutputFcn as follows: ...
Browse button in GUI in Matlab
Thanks fo the information. but lets summerize my question. Since I am sending back the results in xxx_OutputFcn as follows: ...
거의 13년 전 | 0
질문
Browse button in GUI in Matlab
Dear All, I am newby in Matlab GUI and I am designing a GUI with matlab which gets some directory from "browse pushbutton" ,...
거의 13년 전 | 답변 수: 6 | 1
6
답변답변 있음
generate array of Different random floating numbers in a specific range
That is exactly what I want. Many Thanks. However, I'm curious to know where the upper bound of the range (in this example 100...
generate array of Different random floating numbers in a specific range
That is exactly what I want. Many Thanks. However, I'm curious to know where the upper bound of the range (in this example 100...
거의 13년 전 | 0
답변 있음
generate array of Different random floating numbers in a specific range
* Thanks Image Analyst, These two methods works well when the total number of those numbers to be generated will be less than th...
generate array of Different random floating numbers in a specific range
* Thanks Image Analyst, These two methods works well when the total number of those numbers to be generated will be less than th...
거의 13년 전 | 0
질문
generate array of Different random floating numbers in a specific range
Dear all, I am going to generate an array of Different random floating numbers in a specific range( such as range of 1, 100) i...
거의 13년 전 | 답변 수: 6 | 0